Blogs

Writing on software design, website building, and the technology industry.

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

What is PostCSS & Why should we care?

3 mins read

If we visit the official website for PostCSS we can get an idea about why we might want to use...

Persist Redux State with redux-persist

3 mins read

When we refresh page in a web-app, the state always resets back to the initial values which in not a...

Ditch redux, Use reduxjs/toolkit

4 mins read

Redux is a state management for different libraries like Vue, Angular, React and even vanilla...

CSS Specificity

3 mins read

Specificity in CSS CSS Specificity is the set of rules applied to CSS selectors in order...

CSS3 selectors Cheat Sheet

6 mins read

CSS Selectors CSS selectors are utilized to select the content you need to style. In CSS...