PostgreSQL

Настройка Django с Postgres, Nginx и Gunicorn в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Настройка Django с Postgres, Nginx и Gunicorn в Ubuntu 18.04

Django — это мощная веб-система, помогающая создать приложение или сайт Python с нуля. Django включает упрощенный сервер разработки для локального тестирования кода, однако для серьезных производственных задач требуется более защищенный и мощный веб-сервер. В этом руководстве…

Read more
Securing Communications in a Three-tier Rails Application Using SSH Tunnels — step-by-step Linux tutorial on Progressive Robot

Securing Communications in a Three-tier Rails Application Using SSH Tunnels

Web applications are often architected with three distinct tiers: the presentation layer, which is what the user sees, the application layer, which provides the business logic of the application, and the data layer which stores the application’s data. In this tutorial, you will deploy a Rails app in a three-tier configuration by installing a unique set of software on three separate servers, configuring each server and their components to communicate and function securely and effectively.

Read more
CHAT