Yo! sup, I'm Dayvster

I'm a software developer, tech enthusiast, and a coffee lover. Currently, I work as a lead frontend developer at justwatch.com, where I guide a team of talented developers. I also occasionally write about tech and other topics on my blog.

Hopefully, you'll find something interesting here.

Last Posts

Zig Allocators Explained

May 8, 2024 7 Minutes

A dive into how Zig handles memory allocation and how you can use Allocators to control it.

React Query Retry explained

May 7, 2024 6 Minutes

This simple option will make your app more resilient to network failures

Astro is Amazing

May 6, 2024 8 Minutes

What can this static site generation framework do for you?

Three different states - Remote, App, and Local

April 23, 2024 10 Minutes

How to structure your state in a way that makes your codebase more maintainable, scalable, and performant.

Common React Hook Questions

Mar 2, 2024 6 Minutes

Answering common questions about React hooks and providing some tips for working with them, hope you find this helpful!

react useDebounce

Feb 24, 2024 4 Minutes

A simple debounce hook for React applications. Useful for when you want to limit the number of times a function is called to improve performance

What Makes Jotai So Amazing?

Feb 23, 2024 7 Minutes

A minimalistic and modern state management library designed for React applications, find out why I think this state management library is so darn great.

React goes fullstack

Feb 23, 2024 4 Minutes

React is a fullstack application now? Yes, no, maybe? Let's find out and let's see how React Server Components play a role in this.

Writing Effective Unit Tests

May 11, 2023 6 Minutes

Make Your Code Robust, Reliable, and Bug-Free

The TypeScript Development Trap You Need to Avoid

April 28, 2023 10 Minutes

Unlocking and Understanding TypeScript Enums: Navigating Pitfalls, Maximizing Their Effectiveness - Your Ultimate Guide to Mastery

Cool Usecases for GitHub

April 21, 2023 10 Minutes

Unlocking the Power of GitHub Discovering Unique and Creative Use Cases to Streamline Your Workflow and Boost Your Productivity.

When and how to useMemo

April 8, 2023 10 Minutes

Maximizing React Performance: Harnessing the Power of React.memo for Optimal Results - A Comprehensive Guide to Enhance Efficiency and Speed