So we had our fair share of an AI hype cycle now. It's still something we hear about every day and...
The epidemic It's everywhere on dev.to, and it's everywhere else, too. I'm tired of it. AI...
A Journey Towards Influence: My Road to 2000 Followers I remember when I had a few...
I recently wrote an article with my thoughts on the state of AI. Little did I know about the flurry...
Here we are! AI is the big thing everyone was expecting for years now. It's not a new idea. More than...
Because I want to learn more about the Web Audio API I started creating a modular synth using...
In an application I'm currently working on I needed a way to make sure the image is actually loaded...
In my last article about the analog clock I showed how I built it. The seconds hand is just jumping...
Typescript is a nice thing: It lets you define types and make sure your classes and functions adhere...
I recently had to create a simple analog clock component for my React project. I now want to share...
In modern web apps you come across the need to animate HTML elements. Be it to visualize the...
If you're using React Query you certainly know how the useQuery hook works. Some example similar to...
If you are a Software Engineer or are involved in any kind of software development you probably heard...
When defining a function in Typescript, the first instinct might tell you to use your existing...
When testing your code you’ll come across a lot of different problems to solve. Unfortunately, an...