Docker for Node. js Projects From a Docker Captain

Docker for Node. js Projects From a Docker Captain
89.99 USD
Buy Now

2021 Update: Ready for Apple Silicon (M1 arm64)and Raspberry Pi’s!Welcome to the best course on the planet for using Docker with Node. js! With your basic knowledge of Docker and Node. js in hand, Docker Mastery for Node. js is a course for anyone on the Node. js path. This course will help you master them together.I’m your instructor Bret, an Award Winning Docker Captain, DevOps community leader, and a bestselling Udemy author. I built this course for you because I live and breathe Docker containers, and I’ve enjoyed using Node. js since 2012. They work great together, and I’ll show you how! Learn the cutting edge features of Docker that will make your Node. js apps build faster, smaller, and run more securely and reliability. Containers and Node. js are two of the hottest and most popular topics in tech. It’s just as important to know what not to do, as well the best ways to use Node. js in Docker, and I teach a huge amount of info in this course for do’s and don’ts with Node. js in Docker. You want assignments? We go through assignments using all sorts of Node. js + Docker setups. Single-container CLI apps, database-backed web apps, Express. js, hapi. js, distributed micro-service apps, Angular, Websockets, HTTP Proxies, MongoDB with proper connection shutdown, and moreNOTE: Be sure you know Docker basics and Node. js basics before starting this course. I suggest my Docker Mastery course first if you are new to Docker. Also read the course requirements".Bret is amazing. You can tell he knows exactly what he is talking about and enjoys helping others. I have never seen someone so involved with his user base as Bret. Direct messages via slack, live youtube broadcasts, newsletters, etc. I don’t know how he does it. I would seriously buy any course that Bret puts out because I have no doubts that it will be excellent." David Olson, Udemy student, Docker Mastery course.“Great introduction. Bret delivers great resources and instructions. He is the guy you want to learn from when it comes to Docker. The real deal. Worth the money and more.” Joseph Martinez, Udemy student, Docker Mastery courseSome of the many cool things you’ll do in this course: Build Node. js Images that auto-scan for security vulnerabilitiesUse Docker’s cutting-edge BuildKit with SSH Agents and NPM Caches for better image buildingUse docker-compose with Visual Studio Code for full Node. js debug support in DockerEnsure you’re using all the latest features of Docker DesktopUse BuildKit and Multi-stage Builds to create minimal and flexible DockerfilesBuild custom Node. js images using distro’s like CentOS and AlpineTest Docker init, tini, and Node. js as a PID 1 process in containersCreate Node. js apps that properly startup and respond to healthchecksBuild graceful shutdown code into your apps for zero-downtime deploysDig into HTTP connections with orchestration, and how Proxies can helpStudy examples of Docker Swarm and Kubernetes deployments for Node. jsMigrate traditional (legacy) Node. js apps into containersSimplify your microservice solutions with advanced Docker Compose features"Bret is a naturally born instructor, docker and swarm GURU. Bret gives clear and unbiased recipes for real world scenarios of handling docker files." Marciej Domanski, Udemy student, Docker Mastery course.“This speaker is powerful. The speaker instantly gained my excitement and favor which is exactly what I was hoping would happen. This excellent connection makes it easy for me to follow along.” Kendra, Udemy student, Docker Mastery course. Extra things that come with this course: Access to the course Slack Chat team, for getting help/advice from me and other students. Weekly YouTube Live Q & A’s where you can ask me questions live. Bonus videos I put elsewhere like YouTube and share via Udemy announcements. Tons of reference links to supplement this content. Updates to content as products change their features on these topics. What you will learn in this course: You’ll start with a quick review about getting set up with Docker, as well as Docker Compose basics. That way we’re on the same page for the basics. Then you’ll jump into Node. js Dockerfile basics, that way you’ll have a good Dockerfile foundation for new features we’ll add throughout the course. You’ll be building on all the different things you learn from each Lecture in the course. Once you have the basics down of Compose, Dockerfile, and Docker Image, then you’ll focus on nuances like how Docker and Linux control the Node process and how Docker changes that to make sure you know what options there are for starting up and shutting down Node. js and the right way to do it in different scenarios. We’ll cover advanced, newer features around making the Dockerfile the most efficient and flexible as possible using things like BuildKit and Multi-stage. Then we’ll talk about distributed computing and cloud design to ensure your Node. js apps have 12-factor design in your containers, as well as learning how to migrate old apps into this new way of doing things. Next we cover