Aris Georgatos

Aris Georgatos @aris_georgatos

About: Notes from a brain with too many tabs open.

Location:
Athens, Greece
Joined:
Oct 20, 2025

Aris Georgatos
articles - 9 total

Be Essential or Be Optional: A Reality Check for Data Teams

Being “helpful” won’t save your data team. Being essential will. No amount of etl creates job...

Learn More 3 0Jan 5

Engineering Is Communication (And We're All Terrible At It)

You know that feeling when a service times out at 3am and you're scrolling through logs muttering...

Learn More 2 1Dec 19 '25

[Boost]

Join Data from Anywhere: The Streaming SQL Engine That Bridges...

Learn More 0 0Dec 17 '25

High-Trust Teams Ship Faster: The Human Side of Engineering

Most engineering teams think most of their blockers are technical. Spoiler: they're not. Not even...

Learn More 2 0Nov 20 '25

Microservices vs. Monoliths: Finding the Right Balance

Hot take: You don't have a microservice architecture, you have a distributed monolith with trust...

Learn More 0 0Nov 5 '25

Turning 500 Lines of If-Else Into a Config Switch: Strategy Pattern in Go

When your core business logic becomes a high-risk bottleneck, every deployment feels like defusing a...

Learn More 0 0Oct 31 '25

🚀 Go Faster: Cutting the Slack in GC with Smart Memory Allocation

My last few posts dove deep into the weeds of concurrency (race conditions) and system scalability....

Learn More 8 0Oct 29 '25

Taming the Chaos: A Python Guide to Beating Race Conditions in Multithreading

You've heard the buzz: multithreading can dramatically improve your application's responsiveness and...

Learn More 0 0Oct 24 '25

How to Build a Thread-Safe Rate Limiter with FastAPI and Atomic Redis

Ever been worried about bots scraping your data, attackers brute-forcing logins, or your platform...

Learn More 0 0Oct 21 '25