Articles

Discover by tags

Cover Image for Level up your Tailwind game

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.

TailwindCSS
+1
Cover Image for Fixing Disqus 'Auto' theme switching when using Next.js + next-themes

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!

ReactNext.js
+1
Cover Image for A Blasting August with Blaugust

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!

Cover Image for Performance optimization with useMemo

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

Cover Image for Generics in Typescript and how to use them

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!

Cover Image for JavaScript Symbols

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.

Page 1 of 2 - 9 articles in total