Well, it appears that you've landed in my den of rambles.
oh-no.ooo! Uhm, I mean... Welcome to my website!
What you can find here
- 9articles_
- 9snippets_
- 0purpose_
Latest Article
Level up your Tailwind game
Use Tailwind like you mean it! Whether you're a seasoned developer or just starting out, this article will help you navigate Tailwind CSS and expand your knowledge with advanced practices.
More Articles
Fixing Disqus 'Auto' theme switching when using Next.js + next-themes
So, you want to have both a light and dark theme in your Next.js website, but your Disqus embed doesn't seem to change its theme accordingly... Maybe this will help!
A Blasting August with Blaugust
Having a hard time finding will to work on your blogging website? Blaugust might just be that little spice of inspiration you were looking for!
Performance optimization with useMemo
The useMemo hook is both famous and infamus at the same time. Let's figure out together when we should or should not use it :D
Generics in Typescript and how to use them
Let's figure out together what do we do with all those weird Ts in Typescript :D Believe it or not, they can let you work with different data types in a safe and reusable way, so you can build cool stuff with confidence!
JavaScript Symbols
JavaScript symbols are a unique and immutable data type that can be used as object property keys to prevent external code to unexpectedly modify properties. That's it, but if it doesn't yet make sense to you, reading the article might actually help.