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

High Performance PyData Tools by Adding Go to the Mix

Presenters Prasun Anand Source Gophercon India 2025 🚀 Say Goodbye to Jupyter Lag: Introducing Zasper, the Go-Powered Notebook Alternative! ✨ For years, Jupyter notebooks have been the go-to tool for Python data scientists. But let’s be honest, they’re not without their frustrations. Crashes, slow performance, and deployment headaches – we’ve all been there. But what if there was a better way? Enter Zasper, a high-performance Jupyter notebook alternative built with Go, and poised to revolutionize your data science workflow. ...

September 19, 2025 · 3 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

100+ DB Upgrades in 10 Minutes (Maintenance Mode)

Presenters Abhishek Varshney Source Gophercon India 2025 Scaling Database Maintenance with Go: A Tale of Hundreds of Databases 🚀 Hey Gophers! 👋 Ever wrestled with database maintenance? It’s a necessary evil, but can quickly become a massive headache, especially when dealing with a microservices architecture. That’s what Abhishek, Software Architect at Cred, explored at GopherCon, and we’re breaking down the journey to a more scalable and less painful process. The Challenge: Database Maintenance at Scale 💾 Cred, a leading payments platform in India, processes a huge volume of transactions – over one-third of all credit card bill payments in India! This is powered by a sprawling network of over 800 microservices and 150+ databases. Imagine the complexity of maintaining all of that! ...

September 19, 2025 · 3 min