Code

A Quick Guide to Reusable, Readable and Maintainable Components in React

A Quick Guide to Reusable, Readable and Maintai...

Luke Farrell

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...

Luke Farrell

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 Usage in React

Clean Code Hack: A Short Guide to useEffect Usa...

Luke Farrell

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...

Luke Farrell

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

Why Null Matters More Than You Think

Luke Farrell

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

Luke Farrell

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...