WebAssembly in Go: Bridging Web & Backend

Presenters Dhruv Sagar Source Gophercon India 2025 🚀 WebAssembly & JavaScript: A Powerful Partnership for the Future of Web Development 🌐 Have you ever felt the frustration of maintaining separate codebases for your front-end and back-end? The inconsistencies, the duplicated effort – it’s a common pain point for web developers. What if there was a way to share code, improve performance, and unlock new possibilities for your web applications? Enter WebAssembly (Wasm), and it’s not here to replace JavaScript, but to complement it. ...

September 19, 2025 · 4 min

Go Concurrency: How not to Burn the House Down

Presenters Vignesh Ravichandran Source Gophercon India 2025 🚀 Go Concurrency: Avoiding Common Pitfalls & Building Production-Ready Systems 🛠️ Hey everyone! 👋 Concurrency is a powerful tool, especially when building robust and scalable applications. Go, with its built-in support, makes concurrency seem easy. But it’s easy to fall into common traps that can lead to performance bottlenecks, resource leaks, and even crashes. Today, we’re diving into some of those pitfalls and, more importantly, how to avoid them, drawing inspiration from how a system like CockroachDB tackles these challenges. Let’s get started! ...

September 19, 2025 · 4 min

SQLens: AI Powered Database Intelligence for Go

Presenters Akshay Khurd Source Gophercon India 2025 🚀 Bridging the Gap: How AI is Supercharging SQL Performance at Dua 💡 Dealing with slow SQL queries can feel like wading through molasses. It’s frustrating, impacts API performance, and can derail even the most skilled developers. At Dua, they faced this problem head-on, and the solution they built – SQL Lens – is a brilliant example of how AI and schema intelligence can work together to unlock significant performance gains. Let’s dive into how they tackled this challenge and what we can learn from their innovative approach. ...

September 19, 2025 · 4 min

Broken Go: The Unexpected Behaviours

Presenters Sagar Sonwane Source Gophercon India 2025 Decoding Go’s Quirks: A Journey Through Unexpected Behaviors 🤯 Hey Gophers! 👋 Ever felt like Go was acting a little… weird? You’re not alone! Sometimes, the language throws curveballs that challenge your assumptions and leave you scratching your head. That’s what Sager, a seasoned Go developer, explored in his presentation at GopherCon 2025 - “Broken Go.” This wasn’ll just a talk; it was an interactive quiz designed to expose some of Go’s most delightfully quirky behaviors. Let’s dive in! ...

September 19, 2025 · 3 min

Writing Your Own MCP Server: From Scratch to Production in Go

Presenters Yash Mehrotra Source Gophercon India 2025 🚀 Unleashing AI Assistants: A Deep Dive into Model Control Planes (MCP) 🤖 The world of AI is evolving at breakneck speed, and a fascinating new technology called Model Control Planes (MCP) is poised to reshape how we interact with systems and leverage the power of Large Language Models (LLMs). This presentation provided a compelling look at MCP, its potential, and the crucial considerations for responsible implementation. Let’s break down what you need to know! ...

September 19, 2025 · 4 min