2026-03-26
This project combined backend logic, event-driven device data processing, and an operational interface. The key difficulty was not only to store readings, but to act on them in real time while maintaining a transparent …
Read more2026-03-26
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-03-26
This project addressed a simple but expensive business problem: repeated manual calls to debtors by an employee who should have been doing higher-value work instead of reading scripts and logging responses.
The real …
Read more2026-02-18
When a project moves beyond local development and starts using CI/CD, a fundamental question arises: how to securely pass configuration parameters into build and deployment pipelines. This concerns not only database …
Read more2025-12-30
When working on real projects (CDN change, migration, refactor) you often need to bulk-replace one URL with another.
At first glance the task seems trivial: sed -i 's|old|new|g' **/* — and done.
In reality that approach …
Read more2025-12-25
Jitsi Meet works out of the box very well for video conferencing. The Jitsi Meet + Jibri bundle allows you to record meetings — and many installations stop there.
But as soon as Jitsi is used not occasionally, but as …
Read more2025-10-31
n8n is a powerful open-source workflow automation tool that allows building complex workflows without deep programming. One of the key scaling mechanisms in n8n is queue mode, where the main instance delegates task …
Read more2025-09-20
Introduction Business process automation has become a standard: whether it’s integrating CRM with messengers, data processing, or DevOps tasks. In this article, we’ll look at what automation tools exist, how they …
Read more2025-09-19
Introduction WP-CLI is the official command-line tool for WordPress, allowing you to manage your sites without logging into the admin panel. With WP-CLI, you can install plugins, update WordPress core, manage users, …
Read more2025-07-26
n8n + Xano: A Powerful No-Code Backend for Scalable Applications In the final article of our series on n8n integrations with backend services, we’re taking a closer look at Xano — a no-code/low-code platform for building …
Read more