Writing on product development, Laravel, React, and programming topics.

All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.

Team Evolution Through an Experimentation Mindset

Recently, I have developed a great interest in exercising an experimentation mindset. The mindset can be adopted both individually and within a team. My approach in this article will focus on having an experimentation mindset within a team, but the ideas presented can also be applied by an individual.

How Mob Programming Revolutionizes Software Development

Explore the transformative power of mob programming in software development, as this collaborative approach breaks down knowledge silos, promotes shared understanding, and accelerates project timelines. Discover how the collective efforts of cross-functional teams lead to higher quality code, improved team dynamics, and a more agile and innovative development process.

How to Remove Cached Files from Git

Did you forget to add a file or directory to your .gitignore file? This is how you remove that file or directory from git.