2026-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 more2026-01-19
When Docker first appeared, it was loved for the slogan: “Build once, run anywhere”. Developers stopped hearing the phrase “it works on my machine, but not on the server.” But along with convenience came a new threat.
A …
Read more2026-01-12
Write a Dockerfile simply: FROM node, COPY ., CMD run. It works, and for local tests this is often enough. But when such an image reaches CI/CD or, God forbid, production, problems begin: builds take forever, the image …
Read more2025-12-31
If you do self-hosting, run a home lab, or manage a small VPS, you’re probably familiar with Portainer. It’s the de-facto standard: a powerful, all-encompassing “Swiss Army knife” for Docker.
But …
Read more2025-12-23
Over the last ten years the web application deployment industry has evolved from FTP scripts and rsync to highly complex orchestration systems. Today developers and small teams increasingly face a difficult choice: …
Read more2025-11-11
The experience of working together left an extremely positive impression, above all because of the professionalism and the approach to solving the issues that arose.
Answer:
Thank you for the feedback!
Glad to help!
Read more2025-11-06
Jitsi Meet is an open videoconferencing platform that easily integrates with Active Directory (AD). Such integration allows using corporate accounts for login, simplifying administration and improving security. In this …
Read more2025-11-05
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 more2025-10-14
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 more