Pavel Sanikovich

Pavel Sanikovich @devflex-pro

About: Wielder of the Arcane Art of Go | Whisperer to High-Load Systems From the shadowed depths of distributed architectures, I conjure eldritch solutions with Go, MongoDB, ClickHouse, and Redpanda.

Joined:
Oct 11, 2023

Pavel Sanikovich
articles - 9 total

[Boost]

Why Go Developers Avoid Frameworks and When Their Use is...

Learn More 0 0Mar 21

Why Go Developers Avoid Frameworks and When Their Use is Justified

Choosing a framework at the beginning of a project can have a lasting impact on its future. In Go...

Learn More 1 0Mar 21

From the Shadowed Depths: Why Telegram Mini Apps Outshine Native Apps for Business

I am a wielder of the arcane art of Go, a whisperer to high-load systems, conjuring eldritch...

Learn More 0 0Mar 8

Introducing TMA Starter Kit: Your Fast Track to Building Telegram Mini Apps

Are you a developer eager to dive into the world of Telegram Mini Apps (TMA) but dreading the setup...

Learn More 0 0Mar 5

Handling Optional Fields in Go with Pointers

Go is a statically typed language that doesn't have a built-in concept for optional fields like some...

Learn More 1 0Feb 28

Taming the Beast: Harnessing `go.uber.org/ratelimit` in Go Applications

In the shadowed corridors of software design, where unseen forces battle for system stability, the...

Learn More 0 0Dec 30 '24

High-Load Systems: Choosing Between Redpanda and Kafka

When we talk about high-load systems, the choice of a messaging platform is often one of the most...

Learn More 0 0Dec 20 '24

Managing User Balances with ClickHouse in High-Volume Microtransactions: A Comprehensive Approach

In high-frequency transaction systems, such as OpenRTB (Real-Time Bidding), managing user balances...

Learn More 0 0Dec 18 '24

Golang sync.Pool benefits + Benchmarks

The sync.Pool package in Go provides a simple object pool implementation. It can be used to improve...

Learn More 1 1Oct 11 '23