• I break down what experimental commits are, how to use them, how to save them, and explain some key Git concepts like HEAD, detached HEAD state, and more....

    Git
  • What is a monorepo?

    I recently heard about a concept called monorepo and got curious about what it really means. So I decided to dig into it. This post covers what I learned along the way.

  • I used to get confused about when to use a traditional for loop vs forEach. Once I began exploring how these two really work, everything clicked. This is a breakdown of what I learned, how each one behaves and more...

  • I break down how to organize Sass projects using the 7-1 architecture, how I updated it with the modern module system, and some useful Sass functions and setups I personally use like rem/em converters and a constants map setup. I hope this will help you structure your Sass environment...