December 24, 2024
In my Zig learning journey, for some problems I have found the standard library documentation a bit too curt.
August 10, 2024
Today I learned how to use a debugger to debug Zig programs.
The lldb way (gdb style) First, I learned how to use lldb, the debugger provided by the LLVM project.
August 8, 2024
Today I took some time to configure my Neovim with a plugin that I had recently bumped into: a the nvim-dap debug adapter and its UI nvim-dap-ui.
August 4, 2024
In the last post, I told you how I learned the basics of generating a WAVE file, both in Python and Zig.
July 29, 2024
Today I set out to learn how to create a WAVE file.
I had recently gone through an article about reading and writing wave files in Python, which whet my appetite to do somewhat the same in Zig.