A review of Google Fi telecommunication service built on partner networks like T-Mobile and Sprint. Highlights advantages of switching to best available network through automatic network selection, international service for travel without SIM card hassles, and seamless connectivity when traveling abroad, noting how it transforms mobile experience during trips.
A glowing review of "Clojure For the Brave and True" book. Discusses Clojure's Lisp-inspired syntax being easier than expected, immutable data structures for safer applications, lazy evaluation for performance, pragmatic approach over pureness, compares to Haskell, and praises the book's mix of humor with solid step-by-step learning through functional programming concepts.
Reflects on leaving a startup job that didn't meet expectations and subsequent decision to find better role. Discusses importance of enjoyment in work and maintaining life balance over career advancement, noting that job changes are normal experiences that don't define professional worth.
A personal WiFi journey from cheap Linksys router through Apple Airport Extreme, frustrated by poor performance with increasing devices. Researched solutions leading to Google WiFi with mesh networking, praising its intelligent signal routing and easy app-based setup that eliminated previous WiFi dead zones throughout the house.
Guide to adding GPG signature verification to Git commits. Discusses preventing impersonation since Github can't validate authorship, using Homebrew to install GPG, generating 4096-bit keys, creating verified signature example, and configuring Git to show verified commits with green checkmarks while protecting private keys.
Comprehensive review of Fitbit Charge 2 features for DevOps and personal health use. Covers faster alert notifications with Text Alert, silent alarm for waking without disturbing others, hourly timer for staying active, and motivational encouragement for movement breaks with Breathing sessions, noting Charge 2's advantages over smartwatches.
Comprehensive guide for setting up Python environment on macOS Sierra. Covers installing pyenv for version management, creating .python-version file for project-specific versions, configuring shell environment variables, and using Homebrew for easy installation and updates of development tools.
Migration from Jekyll on S3 to Hugo static site generator with Netlify CDN hosting. Discusses Hugo's easy Jekyll import, Go language benefits, theme customization, fast setup. Praises Netlify's simple GitHub integration, free SSL certificates, custom domain support, and web UI configuration for HTTPS redirects, calling setup smoother than previous S3/CloudFront.
Demonstrates RabbitMQ integration with Logstash for streaming log files to users in real-time, overcoming Elasticsearch query delays. Shows how to use RabbitMQ output plugin, create topic exchanges with routing keys for filtering logs by service and environment, and configure durable/persistent settings to prevent data accumulation.
Technical guide to optimizing Docker build time for BitBucket Pipelines by switching from Ruby base image to Alpine Linux. Covers Alpine's small size with package management, installing Ruby and NodeJS, Java installation challenges on Alpine, pre-installing Ruby gems with bundle install, and creating Dockerfile and pushing to Docker Hub.