Artificial Intelligence • Apr 19, 2026 The Increasing Value of Curiosity in the Age of AI Curiosity has always been valuable. Right now, in the age of AI, it's becoming the single most important trait a leader can cultivate.
Artificial Intelligence • Apr 17, 2026 Software Engineering Is Not Dead AI was supposed to make software engineers obsolete. I've seen the opposite: the technical people improved dramatically more.
Development Practices • Apr 16, 2026 K3s: A Better Way to Deploy a Docker App to a Linux Server K3s is easy to deploy. It has a great installer, and it's fully compatible with the entire Kubernetes ecosystem of tooling.
DevOps & System Admin. • Apr 15, 2026 A Webserver and a Slack Bot on OpenBSD: Introducing relayd I set up a Slack bot on my OpenBSD server. When I needed to route traffic to it, I needed to use a new tool in the OpenBSD toolbox: relayd.
Product Development • Apr 14, 2026 Shipping Faster Doesn’t Necessarily Mean Learning Faster Shipping quickly can be a powerful way to learn if teams define what they’re trying to learn and make time to reflect on the results.
Artificial Intelligence • Apr 10, 2026 How to Build a HIPAA-Compliant AI Contact Center Without Exposing PHI Vendors might promise "HIPAA‑compliant AI" to deflect calls, summarize visits, and answer questions. Before you sign a contract, read this.
Exploratory Testing • Apr 03, 2026 Form Fatigue? Let Cypress and Faker.js Do the Dirty Work Skip the repetition, not the coverage. See how Faker.js and Cypress work together to automate multi-step form testing.
Project & Team Management • Apr 02, 2026 Your Best Prompt Is a Well-Defined User Story The best results with agentic development come from well-structured prompts that clearly describe the problem - essentially a good user story.
Development Practices • Mar 30, 2026 What the PATH Is (and Why Your Terminal Keeps Saying “Command Not Found”) Learn what the PATH environment variable does, how terminals find commands, and how to debug common “command not found” errors.
The Software Life • Mar 27, 2026 AI and the Shifting Boundary of Software Development AI tools require skilled human oversight, and since the pace of software generation is accelerating, the demand for developers remains.
AI for Developers • Mar 24, 2026 How to Build a RAG App, for Beginners: Local LLMs, Ollama, and LangChain Here's a hands-on guide to building a custom app using LangChain, a RAG system, and local LLMs with Ollama — perfect for beginners.
C# • Mar 20, 2026 C# Finally Has First-Class CLI Scripting in .NET 10 With .NET 10, you now have no excuse not to start a collection of utility scripts that call into application code.