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 …
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 …
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 …
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 …
What is the best language to learn first and why did you say Bash?
Learn Bash and linux command line with no prior knowledge Introduction Hey there! My name is Drew and I write long articles no one ever reads about languages and technologies I'm learning. …
Continue Reading about What is the best language to learn first and why did you say Bash? →
Learn CloudFormation with Drew
Table of Contents Introduction Introductory ExampleYAML stands for "YAML Aint Mark Up Language"Parameters Resources Mappings Outputs Conditions Metadata …