Effective communication • Apr 18, 2025 Lead Engaging Conversations with a Digital Whiteboard There are at least two huge differences between typing meeting notes on a word document and taking notes on a digital whiteboard.
Development Practices • Apr 17, 2025 It’s Dangerous To Go Alone! Pairing on Spike Work We often ask for a pair when we're stuck, but pairing for spike work can be critical to laying a safe path forward.
JavaScript • Apr 16, 2025 Which JavaScript DateTime Library Should You Use? Dealing with dates and times is a pain. Which JavaScript datetime library is the best for your use case to save you a headache?
Developer Tools • Apr 15, 2025 “Permission Denied” Error: Fixing Azure Docker Containers Here's how you solve "permission denied" errors in your Docker containers despite you having the necessities to continue working.
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.