Course Information
Course Overview
A straight-forward approach for new developers, code school students, or anyone not familiar with deploying apps.
I've been a code school instructor for the last several years and I see a ton of awesome going on right now in the teaching/development world. Code-schools, sites dedicated to teaching like Udemy, free, online tools like codeacedemy and youtube, etc. Through all these different mediums available anyone can learn… a convenience store manager, a housewife, a nerdy high schooler, or a bro-grammer; without any experience or a 4-year commitment to college, anyone can learn how to code and before you know it you’ve made something awesome. The problem I’m seeing in this phase, in my students and elsewhere, is that the no one’s getting all the way there. Setting up a development environment and building a project is 95+% of the process for a beginner and that’s happening, but everyone is focusing on just that part because it’s the main part. Unfortunately no one ever gets you the last 5% of the journey. Actually getting your code out on the web is a very overlooked thing.
Yes, there are plenty of tools on devops, but there needs to be a resource available that’s specific for developers, to teach them to do what they need to do. Junior and mid-level developers don’t need to be proficient in docker, chef, kubernetes, jenkins, cloud foundry and all the tools of AWS/Azure, they just need to be able to maneuver around a server to get things done. That is what I aim to accomplish in this course.
I will walk you through the process of setting up an AWS account, launching an Ubuntu server, and putting up a variety of apps on that server. We will also connect your server to a domain (you will need to purchase), we will talk about web servers and how they work, what EC2 is, all in simple terms so that you can get to a point where you could do it again. You won't be a ninja devop, but you will have a basic understanding of how to connect to and use AWS and Ubuntu and get your code into production.
Current sections:
Front-end
React & Node/Express on Apache
Rails via Puna on NGINX
Python & Flask via WSGI and Apache
In progress:
Java/Spring App in a Docker Container (made with Intellij and Maven)
Word Press
If you would like to make a request, please send me a message and I will do my best to accommodate.
Course Content
- 6 section(s)
- 38 lecture(s)
- Section 1 Introduction
- Section 2 A dev's intro to AWS servers/instances & front-end project deploy
- Section 3 Deploying React-Express Site
- Section 4 Launching a Rails App with NGINX and Puma
- Section 5 Deploying a Flask App with MySQL and Apache with WSGI
- Section 6 Linux Basics/Refresher
What You’ll Learn
- Set up an AWS server, from start to finish
- Deploy applications to that server and see them on the web
- Simple web server configurations (Apache, NGINX, etc.)
- Examples: React/Express, Flaskm Rails (Puma), front-end
- Installing packages on an Ubuntu cloud server
Skills covered in this course
Reviews
-
DDavid Camargo Rech
This is a great course! It's very beginner-friendly, making it ideal for those with no prior experience. The instructor was excellent!
-
MMaria George Chackalackal
the training is good. But there have been some changes since this course was last revised . That makes getting around to it difficult at times
-
RRobert Rybczynski
This was probably a really good course a few years ago, but some things (especially this "Adding HTTPS and a VirtualHost) need to be re-recorded. So much has changed. Note to prospective students: If anything goes wrong, watch the whole video then look for an updated solution through Google and stackoverflow, etc. Debug it yourself. You will save hours, maybe even days.
-
LLuis Bejarano
Very good course, although it is out of date for things like certbot, I lost a lot of time installing it and then realizing that the certifications were expired and had to do all the installation process again