Nothing here yet.
I had the privilege of taking part in the Google ADK Hackathon (Sep 16–18, 2025) — a 72-hour sprint of coding, brainstorming, creativity, and fun. I was proud to lead a talented team of four colleagues, and together we turned ideas into impact under ...

Introduction Parsing and storing data in JSON(JavaScript Object Notation) format has gained popularity due to its ease of use, representation of data in key-value pairs, and language independence. In this blog, we will explore how we can easily parse...

Introduction Slice is one of the powerful data types in Go which allows combining related values of the same type. In this blog, we will explore how we can improve the performance of your Go code faster using make() function when creating slices. For...
