RSSAmplifier

Blog

oh-no.ooo | RSS Feed

Just the excerpts of my articles :)

oh-no.oooRSS feed ↗10 posts

Latest posts

Say goodbye to JavaScript Date... Let's talk about Temporal!

JavaScript dates have always had a special talent for turning simple tasks into confusing ones. Let's look at Temporal, the modern API that finally gives dates, times, durations and time zones the clarity they deserve.

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.

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.

An Introduction to Quantum Computing

Quantum computing is a revolutionary new technology that uses the principles of quantum mechanics to perform calculations that are currently impossible for classical computers.

Make the most out of Notion.so

Notion.so is a versatile productivity tool that can help you organize your thoughts, manage your tasks, and collaborate with others all in one place!

Common useEffect mistakes

Let's get to know the common weaknesses in using one of our favourite features of React: useEffect!