Bookmarks

zig on the client, wasm on the server, what am i doing

Live-coding session that compiles a Zig simulation to WebAssembly, deploys it server-side and hooks it to a browser client, demonstrating build flags, WASM bindings and debugging workflow.

Zig Roadmap 2023 - Andrew Kelley

Andrew Kelley outlines the 2023 roadmap for the Zig programming language, detailing planned language features, compiler back-end work, tooling, and data-oriented design goals for systems-level development.

Zig in Production - Jens Goldberg

A practitioner talk on adopting the Zig programming language in real-world production environments, covering build system details, tooling, deployment lessons, and low-level systems considerations.

Making Systems Programming Accessible by Andrew Kelley

Conference keynote by Zig creator Andrew Kelley on lowering barriers to systems programming is directly relevant to professional development in low-level software.

Migrating from Zig to Jai

Live-coding session showing how to port code from Zig to the experimental Jai language provides practical insight into systems-level programming and language design.

WTF is Build.Zig? by Ed Yu

Technical presentation explaining Zig’s build system (build.zig) to C++ engineers; practical content for build and tooling specialists.

Zig 0.13.0 - Overview and Updates

Provides a detailed walkthrough of the Zig 0.13 release notes, covering compiler, std-lib and build-system changes—useful for programmers using or evaluating Zig.

Zig Bytes 0x00: Getting Started

Expert Talk: Zig Programming Language & Linters • Andrew Kelley & Jeroen Engels • GOTO 2022

Interview with the Zig language creator discussing compiler-integrated linting and tooling—practical insights for language and tooling enthusiasts.

Creating enums at comptime

Zig's new declaration literals

Zig's (.{}){} syntax

Zig's BoundedArray

Zig and Emulators

Zig Build System

How I built zig-sqlite

Crafting an Interpreter in Zig - part 1

Zig Interfaces for the Uninitiated

Heap Memory and Allocators

Pointers

Learning Zig - Pointers

Bare Metal Zig

Compile-Time Configuration For Zig Libraries

Generics

The Missing Zig Polymorphism / Runtime Dispatch Reference

Subcategories