Code
A Quick Guide to Reusable, Readable and Maintai...
While focusing on codebase organisation, like folder layouts, many overlook a crucial aspect: the internal structure of the components themselves.
A Quick Guide to Reusable, Readable and Maintai...
While focusing on codebase organisation, like folder layouts, many overlook a crucial aspect: the internal structure of the components themselves.
Clean Code Hack: A Short Guide to useEffect Usa...
A few weeks ago, while assisting a friend, a junior developer at a small company, I encountered a notably disorganised codebase.
Clean Code Hack: A Short Guide to useEffect Usa...
A few weeks ago, while assisting a friend, a junior developer at a small company, I encountered a notably disorganised codebase.
Why Null Matters More Than You Think
In this article, I discuss the importance of using null and undefined correctly in TypeScript and JavaScript. A common practice is to represent empty values with empty strings, but I...
Why Null Matters More Than You Think
In this article, I discuss the importance of using null and undefined correctly in TypeScript and JavaScript. A common practice is to represent empty values with empty strings, but I...