$ ls -lt posts/ | grep

Blog archive

7 of 209 articles tagged #Star

filter by tag
Building a High-Throughput KPI Pipeline on ClickHouse: Partitioning, Idempotent Recalculation, and…
8 min

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…

StarMy ExperienceClickHousePerformanceData Engineering
Essential VS Code Extensions for Go Developers: My Daily Toolkit
11 min

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.

StarGo
Installing Application for Golang developer After installing Ubuntu 24.04 LTS
3 min

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…

StarGoLinux
How write a Unit test, Integration test, and Performance test for the Golang language?
14 min

How write a Unit test, Integration test, and Performance test for the Golang language?

Explain way of testing golang application.

StarMy ExperienceGoPerformanceTestingMachine Learning
My solution for designing a resilient system in an event-driven pipeline
2 min

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…

StarMy ExperienceArchitectureData Engineering
Best List of Vscode Plugin as Golang developer in Backend position
4 min

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…

StarGoMachine Learning
I struggle to read and write 100K requests in Postgres DB, and my aggressive solution with Redis.
3 min

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…

StarRedisPostgres