Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Practical Docker For Frontend Developers

    Posted By: ELK1nG
    Practical Docker For Frontend Developers

    Practical Docker For Frontend Developers
    Published 3/2023
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 385.27 MB | Duration: 1h 18m

    Become a productive developer by learning Docker basics and improve your development workflow.

    What you'll learn

    Hello-World Docker

    What is Docker

    Why we use Docker

    Run Docker commands

    Build Docker images

    Debug Docker issues

    What is Docker Compose

    Build Docker Compose files

    Run Docker Compose

    Integrate Docker into a Nextjs app

    Integrate Docker into a Nodejs API

    Integrate Docker into a Remix app

    Requirements

    No previous experience with Docker is required. You should have Docker Desktop install on your machine to get hands-on experience. You can search "Get Docker" to find instructions on how to install Docker Desktop.

    Description

    You will learn the necessary skills to use Docker in your development work. This course takes a hands-on approach. Learn how to run and manage Docker containers, build docker images, debug Docker issues and use Docker Compose to run multiple containers together.Have you encountered situations when an application worked on a developer's local machine but failed on other devices? Have you spent time diagnosing issues caused by misconfiguration? Are you frustrated with being unable to run code deployed in production on your local machine to diagnose production issues? Docker is here to help you in fixing these issues. Containerization is a way to run applications in an isolated environment called a container. Docker is a tool designed to make creating, deploying, and running applications using containers easier. Containers and Docker have become popular ways to package, deploy and run applications. They enable you to standardize the development workflow by codifying the instructions for building and packaging your applications.Containers and Docker can be confusing to beginners. There are a lot of concepts to learn, and it can be challenging to see how these concepts fit together. In this course, I have summarized my years of experience automating development workflow with Docker so that you can learn the essential skills faster and become productive from day one. This course helps you learn faster by explaining the bigger picture and the problems they solve and focusing only the on the essential skills used in the development workflow. Enroll now and begin the journey to becoming a more productive developer.

    Overview

    Section 1: Hello World Docker

    Lecture 1 Run a hello-world Docker container

    Lecture 2 Integrate Docker into a Node.js API project

    Section 2: Why use Docker?

    Lecture 3 It worked on my machine ¯\_(ツ)_/¯

    Section 3: Docker Architecture

    Lecture 4 High Level Docker Architecture

    Lecture 5 Understanding Docker images

    Section 4: Docker commands

    Lecture 6 Listing Docker images

    Lecture 7 Pulling a Docker image

    Lecture 8 Inspecting a Docker image

    Lecture 9 Removing Docker images

    Lecture 10 Running a Docker container

    Lecture 11 Debug issues

    Lecture 12 Docker cleanup

    Section 5: Learn Docker Compose

    Lecture 13 What is Docker Compose

    Lecture 14 Create a Next.js app

    Lecture 15 Integrate Docker into the Next.js app

    Lecture 16 Build Docker Compose from scratch

    Lecture 17 Use arguments and environment variables in Docker Compose

    Section 6: Publish Docker Images

    Lecture 18 Publish your Docker images to Docker Hub

    Section 7: Final Project

    Frontend developers who lack experience with Docker and want to learn how to use it in their development workflow.,Any beginner or intermediate developer who wants to quickly get started with Docker by doing hands on learning.