Concurrency in Rust: A Deep Dive into Async/Await and Futures
Comprehensive guide to Rust async/await: futures, executors, tokio runtime, and building high-performance concurrent applications.
Software engineer passionate about building reliable, scalable systems. I write about technology, software engineering practices, and my learnings.
I'm a software engineer with a passion for creating elegant solutions to complex problems. My work focuses on building systems that are not only functional but also maintainable, scalable, and user-friendly.
When I'm not coding, I enjoy writing about my experiences and learnings. I believe in sharing knowledge and contributing to the developer community.
Comprehensive guide to Rust async/await: futures, executors, tokio runtime, and building high-performance concurrent applications.
Comprehensive guide to Java virtual threads: how they work, M:N threading model, structured concurrency, and building scalable applications.