JetBrains - Videos
Back to ChannelThe Modern Enterprise Toolkit for Secure, High-Quality Code
How can enterprises deliver secure, high-quality code without slowing down? In this webinar, we introduce The Modern Enterprise Toolkit for Secure, High-Quality Code — a complete set of new release...
What Happens When Everything on the Internet Is AI-Generated?
As AI-generated text, videos, and images flood the internet, one question grows louder: where’s the humanity left online? In this conversation, Paul Everitt and Michelle Frost explore the concept...
How Unifonic boosted development with an AI coding agent by JetBrains
Discover how leading customer engagement platform Unifonic is transforming its software development with Junie, an AI coding agent by JetBrains. In this case study, we explore how Unifonic adopted ...
How to Investigate UI Freezes
In this talk, we will explore common reasons for UI freezes in JetBrains IDEs. We will learn how to read IntelliJ thread dumps, coroutine dumps, and how to write plugin code, having cooperation wit...
Making an IntelliJ Plugin Remote Development-friendly
The landscape of software development is shifting toward distributed environments, and IntelliJ plugins need to keep up. This talk shows how to adapt a plugin for remote development. It covers key ...
AI-powered Test Generation Straight from your Debugger
Traditional test writing can be slow and disconnected from how code actually runs. This talk presents an AI-powered approach that leverages data from live debugging sessions and applies Retrieval-A...
Building in Constrained Environments: Lessons from YouTrack Apps
Building applications under strict technical constraints forces you to find creative workarounds, adapt simple solutions to tight limits, and sometimes deal with hidden platform issues. This talk e...
Kotlin Notebook Meets IntelliJ Platform
Kotlin Notebook is an interactive environment for running Kotlin code, exploring libraries, and creating interactive, easy-to-share notes directly in the IDE. This session demonstrates how to proto...
Developing a Language Plugin: LSP versus the Joy of Learning
The Language Server Protocol (LSP) promises an easy path to language plugin development, but it’s not a full substitute for native support. This talk shows how to combine the IntelliJ Platform’s LS...
From Template to Marketplace Creating Your First Plugin
The session walks through the journey of creating a plugin from a template, covering everything from the initial setup to reviewing structure and configuration. It then demonstrates building the pl...
Opening Keynote by Ivan Chirkov, Jakub Chrzanowski, and Robert Novotny
Ivan Chirkov, Team Lead for JetBrains Marketplace, kicks off the conference with an overview of the current state of Marketplace and the team’s plans for it. Jakub Chrzanowski offers insights into...
The Dark Forest of the Web: AI and Content
As AI-generated text, videos, and images flood the internet, one question grows louder: where’s the humanity left online? In this conversation, Paul Everitt and Michelle Frost explore the concept...
JetBrains Plugin Developer Conf 2025
Learn how to build the next great JetBrains plugin! Join JetBrains Plugin Developer Conf 2025 on November 5 for a full day dedicated to the art and science of plugin development. Here are the topi...
AI Skeptic Codes with Junie AI Agent for the First Time
What happens when a die-hard AI skeptic with 25 years of coding experience finally gives in and tries JetBrains’ AI coding agent, Junie? In this experiment, Alex invites Dmitry — a seasoned develo...
LLMs are scary
Beyond OOP: A Journey From Cache Misses to MASS Hits by Konrad Słoń
This session explores how memory access patterns, CPU caches, and object layout affect game performance. We’ll break down why traditional object-oriented programming often works against the hardwar...
Optimising for the Web by Dom Harris
A deep dive into web-specific game optimizations, featuring general best practices and tips for both Unity and Godot. Key takeaways from this talk An understanding of best practices for browser ga...
Building a Cross-Platform In-Game Store With Godot and PlayFab by Johannes Ebner
Monetization in games is very important for keeping your game alive and players engaged. At the same time, cross-platform engagement is more important than ever, with players playing the same game...
AI Infrastructure as Part of CI/CD for Mobile Game Development by Ilya Bogin
This session explores the transformative role of AI in accelerating and automating the CI/CD pipeline for mobile game development. We will delve into how AI infrastructure, from intelligent feedbac...
The State of Game Development With JetBrains by Matt Ellis
Game development is a fast-paced world, and it can be hard to keep up. Let's take a whistle-stop tour of what's new with JetBrains and get up to speed on recent changes in game development producti...
Introduction to Netcode for Entities by Johnny Thompson
This talk will provide an overview of the features and advantages of Unity's Netcode for Entities framework. This talk will also discuss some considerations to have when evaluating if your team sho...
Deploying Your Studio With the Cloud Game Development Toolkit by Gabriel Batista, Henry Kiem
In this session, Gabriel Batista and Henry Kiem, AWS Solutions Architects focused on games, will walk attendees through the Cloud Game Development Toolkit – a collection of open-source, infrastruct...
Power-Up Your Team: Soft Skills That Level Up Game Dev Collaboration by Sheena Yap Chan
Great games aren’t just coded – they’re crafted through collaboration, trust, and communication across disciplines. In the fast-paced world of game development, teams often focus on engines, pipeli...
Building Accessible Mobile Games and Native App Games for Accessibility by Gian Wild
You may be surprised, but people with disabilities play games, too! You may be tempted to simply follow the Web Content Accessibility Guidelines when building your game, but unfortunately, it does...
How We Use Junie in JetBrains
What happens when developers treat AI like a teammate — or even an intern? In this behind-the-screens look at JetBrains’ new AI coding agent, Junie, our engineers share how they actually use it day...
Does GenAI Mean the Death of Test-Driven Development (TDD) — Johan Smarius
Many developers now rely on GenAI to generate code and unit tests — but what does that mean for TDD? In this session, Johan explores how AI-assisted coding can coexist with test-driven development ...
Conquering Distributed Cloud Logging Without Breaking the Bank — Stathis Fylaktos
Observability is essential — but it shouldn’t cost a fortune. Stathis will walk you step-by-step through building a scalable, cost-efficient distributed logging system using open-source tools in AW...
Everything You (Don’t) Want to Know About Async and Await in C# — Stefan Pölz
Async/await in C# may look simple — but under the hood, it’s a powerful and intricate model. Stefan will take you on a deep dive into asynchronous programming in C#, exploring the async state machi...
How We Found a 2 GB/Day Leak in 5 Minutes – dotMemory Meets Akka.NET — Aaron Stannard
Debugging memory leaks is often more art than science — but it doesn’t have to be. Aaron shares a real production debugging story from the Akka.NET team, showing how they identified and fixed a mas...
Functional Programming in F#: Fad or Fabulous? — Ken Bonny
Curious about functional programming but intimidated by its concepts? Ken was too — until he discovered how practical and elegant it can be. In this session, he’ll demystify functional programming ...
Building Scalable GenAI Apps Using Semantic Kernel and .NET Aspire — Mehdi Hadeli
Generative AI is transforming modern applications — and with Semantic Kernel and .NET Aspire, building intelligent, cloud-native apps is easier than ever. Mehdi will guide you through the architect...
Change Is Inevitable: Versioning Event-Driven Systems — Laila Bougria
Building an event-driven system is anything but trivial — and once you’ve got one working, change is inevitable. Laila will walk through practical patterns for evolving message contracts safely: ve...
Maximizing TeamCity: New Features in Action and a Look Ahead
Join us for an essential TeamCity update webinar, where our TeamCity Solutions Engineers will showcase the powerful features introduced in recent releases and give you an exclusive look at what's n...
Test-Driven Development With Blazor — Scott Sauber
Most people say you can’t do Test-Driven Development (TDD) on the frontend. They’re wrong. Scott will demonstrate how to apply real TDD to Blazor using bUnit and the latest additions to the framewo...
Matter – an AI development companion for product teams
Matter is an AI-powered tool that enables designers and product managers to work directly in the codebase without writing code. You can iterate on the UI, test interactions, and hand developers a w...
JetBrains GameDev Day 2025
JetBrains GameDev Day 2025 is a free, online event by JetBrains dedicated to game development. A full day of talks and Q&A sessions covering Unity, Unreal, Godot, CI/CD, debugging, performance, AI ...
.NET Apps Everywhere (Uno Platform) — Steve Bilogan
Developing cross-platform applications is complex. Uno Platform allows you to develop .NET apps from any dev environment, deploy to any platform, and use your choice of XAML or C# for the UI. In th...
Choosing the Right Messaging Solution for Your Architecture — Poornima Nayar
Asynchronous messaging is becoming increasingly popular in distributed system architectures. And why not, when it offers scalability, fault-tolerance, performance, and decoupling? Join Poornima as ...
GoLand: The IDE for DevOps Workflows
► Learn more: https://jb.gg/IDE_for_DevOps GoLand bridges the gap between Development and Operations, helping your team work more efficiently across the stack. Write services, manage configs, run ...
Safe Terraform Deploys
► Want to try GoLand? Download now: https://jb.gg/Terraform Catch Terraform errors before they reach production. GoLand inspects your configs in real time, flags issues instantly, and helps you fi...
'nullable' enable – Unlock the Power of C# Nullability — Maarten Balliauw
Get ready to bid farewell to the dreaded System.NullReferenceException and step into the wonderful world of C# nullability! In this session, Maarten unravels the hidden magic behind nullability syn...
Clean Architecture With ASP.NET Core — Steve Smith
ASP.NET Core provides better support for clean, testable, maintainable architectures than any of its predecessors. Learn the underlying principles that apply to project/solution organization, how b...
Effortless Distributed Systems With .NET Aspire — Jason Taylor
Distributed systems can be overwhelming — but with .NET Aspire, building them feels refreshingly simple. In this session, we’ll explore a multi-service, message-driven application and see how Aspir...
JetBrains GameDev Day 2025 is coming on October 21!
🎮 Join Johnny Thompson from Turbo Makes Games at JetBrains GameDev Day 2025 on October 21 to learn all about Unity’s Netcode for Entities! Register 👉 https://bit.ly/4qc65tx #Unity #GameDevDay2025...
Keynote – Matt Ellis & Mehul Harry
Kick off .NET Days with a tour of what’s new and what to expect. We’ll show ReSharper working with the current Visual Studio Insiders build and share our plan for day-one readiness when the release...
Make Agentic AI Work for Your Business – With Junie, the Coding Agent by JetBrains
Join us for an exclusive livestream about Junie – the smart AI coding agent by JetBrains, built to accelerate software development and increase team productivity. You’ll discover how to speed up d...
No Web Standards, No Mercy: A Dev Faces the Early Internet
Take a trip back 15 years and see the web through the eyes of a modern developer. Discover how far we’ve come -- with WebStorm by your side every step of the way.
.NET Days Online 2025, Day 2: Event-Driven Systems & GenAI with Aspire, F#, dotMemory, and More
Welcome to Day 2 of JetBrains .NET Days Online 2025! Dive into event-driven architectures, GenAI with Semantic Kernel & .NET Aspire, F#, async/await, memory profiling, and cloud logging. Learn from...
Rust 2025: $400K Salaries, C++, AI & Why It's Not Everywhere (Yet) — Jon Gjengset Explains
What’s next for Rust in 2025? In this in-depth interview, Jon Gjengset (Rust educator, MIT PhD, and author of Rust for Rustaceans) discusses how Rust salaries are reaching $400,000, how AI is chang...
Tough Decisions: the complexities of maintaining a popular open source project, by Jessica Janiuk
Lots of people contribute to open source projects, like Angular, but very few people are maintainers. So what's that like? Learn about all the ins and outs of how decisions are made for big open so...