Nothing here yet.
Sep 22, 2025 · 3 min read · 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 ...
Join discussion
May 27, 2023 · 5 min read · 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...
AAshwath commented
May 8, 2023 · 4 min read · 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...
ZAAZen and 2 more commented