Docker

Установка Discourse в Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

Установка Discourse в Ubuntu 20.04

Автор выбрал фонд Free and Open Source Fund для получения пожертвования в рамках программы Write for DOnations. Discourse — это платформа для обсуждений с открытым…

Read more
How To Install Plausible Analytics on Ubuntu 22.04 — step-by-step Docker tutorial on Progressive Robot

How To Install Plausible Analytics on Ubuntu 22.04

Plausible Analytics is an open-source, self-hosted web analytics application written in Elixir. It focuses on being simple, and privacy-focused. In this tutorial you will install the Plausible app and a few helper services using Docker Compose, then install Nginx and Certbot to set up a secure HTTPS reverse proxy.

Read more
How To Migrate a Docker Compose Workflow to Kubernetes — step-by-step Docker tutorial on Progressive Robot

How To Migrate a Docker Compose Workflow to Kubernetes

This tutorial will show you how to migrate your Docker Compose workflow to Kubernetes using kompose. You will start by creating a single-instance setup for a Node.js application with a MongoDB database on a Kubernetes cluster. You will then scale this setup to include multiple replicas of your application and database.

Read more
How To Secure React Applications Against XSS Attacks with HTTP-Only Cookies — step-by-step Docker tutorial on Progressive Robot

How To Secure React Applications Against XSS Attacks with HTTP-Only Cookies

In this tutorial, you will create a React application and mock API that implements a token-based authentication system set up in a local Docker container. You will exploit the token storage method with a cross-site scripting attack, then mitigate the issue with HTTP-only cookies. By the end of this tutorial, you’ll understand the security considerations needed to implement a functioning token-based authentication system alongside a React and Node web application.

Read more
How To Set Up Flask with MongoDB and Docker — step-by-step Docker tutorial on Progressive Robot

How To Set Up Flask with MongoDB and Docker

As a micro web framework built on Python, Flask provides an extensible way for developers to grow their applications through extensions that can be integrated into projects. To continue the scalability of a developer’s tech stack, MongoDB is a NoSQL database is designed to scale and work with frequent changes. Developers can use Docker to simplify the process of packaging and developing their applications.

Read more
CHAT