Muhammad Arief Rahman
Signed URLs help protect sensitive data by ensuring that API access is time-limited and authorized. This article explains how to implement signed URLs in Go.
2 weeks ago
4 min read
Feature WIP
golang
security
Muhammad Arief Rahman
Coding isn't just about finishing tasks—it's about creating reliable, user-friendly systems through thoughtful testing.
2 weeks ago
6 min read
Feature WIP
testing
mental-model
Muhammad Arief Rahman
Golang generics simplify coding by enabling reusable functions for various data types. This tutorial shows how to convert values to pointers efficiently, reducing repetitive code.
11 months ago
2 min read
Feature WIP
golang