
Structuring Frontend Projects for Maintainability Success
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 →Welcome to my space. An open look into insights from my journey.
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 →A website is a tool meant to serve you and will do just that if built with a goal. When getting a website, have a target that the website can help you...
Read more →