
Interactive illustrations. From best case to worst case.
We'll work on making an element interactive from best case scenario, where you have anchors to work with, to worst case, where you're working with ras...
Read more →
We'll work on making an element interactive from best case scenario, where you have anchors to work with, to worst case, where you're working with ras...
Read more →
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 →
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 →