
Why Bun leaving Zig is Great for Zig
The tech internet is reacting exactly how you would expect to the news that Bun has merged a...
Browse the latest writing surfaced through DevArt.

The tech internet is reacting exactly how you would expect to the news that Bun has merged a...

Why Manual Memory Management Still Matters ? It is now easier than ever to write software...

We are all familiar with Picasso's "The Bull" series, in which he progressively simplifies the image...

Intro It's no secret that I love Zig, and it's also no secret that my favorite GUI...

We used to ship software that ended Remember when software had an end, like a movie or a...

Recently I've made a Zig based CLI argument parser called argh I've even written myself a roadmap I'd...

Why I Tried Odin Background My recent posts have been diving deep into Zig and...

Don't yap just give me the links Ok I get it you're busy here you go: GitHub Repo NPM...

Introduction So when it comes to memory management there are two terms you really need to...

Intro As you may have heard or seen, there is a bit of controversy around Ubuntu adopting...

When Curiosity Lead the Way If you have been in software development for a while, you...

The Project That Made Me Choose C Again So a while back I got tired of xserver and decided...

How often do you find yourself writing code with a clear goal in mind when suddenly this annoying...

The Reputation of C++ C++ has often and frequently been criticized for its complexity,...

Keep it simple It's no secret that I love Zig and have been using it a lot lately. One of...

Efficiently Reading Directory Contents in Zig with a Page Allocator Hey there welcome back...

Introduction The year was 2003, I was a young kid only 13 of age. I've had my first...

What are Zig Unions? Zig unions are a way to represent a type that can be one of several...

What is atomWithStorage? Basically to put it simply atomWithStorage is a cool way for you...

What are Zig Slices? Slices are a way to represent a contiguous sequence of elements in...

To learn more about Zig and why I think it's an amazing language check out my blog post Zig is The...

What is Zig? Zig is a general-purpose programming language designed for performance,...

What is zig Zig is a relatively new sys programming language that serves as an alternative...

What is React Query React query or as it is now called Tanstack Query is a library that...

What is Astro? Astro is a static site generation framework that allows you to build...

The Problem - Single State Have you ever worked on a codebase where the state is nearly...

What are React hooks React hooks are a way for developers to separate logic from the UI in...

What is debounce? Debouncing is a programming practice used to ensure that certain events...

I still remember the first time I encountered a massive big corporate grade level application that...

What is react-query / tanstack query ? React Query, now known as the Tan Stack Query, is a...
Advertisement