Optimization: pools and slots you might need
Object pooling and __slots__ - two Python optimization techniques that deliver 3-8x speedups when applied where they actually matter.
2026-05-04
Free Threading — Python's way to "goroutines", not really.
Free threading combined with asyncio brings true concurrency, the closest thing Python has to Go's concurrency model.
2026-04-25
They don't know about golang stringer.
The stringer command-line tool is the right and idiomatic way to generate human-readable enums in Go.
2025-10-26
I like my logs - structured and correlated
Opinion - logs should be structured and correlated for better observability of applications.
2025-06-02
The art of benchmarking and profiling
Understanding how benchmarking and profiling tools in golang can help us write more efficient software.
2025-05-07
Hello World
Hello from my finger tips!
2025-03-26