Personal Optimization • Mar 23, 2025 You Don’t Know Everything, and That Is Okay The tech landscape is ever-changing. It’s impossible to know everything, but think of that as a chance to grow continuously.
Growing as Makers • Mar 22, 2025 The Secrets to Being an Effective Mentor and Mentee Great mentorship is a two-way street. In strong mentorship relationships, both mentor and mentee engage with intentionality and trust.
Project & Team Management • Mar 21, 2025 5 Dysfunctions of a Team & 5 Ways to Fix Them Here are 5 dysfunctions of a team and their root causes, suggestions on how fix each, and thoughts on how our values at Atomic help us.
Exploratory Testing • Mar 20, 2025 Tips for Unit Testing in Front-End Frameworks: Part 2 In the second installment of "Tips for Unit Testing in Front-end Frameworks," we'll determine our testing prerequisites.
Artificial Intelligence • Mar 19, 2025 Use These Security, Privacy, and Safety Essentials for LLM Integration LLM integration is increasingly common but comes with unique risks. Let's review those risks and references to help avoid pitfalls.
Developer Tools • Mar 18, 2025 Try These 4 Apps to Visualize Redis Stream Data Having a good visualization tool means having clear insights into your application state. Visualize Redis stream data with 4 different apps.
Developer Tools • Mar 17, 2025 Strapi or Not? Making the Right Choice Strapi is a robust, headless CMS solution. But is it right for your usecase? Here's a quick guide to find out.
Project & Team Management • Mar 16, 2025 How Important is Punctuality in a Software Project? It’s Essential. In software development, punctuality is a critical component that drives both individual and team success.
Managing Your Team • Mar 15, 2025 How Delivery Leads Drive Alignment and Business Value Delivery Leads prove their value not just in keeping things moving, but in ensuring teams are working on the right things in the right way.
Development Practices • Mar 14, 2025 Implement a Safer Data/Service Migration I'll outline factors that may complicate a data or service migration. I'll also walk through a few important factors to consider.
Atomic Thinking • Mar 13, 2025 Are There Opportunities to Use OODA Loops in Your Software Project? The concept of OODA loops is a simple model of gathering information and making decisions, but it has some sophisticated implications.
Development Practices • Mar 12, 2025 Date Off By One – MUI, NextJS, and Date-fns. I'm working on a project built with NextJS, and a problem every software developer has to solve is showing up for me: date off by one.