My Zig Configuration for VS Code
A guide to configuring VS Code for Zig development using Nix and direnv to manage compiler versions and the language server.
A guide to configuring VS Code for Zig development using Nix and direnv to manage compiler versions and the language server.
A developer investigates why a Zig program runs 10x faster when using 'zig build run' versus executing the compiled binary directly.
A guide on using Zig's unit testing features to add tests to an existing C application, using the uStreamer video streaming utility as a real-world example.
A guide on using Zig strings to call C code, covering string types, null termination, and interoperability.
A monthly business retrospective from TinyPilot's founder covering manufacturing transition, shipping challenges, and November 2023 financial results.
A tutorial on calling a simple C library from the Zig programming language, focusing on basic interop mechanics.