DevOps & System Admin. • Jan 29, 2025 How to Hot Reload Kubernetes with Skaffold I will describe how I leveraged Skaffold to hot-reload a deployment on our Dockerized Minikube cluster and some issues that arose.
Project & Team Management • Jan 28, 2025 Here’s How to Navigate Stalled Development Stalled development can challenge the relationship with a client and lead to a cascading effect on team morale.
Development Practices • Jan 27, 2025 4 Handy ZSH Scripts for Everyday Development Enhance your ZSH with simple, custom scripts that streamline everyday tasks and boost overall productivity.
The Software Life • Jan 26, 2025 Tips for Tech Workers: On Embracing Winter A friend shared an episode of NPR’s Life Kit podcast about thriving in winter, and I've reflected on similar ways I cope with the cold.
Project & Team Management • Jan 25, 2025 Beyond a Single Budget: Use Guardrails to Ensure Successful Outcomes in Complex Projects Prevent budget overruns and protect critical features in complex Agile projects by segmenting resources into guardrails.
Artificial Intelligence • Jan 24, 2025 Only a Human-Centered AI Approach Offers Real Opportunities for Innovation Projects that skip human-centered problem definition can focus on the wrong problem. Only a human-centered AI approach spurs real innovation.
Extracurricular Activities • Jan 23, 2025 How to Run the Pterodactyl Game Panel Behind Tailscale By setting up your Pterodactyl panel behind Tailscale, you can ditch risky open ports and secure your server with a simple, private mesh VPN.
Unit Testing • Jan 22, 2025 Unit Tests: Your Code’s Living, Breathing Specification Learn how unit tests serve as a living specification, enhancing code clarity. Explore Test-Driven Development with real-world examples.
Developer Tools • Jan 21, 2025 A Guide to Browser DevTools – The Inspector Browser DevTools provide web developers with powerful development capabilities. They enable editing, testing, and debugging in real-time.
C# • Jan 20, 2025 Here’s How to Use Bogus to Populate Your Test Data A fake data generation library like Bogus streamlines your testing workflow and ensures your tests use realistic-looking data.
Culture • Jan 18, 2025 It’s All Gone A Bit Pete Tong – Unstated Expectations in the Workplace When I moved from the U.K. to the U.S. several years ago, I had to learn new rules and cultural differences, both tacit and explicit.
React / Redux • Jan 17, 2025 The Only Question to Ask Yourself to Decide Between Server and Client Components Can't decide between server components and client components in React? Here's one question to ask yourself to pick correctly.