Hey!
Billgo

Notes

Zig's error handling model is explicit, lightweight, and deeply connected to its type system. It treats errors as values instead of exceptions.

Like many other programming languages Zig has structs. A struct is a pretty simple and straightforward concept, it's a user defined data…

Zig is a relatively new sys programming language that serves as an alternative to C. It is designed to be simple straightforward and modern…

A software architect’s main goals revolve around creating a robust, scalable, and maintainable system while balancing the diverse needs of…

Storybook is a fantastic tool for developing UI components, but there are a few tricks to pairing it with Vue. Here's a collection of…