2026-06-12
Update: June 2026 Guide verified for accuracy.
What’s changed:
Docker Compose V2 — since Docker Engine 23+, the docker-compose command (with hyphen) has been replaced by docker compose (no hyphen, built-in plugin). …
Read more2026-06-02
Vaultwarden — a lightweight implementation of the Bitwarden server written in Rust. It consumes only about 30 MB of RAM (instead of gigabytes for the official server), supports all official Bitwarden clients, and …
Read more2026-06-01
A todo app is a kind of Hello World in the programming world. Every developer has made one at least once, usually at the very beginning, when you don’t yet know what to write but already want to create something …
Read more2026-05-29
Link to check how the installed TeleMT works
Telemt is an MTProxy server for Telegram written in Rust. Unlike the classic official image, it supports Fake TLS: traffic from outside looks like regular HTTPS to a real …
Read more2026-05-29
Local Telegram Bot API allows developers to run their own API server, providing significant advantages for handling large files, performance, and configuration flexibility. However, to understand the need for a local …
Read more2026-05-29
How to run Jitsi Meet (Docker) behind an Nginx Reverse Proxy In the previous article we deployed a basic Jitsi Meet server using Docker.
This is a great way to quickly start video conferencing, but in production a Jitsi …
Read more2026-05-29
How deployment and admin panels are arranged: phpMyAdmin and RabbitMQ behind nginx In this note we’ll break down a practical deployment scheme of an application using GitHub Actions and Docker Compose, as well as …
Read more2026-05-16
When you have one server — you SSH in and do what’s needed. When there are ten — you write bash scripts. When there are more than three hundred — either you automate everything completely, or the infrastructure manages …
Read more2026-03-26
This project was about applied automation with strict business constraints. It was not enough to build a simple input form: the system had to reject invalid readings, explain why, and still remain convenient for tenants …
Read more2026-03-02
If you still run next build directly on the production server — your server is really suffering. CPU pegged, OOM-kill, 502 errors and long downtimes — this is a classic that needs to end.
In 2026 the industry standard is …
Read more