AWS • Apr 14, 2025 Node.js + AWS Secrets Manager: Encryption Lessons and Insights My team recently ran into a few issues when decrypting and storing secrets in AWS Secrets Manager. Here’s what I learned.
Growing as Makers • Apr 13, 2025 Do the Interesting Work Interesting work sticks. Lessons learned while genuinely engaged are retained longer, bolstering competence for future challenges.
Business Practices • Apr 12, 2025 First Impressions Matter: Sales Intake Strategies That Work Answering inquiries isn't simply administrative work but an essential part of the sales intake process. That first interaction sets the tone.
Exploratory Testing • Apr 11, 2025 You Can’t Outsource Test-Driven Development to AI A software engineer uses AI to write unit tests first — but the results reveal why true Test-Driven Development can’t be outsourced.
TypeScript • Apr 10, 2025 TypeScript’s Big Move: A Faster Future with Go TypeScript's Go port is a major shift, set to dramatically speed up compilation, improve editor performance, and reduce memory usage.
React / Redux • Apr 09, 2025 Use React Hook Form with Zod Validation: Part One React Hook Form is a library that smoothly handles forms in React. Let's look at examples of how to use React Hook Form with Zod validation.
The Software Life • Apr 08, 2025 Machine Learning for Absolute Beginners: Mastering the ML Loop Once you train a machine learning model to spot patterns, what happens next? That’s where the machine learning loop (ML loop) comes in.
Development Practices • Apr 07, 2025 Pair Programming for Debugging: Why AI IDEs Can’t Replace Humans IDEs can't replace the benefits of working with a human when debugging. Here’s why pairing is still better than relying solely on AI IDEs.
Personal Optimization • Apr 06, 2025 Embrace Your Talk-to-Think Communication Style at Work Here are some practices I've found helpful to honor my communication style while minimizing chaos for myself and others.
The Software Life • Apr 05, 2025 Why Software Consultants Benefit from Liberal Arts Education Technical skills are vital for software development, but success also depends on skills that are at the core of a liberal arts education.
Culture • Apr 04, 2025 What Snap (Improbably) Taught Me About Generous Attention I facilitated Councils with my family and with my team. Each one build an ineffable sense of attention, culture and care. I'm hooked.
Developer Tools • Apr 03, 2025 Use Zod to Upgrade Your Form Validation Adding Zod schemas to your react-hook-form will simplify complex form validation by leveraging TypeScript for well-typed form data.