Posts tagged with: zig
Back to all posts Browse by tag:
programming software development best practices software-development zig sys programming low level frontend webdev opinion jotai react react-query javascript astro typescript state react hooks fullstack development tests general github next.js performance career open source git auth context csharp dotnet
Read Directory Contents With Zig
Learn how to read the contents of a directory in Zig using the page allocator.
Building Blocks Of Zig: Unions
Zig unions are a powerful way to represent multiple possible types of a value in a single variable.
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.
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.