
A mental model that will make you a better frontend developer
There was a point earlier in my journey where something clicked. A shift in how I think about building software. I don't know exactly how it happened ...
Read more →Welcome to my space. An open look into insights from my journey.

There was a point earlier in my journey where something clicked. A shift in how I think about building software. I don't know exactly how it happened ...
Read more →
AI can help smoothen a lot of processes in your work as a software developer. My experience is heavily frontend so this post will speak on the process...
Read more →
For every project, you have one chance to set the tone for how painful it will be to work on the project as it grows. The reason we don’t see issues u...
Read more →
The best code tells a clear story: user acts → handler responds. useEffect can break this story by separating effects from their actions, removing the...
Read more →
As a front-end developer, pagination is a common feature you'll work on. It usually involves a list of data, some filters, and finally, the pagination...
Read more →