Posts

insomnius logo 2Muhammad Arief Rahman

Securing Image With Signed URL in Golang

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.

an images

2 weeks ago

4 min read

Feature WIP

golang

security

insomnius logo 2Muhammad Arief Rahman

Why Testing Matters: A Software Engineering Perspective

Coding isn't just about finishing tasks—it's about creating reliable, user-friendly systems through thoughtful testing.

an images

2 weeks ago

6 min read

Feature WIP

testing

mental-model

insomnius logo 2Muhammad Arief Rahman

Golang Generic for Value to Pointer Function

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.

an images

11 months ago

2 min read

Feature WIP

golang