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.
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.
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.
I like my logs - structured and correlated
Opinion - logs should be structured and correlated for better observability of applications.
The art of benchmarking and profiling
Understanding how benchmarking and profiling tools in golang can help us write more efficient software.
Hello World
Hello from my finger tips!

© 2026 Shubham Biswas. All Rights Reserved