RU RU

All Posts

Local Telegram Bot API: advantages, limitations of the standard API, and setup via Docker

2025-10-14

Local Telegram Bot API: advantages, limitations of the standard API and setup via Docker

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 server, it’s important to consider the limitations of the standard Telegram Bot API that works via an HTTPS interface. In this article we’ll review the benefits of the Local Bot API, the limitations of the standard approach, and steps to set up a local server via Docker, including registering a bot to use with it.

curl for beginners: your first step into the world of HTTP requests

2025-09-08

curl for beginners: your first step into the world of HTTP requests

Hello! If you’re even a little interested in the web, you’ve probably heard of curl. It’s a powerful and versatile command-line tool for interacting with web servers. It is used to send and receive data over various protocols: HTTP, FTP, SFTP, as well as mail protocols.

This guide is your first step. We’ll focus on the basics to help you understand how curl works and how to use it for everyday tasks.

096 | FusionAuth: An API-Oriented Contender

2025-08-29

FusionAuth: Challenging the Giants with an API Focus

Introduction

While Keycloak may feel like a heavyweight titan built for the enterprise world, FusionAuth enters the arena with a much more developer-friendly agenda. This service positions itself as a solution built by developers for developers. It promises to be simple, fast, and most importantly, manageable through a clean, well-structured API. Sounds like a relief after wrestling with complex documentation.

The Big Promise

The core message of FusionAuth is “less configuration, more code.” It promises to save you from wrestling with dozens of XML files and bulky UIs. Instead, you should be able to integrate authentication in just a few hours using only API calls. Its arsenal includes:

064 | n8n + Xano: A Powerful No-Code Backend for Scalable Applications

2025-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 scalable APIs and databases without writing server-side code.

If you need a flexible, fast-to-deploy backend with support for scalability and automation, the Xano + n8n combination is an excellent choice.


What Is Xano?

Xano is a cloud platform for visually building backends and APIs. Under the hood, it runs on PostgreSQL, while on the surface it offers a powerful API Builder for creating logic, DB operations, and integrations — all without writing code.

063 | n8n + Appwrite: An Open-Source Firebase Alternative for Self-Hosting

2025-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 self-hosting and complete data control.

If you want to build a backend on your own infrastructure, Appwrite can be the perfect partner in combination with n8n.


What Is Appwrite?

Appwrite is a full-featured Backend as a Service (BaaS) platform with open-source code. It provides REST APIs for most features a modern application needs:

061 | n8n + Supabase: PostgreSQL, Authentication, and API All in One

2025-07-23

n8n + Supabase: PostgreSQL, Authentication, and API All in One

We continue our series on n8n’s integration with backend services. Today’s focus is Supabase — a popular open-source Firebase alternative built on PostgreSQL. Supabase delivers everything a modern backend needs — DB, authentication, API, realtime — and integrates seamlessly with n8n.


What Is Supabase?

Supabase is a BaaS (Backend-as-a-Service) that brands itself as an “open-source Firebase alternative,” powered by PostgreSQL. It offers:

060 | n8n and the World of Databases: Why Automating Backends and BaaS Matters

2025-07-22

n8n and the World of Databases: Why Automating Backends and BaaS Matters

In our previous article series, we explored the worlds of monitoring and logging, as well as how n8n helps automate routine tasks by connecting various web services. But what if your data isn’t in Google Sheets or a CRM, but instead lives in structured storage — databases or cloud-based backend platforms?

That’s where n8n truly shines — as a bridge between data and action.