In the previous 2 articles we learned some of the foundational concepts and skills used in zig language. In this article we'll cover control of flow statements necessary to make decisions based on …
Drew Learns Zig (Part 2)
Operators and Formatting in Zig In this section, we'll explore two fundamental aspects of working with Zig: mathematical operators and format strings. Mathematical operators allow you to manipulate …
Drew Learns Zig (Part 1)
Why would you want to learn Zig? Personally, learning Zig is just for fun. I don't see a lot of jobs requesting zig and the ones that do list it with other languages that are nice to haves. So if you …
How Matt Mullenweg’s Mom Didn’t Know the Difference Between WordPress.com and WP Engine – and It All Went Downhill from There
Legal Disclaimer The following blog post is a work of fiction. Names, characters, businesses, events, and incidents are the products of the author’s imagination. Any resemblance to actual persons, …
Building an Application from Scratch: The Tech Stack Behind The Purple Piggy Bank
Welcome to codingwithdrew.com! Today, I'm going to walk you through the process of building an application from the ground up, using The Purple Piggy Bank (TPPB) as a case study. We'll cover …
Drew Learns Rust
Welcome to my exploration of Rust, a programming language that's swiftly gaining attention in the tech community! 🚀 As a developer constantly seeking to expand my skills, I embarked on a journey to …