Node.js

Создание приложения Node.js с помощью Docker [Краткое руководство] — step-by-step Docker tutorial on Progressive Robot

Создание приложения Node.js с помощью Docker [Краткое руководство]

В этом обучающем руководстве мы создадим образ приложения для статического сайта, который использует веб-фреймворки Express и Bootstrap. Затем вы создадите контейнер с использованием этого образа, разместите его в [Docker…

Read more
How To Implement Caching in Node.js Using Redis — step-by-step Databases tutorial on Progressive Robot

How To Implement Caching in Node.js Using Redis

Redis is an in-memory database that stores data in the server memory and a popular tool to cache data. You can connect to Redis in Node.js using the node-redis module, which gives you methods to retrieve and store data in Redis. You’ll build an Express app to retrieve data from a RESTful API using the axios module, modifying the app to store the data in Redis using the node-redis module. You will also use Express middleware to cache data.

Read more
How To Install Node.js on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Node.js on Ubuntu 18.04

Node.js is a JavaScript platform for general-purpose programming that allows users to build network applications quickly. In this guide, we’ll show you how to get started with Node.js on an Ubuntu 18.04 server.

Read more
CHAT