337 followers
I've been a developer and designer for well over a decade. I write about HTML, CSS, JavaScript and React.
Since I learned about CSS variables that's all I've been using for my projects. This website aside from using TailwindCSS I'm always using CSS...
Destructuring is a convenient way of extracting multiple values from data stored in objects and Arrays. Let's take a look on how to destructure an...
One really handy thing JavaScript provide us is destructuring. I love it and it can make our code much cleaner. Let us take a look at a simple...
I'll explain one of the best way (in my opinion) to keep your React components clean and reusable. I'll be using TypeScript for this and we'll start...
Recently I've found out about filtering array using type guards, such as Number or Boolean and I thought it would be good to write a small post about...
Before we start I suggest you take a look at this post, we'll be using that same approach but with React. Let us get started with a simple React...