ZZackinblog.zackryrosli.com·Nov 17, 2025 · 5 min readThe "Guardians" of the ConcurrencyWhen diving into concurrent programming in Go, two fundamental synchronization primitives often come up: mutexes and semaphores. While they might seem similar at first glance, they serve different purposes and understanding when to use each is crucia...00
ZZackinblog.zackryrosli.com·Mar 15, 2024 · 2 min readShould I use frameworks in Go?We all know that Go is one of the popular programming languages for crafting fast and scalable web applications. If you are coming from another programming languages (such as JavaScript or PHP), you might prefer using frameworks to make everything ea...00
ZZackinblog.zackryrosli.com·Mar 13, 2024 · 1 min readWhy Angular is perfect for web developmentIt isn’t.00