SaaS solutions have gained popularity in past years, and this technology is still gaining popularity, with many businesses embracing and…
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’s build system might look unfamiliar at first, but it's actually one of its greatest strengths. By using Zig itself as the configuration…
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…
When working with Rust, you’ll quickly encounter Cargo, Rust’s powerful package manager. Cargo streamlines various tasks, such as building…
Whenever we are talking about architectural patterns in software design, the first ones to top the list include architectures like client…
In the world of software development, two widely adopted approaches have emerged as powerful tools for creating robust and maintainable…
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…