Docker and Nginx
Learn how to dockerize and configure Nginx, serve static content, and more using Docker and Docker volumes.
Explore our latest thoughts, tutorials, and insights on technology and development
Learn how to dockerize and configure Nginx, serve static content, and more using Docker and Docker volumes.
Learn how to connect a Node server to a Postgres database using Docker Compose. We will also go over Docker Compose healthchecks, initialization scripts, and the pg npm library.
Learn how to control Docker container startup and shutdown order with the Docker Compose depends_on and healthcheck attributes. To demonstrate, we will connect a Node Docker container to a Postgres Docker container.
Learn how to connect a Node application to MongoDB. Specifically, we will use the npm package mongodb to connect to and query a MongoDB server.
Learn how to set up MongoDB using Docker. We will also go over creation scripts, security, data persistence, and more.
Learn how to handle multiple React state updates including what batching is, component re-rendering, and updater functions.
Learn how to handle images, fonts, and other assets with Webpack. Specifically, we will go over the asset/resource, asset/inline, and asset/source types.
Learn what React state is including how it works, why it's needed, how it's different than regular JavaScript variables, and more.
Learn how to connect a Node server to a MongoDB database using Docker and Docker Compose. We will also learn about creation scripts, how to handle node_modules with Docker, and more.
Learn how to create a navbar using HTML and CSS. We will also learn about CSS resets, flexbox, and the header and nav HTML elements.