2026-04-29
Automatic call minutes: from recording to a structured document Distributed teams spend a lot of time on calls. They discuss tasks, make decisions, assign actions — and all of it dissipates into the air as soon as the …
Read more2026-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-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 more2025-07-25
n8n + Appwrite: An Open-Source Firebase Alternative for Self-Hosting We’ve already explored Supabase and Firebase — now it’s time to look at Appwrite, a powerful and fully open-source BaaS platform designed for …
Read more