Talk Archive

Browse 462 talks from our meetups. Covering everything from JavaScript fundamentals to cutting-edge frameworks.

Showing 12 of 462 talks (Page 4 of 39)

Rafał Pocztarski
#128

I am switching to Go, and so is TypeScript (Lightning Talk ⚡️)

Rafał Pocztarski Software Developer at Paramount
Jul 9, 2025

Much to everyone's surprise, it was recently revealed that the TypeScript team at Microsoft had been secretly evaluating multiple programming languages to rewrite the TypeScript compiler in. The best language for that task turned out to be Go.

Patryk Wojnarowski
#128

No Vercel? No problem!

Patryk Wojnarowski Software Engineer at Dialo
Jul 9, 2025

Discover how to deploy your projects on a VPS using Nix and Kubernetes. Learn to leverage NixOS for declarative setup and Kubernetes for ease of deployments, gaining full control and avoiding vendor lock-in. It's a perfect setup if you want to have a cost-effective and flexible environment. And even if you want to stick to the cloud, you should still try it at least once to deeply understand the layers of the deployment stack.

Jakub Grzywaczewski
#128

Blazor WebAssembly - a new approach to web application architecture

Jakub Grzywaczewski Senior Fullstack Engineer
Jul 9, 2025

Blazor WebAssembly is a technology that combines the power of C#, JS, and WebAssembly into a single framework for building modern web applications. By leveraging WebAssembly, Blazor introduces a new way to handle client-side logic, enabling developers to use C# directly in the browser while seamlessly integrating with JavaScript. This unique approach has implications not only for architecture and maintainability but also for application performance, especially in scenarios involving computationally intensive tasks. In this talk, we'll explore how Blazor WebAssembly works, its potential to change front-end development, and how it blends these technologies to create efficient, scalable, and maintainable applications.

Karol Waszczuk
#128

Hoisting, phantoms and doppelgängers - demystifying the spooky world of NPM node_modules and how to eradicate its darkness with PNPM

Karol Waszczuk Senior Platform Engineer at Ramp Network
Jul 9, 2025

Physicists say black holes are the heaviest things in the universe, but surely they've never seen a truly monstrous node_modules folder. In this talk, we'll venture into the eerie underworld of NPM node_modules, where scary forces like hoisting, phantoms, and doppelgängers can haunt your projects and keep you up at night. But don't worry - there's a way out! I'll show you how switching to package managers like PNPM can help banish these spooky beings. Plus, I'll share real-life learnings (and a few battle scars) from migrating a monorepo from NPM-like setup to PNPM - so you can make this journey without losing your sanity.

Gonzalo Beviglia
#127

Releasing 20 Micro-Frontends in 1 week with Module Federation

Gonzalo Beviglia Staff Software Engineer @Box
Jun 11, 2025

Shipping one application is hard enough. Coordinating 20 releases in a single week is a monumental challenge. In this talk, I'll take you behind the scenes of how our engineering organization pulled off this ambitious project. Whether you're looking to accelerate delivery or strengthen team collaboration, you'll walk away with actionable insights for your engineering toolkit.