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.
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…
Devops IMHO
Introduction Welcome to codingwithdrew.com where, typically, I describe (in-depth) how to conquer a new tool or language. Generally, these articles are written for myself as future notes on how to do things. It is my number one reference. In general, those articles are pretty timeless because they aren’t opinionated. This article book is a bit…
Learn Golang From Zero to Gopher
Interested in writing a CLI? Perhaps you need a performant backend application? I’ve already kind of gone over most of the basic features of Go in a previous series. This article is a fresh look with a single focus – learn Golang in one sitting by learning what’s different from other languages and what is…
Kustomize
Kustomize is a CLI configuration manager for Kubernetes objects with a kustomization.yaml file. It is integrated with kubectl and allows you to customize raw, template-free YAML files for multiple purposes declaratively. Kustomize relies on the following configuration layering to enable reusability: Base Layer: This layer specifies the most common resources. Overlays: This layer specifies use-case specific resources…
Java
The most obvious reason to learn Java is that it’s in high demand. It’s the number 1 language (in 2021) for developing enterprise application and can run on any platform. Known for “write once, run anywhere”. It’s also general purpose which means it can be used for web, mobile, machine learning, automation and more.