2026-05-12
There is such a Turing test — the machine tries to convince a person that it is also a person. In parsing everything works exactly the opposite: the site tries to figure out that you are not a human, and you try to …
Read more2025-10-30
A PostgreSQL proxy or connection pooler is an intermediary application that sits between your client applications and one or more PostgreSQL servers. It speaks the PostgreSQL network protocol, which allows any standard …
Read more2025-10-28
MySQL Proxy is a proxy application that sits between client applications (for example, your web server) and one or more MySQL servers. It uses the MySQL Network Protocol, which allows any standard MySQL-compatible client …
Read more2025-10-01
Task 🚀 Create your own fast and reliable proxy, register it in Telegram to track statistics, and optionally make it public.
Solution Choice: Docker + Official MTProto Image Why Docker? Docker allows you to run the proxy …
Read more2025-06-24
We’ve reached the final article in our proxy server series, and today’s topic is a true veteran and classic — Squid. This powerful proxy server has served for decades as a key tool for web traffic caching, significantly …
Read more2025-06-23
031 | Proxy Servers in Action: 3proxy — A Compact and Multifunctional Proxy Server 🤏⚙️ In our exploration of proxy servers, we’ve already looked at giants like Nginx and HAProxy, as well as the versatile …
Read more2025-06-22
We continue exploring the world of proxy servers. After looking into Nginx and HAProxy, which primarily handle HTTP and high-level load balancing, it’s time to look at Dante. This proxy server specializes in the …
Read more2025-06-21
029 | Proxy Servers in Action: HAProxy — High-Performance Load Balancer⚡️🔗 In our series of articles on proxy servers, we’ve already discussed Nginx, a versatile tool combining the roles of a web server and a reverse …
Read more2025-06-20
In the previous article, we explored the general principles of proxy servers and their classification. Now it’s time to dive into specific solutions, and we’ll start with Nginx (pronounced “engine-x”) — one …
Read more2025-06-19
In today’s internet-driven world, where data constantly travels between millions of devices, it’s often not enough to establish a direct connection — you may need a “middleman.” That’s where a proxy server …
Read more