My Thoughts & Writings
Exploring technology, development, and everything in between.
Delve into the seemingly simple `return` statement and uncover its complex assembly-level implementation, exploring stack frames, registers, and calling conventions. Gain a deeper understanding of program execution and compiler optimizations by examining this fundamental concept.
http, net/http, golang, backend
Explore how to implement Clean Architecture in Flutter using Riverpod for building scalable and testable applications with a clear separation of concerns. This post dives into advanced techniques and best practices, offering a detailed example of fetching and displaying articles from a remote API.
Unlock the secrets to crafting perfect Git commit messages with this step-by-step guide, transforming your commit history into a valuable resource for yourself and your team. Learn why well-written commit messages are essential for collaboration, debugging, and maintaining sanity in your codebase.
No excerpt available.
Unlock the secrets of the Go runtime and elevate your Go programming skills from novice to expert. This comprehensive guide explores memory management, goroutine scheduling, and networking to help you build efficient and reliable Go applications.