Team Contributor at:
Interested in a professional website?
Learn how web development with freelancers should be!
What are your marketing goals?
These are just some of the many questions we will discuss
Do you need a copywriter?
Have a logo already?
What are you waiting for?
Schedule an appointment today!
Join the Slack Community
WELCOME!
Articles
Learn more about Javascript, Dart, Flutter, React, and so much more - I frequently write long form technical articles on how to reproduce a project or in depth explainers on things I struggle(d) with.
Drew Learns Zig (Part 3)
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 conditions. We’ll also learn more operators, play with boolean values, and play with "while loops" for repition control. Let’s get started. Control…
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 numeric data, while format strings enable precise control over how that data is presented in your output. We’ll first go over the common operators you will use…
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 are reading this and looking for employment, this is probably not the language to…
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, living or dead, or actual events is purely coincidental. The views and opinions expressed in this post are for comedic and entertainment purposes only and do…
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 everything from setting up the infrastructure, creating the backend, designing the logo and securing a domain name, developing the frontend, and finally, launching…
Continue Reading Building an Application from Scratch: The Tech Stack Behind The Purple Piggy Bank
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 understand why Rust is becoming a must-know language. This article isn’t just a guide; it’s a personal roadmap and a collection of…