Tag: dev
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.
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.