
Practical AI for frontend developers (not a vibe coding guide)
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 →Welcome to my space. An open look into insights from my journey.

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 →
What is prop drilling? Prop drilling is a term used in component-driven frontend development where a parent component sends props through child compon...
Read more →