Code With Cypert
Learn new and exciting techniques and patterns in Zig, Dart, Golang, TypeScript, and much more!

Exploring AMQP with a native Zig library

More ADL Rewrites - Odin, PHP, Go, and a very special language...

Codecrafter's Challenge: Build a Shell in Zig #12 - Handling Backslashes

Let's knock out an issue on my Open Source Zig project together - ADL CLI

Someone rewrote my Zig CLI in Rust? Let's compare!

Zig's Error Handling is its best feature

Let's build a .HTTP file parser in Zig

Using C libraries in Zig - ImageMagick wrapper to add Sepia to an image in Zig

Codecrafter's Challenge: Build a Shell in Zig #11 - Single and Double Quotes (code review)

Minimizing Allocations in Zig -- Zero Allocation Data Structures in Zig

My Favorite Resources for Learning Go

Build a Bloom Filter in Zig

(TinyGo and Arduino) A Soil Moisture Monitor for my Snake Plant

Graceful shutdowns in Go by handling SigInt and SigTerm

Generate Typesafe Go from SQL queries using SQLC

Defer in Zig vs Defer in Go, reduce Zig segfaults

Codecrafter's Challenge: Build a Shell in Zig #10 - Changing Directories or the "cd" command

Codecrafter's Challenge: Build a Shell in Zig #9 - The PWD Command

Automating Checksums with Github Actions for a Zig Project

A Bytepusher VM implementation in Zig -- My Favorite Zig Project Yet

How I generate Subtitles for my YouTube videos with Python, Deepgram, and AI.

A Tiny Tokenizer in Zig to try out Labeled Switch

My favorite Zig 0.14 feature is one that I can't use

Big allocator changes in Zig 0.14!

Zig 0.14's Labeled Switch is weird

Codecrafter's Challenge: Build a Shell in Zig #8 - Executing executables!

Codecrafter's Challenge: Build a Shell in Zig #7 - The Type Command looking up items in path

Building a Redis Clone in Zig, Part 4 - Expiry (Passive)

Building a Redis Clone in Zig, Part 3 - GET and SET and a multi-threading storage solution

Building a Redis clone with Zig and Codecrafters, part 2