Blog archive
7 of 209 articles tagged #Star

Building a High-Throughput KPI Pipeline on ClickHouse: Partitioning, Idempotent Recalculation, and…
Every hour, 15 million rows of raw network measurement data land in our ClickHouse cluster. From that data we calculate per-cell…

Essential VS Code Extensions for Go Developers: My Daily Toolkit
As a Go developer, having the right set of Visual Studio Code extensions can dramatically boost your productivity, code quality.

Installing Application for Golang developer After installing Ubuntu 24.04 LTS
This document outlines a comprehensive setup guide for Golang developers working on Ubuntu 22.04 LTS. It covers a wide range of essential…

How write a Unit test, Integration test, and Performance test for the Golang language?
Explain way of testing golang application.

My solution for designing a resilient system in an event-driven pipeline
I designed event-driven architecture for our fintech software. It consisted of three parts. Part one had a sync process, and Parts two and…

Best List of Vscode Plugin as Golang developer in Backend position
When I was a child, I decided to use only open-source tools. It was a hard decision at the time because many open-source tools weren’t…

I struggle to read and write 100K requests in Postgres DB, and my aggressive solution with Redis.
I faced 100K requests in a short period in our application. In that situation, Postgres Database has a lot of delays in response requests…