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-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-30
There’s a class of tasks that look like fifteen minutes of work. Then you sit down to them and discover it’s not about the code — it’s about how the system is built under the hood. This is a story about one such task. …
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-27
This project combined content automation, external APIs, and image generation tailored to specific channels. The goal was not only to collect offers, but to produce publication-ready material that matched the target …
Read more2026-05-26
Most people use n8n to move data from one place to another — a webhook arrives, create a task, a form is filled out, send it to the CRM. It’s useful, no doubt, but it’s a bit like using a good knife only to …
Read more2026-03-26
Here Python was used not for a single bot script, but for a full product workflow: search logic, filtering, booking requests, messaging, content management, and admin operations had to work as one coherent system. …
Read more2025-10-15
Running a site on WordPress is great, but data reliability and security are a priority. Regular backups protect the project from errors, attacks, and failures. In this guide we’ll look at how to create an automatic …
Read more2024-06-01
This project was not about starting from scratch, but about evolving an already existing product without interrupting its operation. The main focus was on telephony integration, media return to Telegram, and careful work …
Read more