Databases

Containerizing a Node.js Application for Development With Docker Compose — step-by-step Docker tutorial on Progressive Robot

Containerizing a Node.js Application for Development With Docker Compose

If you are actively developing an application, Docker can simplify your workflow and the process of deploying your application to production. This tutorial will show you how to set up a development environment for a Node.js application using Docker. You will create two containers — one for the Node application and another for the MongoDB database — with Docker Compose. At the end of this tutorial, you will have a working shark information application running on Docker containers.

Read more
Ubuntu 20.04へのPostgreSQLのインストールおよび使用方法 — step-by-step Linux tutorial on Progressive Robot

Ubuntu 20.04へのPostgreSQLのインストールおよび使用方法

PostgreSQL、またはPostgresは、SQLクエリ言語の実装を提供するリレーショナルデータベース管理システムです。このガイドは、Ubuntu 20.04サーバーにPostgresをインストールする方法を示します。また、一般的なデータベース管理方法も紹介します。

Read more
CHAT