Why I Rewrote Portage in Go: Introducing GRPM v0.1.0
GRPM – Go Resource Package Manager If you've ever used Gentoo Linux, you know Portage. It's powerful, flexible, and… Python‑based. For years—literally years—I...
GRPM – Go Resource Package Manager If you've ever used Gentoo Linux, you know Portage. It's powerful, flexible, and… Python‑based. For years—literally years—I...
Article URL: https://benraz.dev/blog/golang_review.html Comments URL: https://news.ycombinator.com/item?id=46542253 Points: 58 Comments: 50...
Article URL: https://words.filippo.io/gosum/ Comments URL: https://news.ycombinator.com/item?id=46537095 Points: 17 Comments: 4...
Happy New Year 2026! 🎊😀😀 Welcome to the Chinese Zodiac Year of the Horse. Overview I started this Coursera specialization in the fourth quarter of 2025 to st...
Introduction When I tell people I use Go for backend development, the most common reactions are: - “Why not Java?” - “Isn’t Go too simple?” - “Rust is cooler,...
GxPDF v0.1.0 – 100 % Table Extraction Accuracy in Pure Go !Cover image for GxPDF v0.1.0: 100% Table Extraction Accuracy in Pure Gohttps://media2.dev.to/dynamic...
HTMX is actually very good. This post is about why I don’t use it yet, even though people keep telling me to. What People Say About HTMX When people talk about...
Article URL: https://fast.github.io/blog/stop-forwarding-errors-start-designing-them/ Comments URL: https://news.ycombinator.com/item?id=46491051 Points: 11 Com...
Ever wondered how Python, JavaScript, or Go actually work under the hood? I spent months researching and implementing different language designs, and compiled...
Introduction If you are like me, transitioning to Go from another tech‑stack or ecosystem, you might have found yourself unarmed of some of the most powerful t...
Threads in Languages like C++ and Java In the above‑mentioned languages, threads are a means of concurrency that take a lot of CPU time in context switching an...
Performance Comparison of Popular Web Frameworks 2024 As a full‑stack engineer with 10 years of development experience, I’ve witnessed the rise and fall of cou...