Ali Mert
Software developer who enjoys solving algorithm problems and building practical tools. I currently work as a full stack developer, building backend systems, web applications, and LLM-powered tools.
"I am not leaving a spiritual legacy of dogmas, unchangeable petrified directives. My spiritual legacy is science and reason."
Latest Posts
- Building a Layer-4 Load Balancer from Scratch in Go
Demystifying network traffic distribution by creating a high-performance TCP proxy using Go's standard library, goroutines, and atomic operations.
- Project Panama: Native Interop Without JNI
Learn how to access native C libraries from Java without a single line of JNI code using the Foreign Function & Memory API (Project Panama).
- Modern Concurrency with Java Virtual Threads (Project Loom)
Learn how to use Java's Virtual Threads (Project Loom) to build scalable, blocking I/O applications without thread pools or reactive frameworks with real world examples and benchmarks.