Latest Posts
Read Directory Contents With Zig
Learn how to read the contents of a directory in Zig using the page allocator.
The Future of Frontend Development
A Look at Emerging Trends and Technologies
Building Blocks Of Zig: Unions
Zig unions are a powerful way to represent multiple possible types of a value in a single variable.
Jotai atomWithStorage
How to persist data in your application with Jotai, atomWithStorage might just be the solution you are looking for.
Building Blocks Of Zig: slices
Slices are a core building block of Zig and are used to represent a contiguous sequence of elements. Learn how to create, access and iterate over slices in Zig.
Building Blocks Of Zig: Understanding Structs
Structs are a fundamental building block of Zig and are used to group related data together in a logical and structured way.
Zig is the Next Big Programming Language
Zig is an amazing programming language that has the potential to become huge in the coming years. Learn more about Zig and why you should consider using it.
Zig Allocators Explained
A dive into how Zig handles memory allocation and how you can use Allocators to control it. Learn more about Zig's unique approach to memory management.
React Query Retry explained
This simple option will make your app more resilient to network failures and give you more control over your fetching logic.
Three different states - Remote, App, and Local
How to structure your state in a way that makes your codebase more maintainable, scalable, and performant.
Common React Hook Questions
Answering common questions about React hooks and providing some tips for working with them, hope you find this helpful!