Team Contributor at:
He took my website from crawling like a turtle – to – cheetah speed in less than 24 hours”
NFL Football player Ben williams
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!
Hiring [Drew] was one of the best decisions of my life
Elizabeth M. of lizzybee’s tax and accounting
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.
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.
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. These are more notes for myself to myself to refer back to later in life but if anyone actually finds any value from…
Continue Reading What is the best language to learn first and why did you say Bash?
Learn CloudFormation with Drew
This article is my notes on how to manage AWS using CloudFormation from zero knowledge to expert. We will cover how to write CloudFormation, YAML, AWSCLI, and Troposphere. You can probably cover this whole topic in less than 1 hour.
Drew Learns Python And So Can You!
Introduction If you are already familiar with OOP (object-oriented programming) in Javascript or any other language, then learning Python won’t be very hard. If you want to learn Python with some Javascript sprinkled in for contrast, then this guide is for you. Also, if you want to learn python with no background in computer programming,…
What Does An SRE (Site Reliability Engineer) Do On Amazon Web Services?
This isn’t intended to be a replacement for existing documentation on SRE as a practice but more for my own notes combining multiple sources and hopefully provide you with more information about this as a career path. It should walk you through what an SRE is, does, and how it all works with AWS infrastructure. This article may also help with taking the AWS Certified Architect Associate Examination.
Continue Reading What Does An SRE (Site Reliability Engineer) Do On Amazon Web Services?
DevOps with Kubernetes – Zero to Hero Guide
This is an exhaustive guide that should take you from zero to hero with Kubernetes. Objectives Learn Devops as a practiceUnderstand, deploy, and use KubernetesGet started with containerization and run those containers on KubernetesDeploy Kubernetes locally, on-prem, and on AWSRun stateless and stateful applications on KubernetesAdminister KubernetesPackage and deploy applications using Helm Is this for…
Continue Reading DevOps with Kubernetes – Zero to Hero Guide