Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Introduction: The Rise of a New Challenger For years, Rust has long been the go-to language for...
Error handling approaches in Rust and Zig
Transitioning from GC languages and learning the Zig toolchain
Intro My background is mostly in C and as I am still new to zig some of the type...
What is zig Zig is a relatively new sys programming language that serves as an alternative...
tl;dr Created a library to read/write UTF-8 encoded Unicode values in Zig for my simple text editor....
What is Zig? Zig is a general-purpose programming language designed for performance,...
tl;dr Link to Github repo The Setup Sometimes your database can seem like a black box....
Efficiently Reading Directory Contents in Zig with a Page Allocator Hey there welcome back...
Error handling in Zig is one of its most distinctive features. Unlike other languages that use...
I've been learning zig for my game development project, read more about it here. Those are my initial...
Why I should start using Zig language? What made better than Go or Rust? How many companies are...
We build a Mandelbrot set explorer with a Livebook. It is an Elixir code runner that lets you write...
Preface I am passionate about my interest in software development, specifically the puzzle...
What are Zig Unions? Zig unions are a way to represent a type that can be one of several...
Zig's ability to directly interface with C libraries and compile to WebAssembly (WASM) opens doors...
Table of Contents Why Zig? What is Zig? The Good The Bad The Ugly ...
Sharing a good answer from perplexity.ai about dynamic memory allocation (as opposed to static memory...
A detailed comparison of memory management approaches in Zig and Rust, exploring when manual memory management is necessary and how both languages handle safety and performance considerations.
Preface Some time ago I wrote a post about Helix editor and questioned it existence. Since...
The first-ever reverse proxy built with Zig. If you're a developer, sysadmin, or just someone...
The why So I have decided to learn Zig. This is kind of an odd decision because I have...
Приветствую, разработчики! Сегодня расскажу как Ryton позволяет писать системный код, сохраняя при...
What are Zig Slices? Slices are a way to represent a contiguous sequence of elements in...
Hello there! If you've been following my blog, you might have noticed that I'm usually leaning...
Introduction In this article, we'll be exploring a curious way to use Zig's build system...
background I`ve benn working with Python for a couple of yeas.. I felt that learning a...
From the first post, I have been trying to understand how xcb library works and what are all those...
Two years ago Zig was "the new modern alternative to C." Now we've moved on to the "tutorials" phase...
To learn more about Zig and why I think it's an amazing language check out my blog post Zig is The...