blog-golang-c.hashnode.devFrom C to Go: A Practical Shift for DevelopersC gives you control Go gives you control and peace of mind :) If you’ve worked in C, you’ve dealt with pointers, manual memory and debugging nightmares. Go doesn’t ditch performance it just ditches the headache. This guide is for devs who know C, and...Aug 3, 2025·3 min read
ddm.hashnode.devUnderstanding Token Security: A Comprehensive BlueprintWith over 90% of modern web apps relying on token-based authentication, understanding access and refresh tokens isn’t optional—it’s essential. The Question arises what exactly do we need to know ? Well here we are going to dive deep into areas : In...Jan 29, 2025·7 min read