The Case Against Always Using Serverless Architecture

The Case Against Always Using Serverless Architecture

Picture this: you’re at a tech conference, and every third speaker is evangelizing serverless like it’s the holy grail of modern development. “No servers to manage!” they cry. “Infinite scale!” they promise. “Pay only for what you use!” they chant in unison. But here’s the thing – and I’m saying this as someone who’s deployed plenty of Lambda functions and Azure Functions in production – serverless isn’t always the answer, and treating it like a silver bullet is a recipe for architectural headaches....

September 14, 2025 · 9 min · 1744 words · Maxim Zhirnov
Аргументы против постоянного использования архитектуры Serverless

Аргументы против постоянного использования архитектуры Serverless

Представьте: вы находитесь на технологической конференции, и каждый третий спикер восхваляет бессерверные вычисления, как будто это святой грааль современной разработки. «Нет необходимости управлять серверами!» — кричат они. «Бесконечное масштабирование!» — обещают они. «Платите только за то, что используете!» — скандируют они в унисон. Но вот в чём дело — и я говорю это как человек, который развернул множество функций Lambda и Azure Functions в продакшене — бессерверные вычисления не всегда являются решением, и рассматривать их как универсальную панацею — это путь к архитектурным проблемам....

September 14, 2025 · 5 min · 973 words · Maxim Zhirnov

Introduction to Ballerina: The Programming Language That Actually Gets Cloud Computing

Picture this: you’re building yet another microservice, and you’re juggling YAML files, Docker configs, and Kubernetes manifests like a caffeinated circus performer. Sound familiar? Well, what if I told you there’s a programming language that was born in the cloud era and actually understands what you’re trying to do? Enter Ballerina – the programming language that doesn’t make you feel like you’re fighting the cloud, but dancing with it. What Makes Ballerina Special?...

August 6, 2025 · 12 min · 2351 words · Maxim Zhirnov

Введение в Ballerina: Язык программирования, который действительно позволяет использовать облачные вычисления

Представьте: вы создаёте очередной микросервис и управляете YAML-файлами, конфигурациями Docker и манифестами Kubernetes, как циркач, накачанный кофеином. Звучит знакомо? А что, если я скажу, что есть язык программирования, который родился в эпоху облачных технологий и действительно понимает, что вы пытаетесь сделать? Познакомьтесь с Ballerina — языком программирования, который не заставляет вас бороться с облаком, а позволяет с ним танцевать. Что делает Ballerina особенной? Ballerina — это не просто ещё один язык программирования, пытающийся вписаться в мир облачных вычислений....

August 6, 2025 · 5 min · 1006 words · Maxim Zhirnov
Why Cloud-Native Isn't Always the Answer: A Pragmatic Perspective

Why Cloud-Native Isn't Always the Answer: A Pragmatic Perspective

The Cloud-Native Hype Train: Time for a Reality Check We’ve all heard the siren song: “Go cloud-native or get left behind!” While cloud-native architectures offer undeniable benefits—scalability, resilience, and developer velocity—they’re not a universal cure-all. Blindly adopting this paradigm can lead to architectural overkill, runaway costs, and operational nightmares. Let’s dissect why the cloud-native hammer isn’t the right tool for every nail. 1. Complexity: When Simple Becomes Byzantine Cloud-native stacks (Kubernetes, service meshes, CI/CD pipelines) turn simple deployments into Rube Goldberg machines....

June 28, 2025 · 3 min · 614 words · Maxim Zhirnov