React☕️ 4 min read

Things I learned while using React Query - Part 2

Find out what important defaults to disable while in development, how to do conditional queries or how to greatly simply your code with custom hooks and default query function. These are some of the things I believe will greatly improve your developer experience. This is the second part of a blog series.

Read
React☕️ 2 min read

Things I learned while using React Query - Part 1

I have been using React Query in real world applications for over 8 months now, and I want to share with you some of the things I found useful to know when using it. This is the first part of a blog series.

Read
Tools☕️ 1 min read

Why I stopped using Postman?

I have been using Postman to create/test/share my APIs for a long time but now I switched to a VS Code extension and I love it.

Read
State Management☕️ 5 min read

How You Can Simplify Your UI Code Through Declarative Programming

In this blog post I try to expose the problems that event-driven and imperative programming are creating when developing complex UI and how different declarative programming techinques can help you simplify you UI code

Read