In this course we will take a simple Node.js app that connects to a MongoDB database and uses an Express web server, and learn how to setup a full software development deployment process as well as how to properly “Dockerize” the app.
We’ll step through setting up proper version control techniques, managing configuring within the environment, setting up proper build/deploy/run processes, and all with abiding by Docker best practices. We’ll also make sure our deployment is setup for scale, and have consistent development practices in place for reliable app deployments.
Add the Docker containers to run on a cloud service. Solving a most common real life problem with Docker.
I think the author should show more in-depth examples of some of the concepts he references. Dockerfiles were mentioned in some videos, but would have been good to see the details in order to map the two together.
Straight to the Point,
Thank you for your non-bs excellent instructions 👍🏻
It would be great to fill the gap between 5 and 6 lesson. I don't think that this is real problem, but it could make this course more smooth
More details on the Dockerfile files
I was looking for this kind of introduction after reading the docker docs.
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.