Tag: docker

How to build a RESTful API with Docker, PostgreSQL, and go-chi

How to build a RESTful API with Docker, PostgreSQL, and go-chi

Dev

In this tutorial, we will be building a containerized bucket list API using go-chi, PostgreSQL, and Docker.

Michael Okoko
Aug 14, 2020 ⋅ 10 min read
Packaging a Rust Web Service Using Docker

Packaging a Rust web service using Docker

Dev

Packaging web apps as Docker containers benefits both local development and server deployment. Learn how to put a Rust app inside a Docker container.

Mario Zupan
Jun 23, 2020 ⋅ 5 min read

Real-world Azure resource management with Terraform and Docker

Dev

Learn about how to use Terraform in a real, production-ready environment.

Paul Cowan
Feb 24, 2020 ⋅ 9 min read
Containerized Development With NestJS And Docker

Containerized development with NestJS and Docker

Dev

Using Docker with NestJS for containerized development, along with VS Code’s internal debugger, can greatly improve developer efficiency.

Maciej Cieślar
Jan 22, 2020 ⋅ 10 min read
Crafting Build Pipelines With Docker

Crafting build pipelines with Docker

Dev

Learn how you can use a multi-stage Docker build for your Node.js application.

Ashley Davis
Sep 23, 2019 ⋅ 6 min read

Full-text search with Node.js and ElasticSearch on Docker

Dev

Software development is fun. With Docker, Node, and ElasticSearch it’s even better!

Michele Riva
Sep 14, 2019 ⋅ 11 min read
Docker For Front-End Developers

Docker for frontend developers

Dev

If you’re a FED who’s struggled with containers, worry not — we review Docker’s core concepts.

Emanuel Suriano
Aug 20, 2019 ⋅ 5 min read

How to reduce Docker Image sizes using multi-stage builds

Dev

In this article, we will look at what Docker is, why we need to reduce the size of images, and how can we do this using multi-stage builds effectively.

Ankit Jain
Aug 2, 2019 ⋅ 4 min read