#software architecture

Photo by Margarida CSilva on Unsplash

Fix bugs by reading the room

March 10, 2021

Sometimes technical skill is not needed to smash bugs

Photo by Mpho Mojapelo on Unsplash

What is Dependency Injection?

May 21, 2020

Decoupling your code for success 😎

Photo by Alev Takil on Unsplash

Using VSCode regions to better organize your code

May 15, 2020

Organize your code and thoughts better with this small tip

Photo by James Eades on Unsplash

Array and Object Destructuring

May 7, 2020

Writing more elegant code by defining your variables with ease.

Photo by Tyler Lastovich on Unsplash

The Connected Component Pattern

April 29, 2020

A fancy way of separating your presentation layer from your data layer in React.