- Hawks vs. Falcons
 - Observability vs. Metrics (Cindy Sridharan)
 
- Events vs. Structured Logs (Ben Hartshorne, Honeycomb.io)
 
| <?php | |
| /** | |
| * This is free and unencumbered software released into the public domain. | |
| * | |
| * Anyone is free to copy, modify, publish, use, compile, sell, or | |
| * distribute this software, either in source code form or as a compiled | |
| * binary, for any purpose, commercial or non-commercial, and by any | |
| * means. | |
| * | 
| <?php // Common way to do it: | |
| remove_filter( 'the_title', 'wptexturize' ); | |
| $title = get_the_title(); | |
| add_filter( 'the_title', 'wptexturize' ); | 
| #!/bin/bash | |
| set -u | |
| set -e | |
| set -o pipefail | |
| export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin | |
| cat <<'EOF' > /etc/modprobe.d/blacklist-ipv6.conf | 
| <?php | |
| /** | |
| * Duplicate order functionality | |
| * | |
| * @author WooThemes | |
| * @category Admin | |
| * @package WooCommerce/Admin | |
| * @version 2.7.0 | |
| */ | 
| <?php | |
| /** | |
| * WooCommerce Bookings Availability Search | |
| * | |
| * This is almost pseudo code, it only serves to explain the "how to do it" and does not attempt to be "The Way" to do it. | |
| * NOTE: This NEEDS to be refined in order to work as expected. | |
| * | |
| * @author António Pinto <[email protected]> | |
| * @license http://opensource.org/licenses/gpl-license.php GNU Public License | |
| * | 
| Uncurated to read/watch list from kubecon2022 slack: | |
| https://kubernetes.io/docs/home/ | |
| https://helm.sh/docs/ | |
| https://docs.docker.com/engine/reference/builder/ | |
| https://learning.kasten.io/ | |
| kubernetes the hardway - https://github.com/kelseyhightower/kubernetes-the-hard-way |