Blog
AI's impact on the environment
How the race for better AI is impacting our environment
My thoughts on AI for developers
My honest thoughts on AI for developers, the good and the bad sides
Labeled statements - the forgotten JS feature
JavaScript has a relatively unknown functionality which allows you to label statements.
Benchmarking web servers in different languages
Testing out web servers in different languages to know the difference when choosing the backend tech for my next project.
Top 3 new JS features that made my life better
My top 3 new features that made my life better and made me love JS even more.
Fish Shell - Is it time to replace Bash and Zsh ?
Fish is an alternative shell for Linux that some might consider to be a significant upgrade to what Bash has to offer.
Using CSS Modules with create-react-app
Coming up with new class names for slightly different components can get hard really quick. Let's see how we can solve that in React with CSS Modules.
React and Tailwind CSS Setup
What if there was a way to achieve responsive UI without being bound by the rules of any UI kit? Let's get started with TailwindCSS and React.