Operations | Monitoring | ITSM | DevOps | Cloud

How Developers Build a Meaningful Career in the Age of AI

What does a meaningful developer career look like in the age of AI? We brought together four experts to answer exactly that. In this GitKon panel, GitKraken CMO Kate Adams moderates a conversation with Leon Noel (Managing Director of Engineering, Resilient Coders), Danny Thompson (Director of Technology and host of The Programming Podcast), Maggie Hunter (Recruitment Lead, GitKraken), and Dimitry Fonarev (CEO, Testkube) to explore how software engineers can future-proof their careers, grow their skills, and navigate an industry that is changing fast.

GitKraken Explains: How AI is Changing Your Commit History

AI commit message generation is fast, accurate, and consistent. It's also missing the most important thing: the why. AI-assisted Git workflows can summarize a diff in seconds, but they optimize for description, not decision-making. In this video, we break down what AI commit messages do well, where they fall short, and how to use them without quietly erasing the context future teammates (and future you) actually need.

6 Underused Git Commands That Save Time

Git is full of underused powers that most developers never discover. In this GitKon 2025 session, GitKraken Senior Product Manager Jonathan Silva reveals 6 lesser-known Git commands that solve real workflow pain points, from recovering lost commits to managing stashes strategically. Learn how to undo commits without losing work, recover deleted branches with git reflog, cherry-pick without immediate commits, target specific stashes, see contributor breakdowns, and more. Jonathan also demonstrates how GitKraken Desktop makes these workflows visual and intuitive.

Making Security Invisible for Game Developers

Security that developers never have to think about. That's the goal Audrey Long, Senior Gaming Cloud Security Architect at Microsoft Gaming Security, set out to achieve, and then actually built. In this GitKon session, Audrey walks through how Microsoft Gaming tackled a massive identity security challenge across double-digit Entra ID tenants spanning independent game studios. With no existing tooling that fit the pace of game development, her team built the Entra ID Tenant Security Scanner from scratch using the Maester Framework, custom PowerShell, and GitHub Actions.

GitKraken Desktop 11.10 Release: Pin Branch, Sparse Checkout, Word Wrap and MORE!

GitKraken Desktop 11.10 is live! This release focuses on control over the commit graph, rebases, and more. The kind that makes working in complex repositories feel intentional instead of chaotic. Here’s what’s new: These updates bring long requested structural improvements directly into the GitKraken Desktop UI. If you care about clean history, readable diffs, and managing serious repos without jumping to the CLI, this release is for you.

Technology behind modern video communication platforms

Over the last decade, video communication has evolved from a convenient tool into an everyday necessity. People use it for work, learning, casual conversations and even medical consultations. This rapid adoption has pushed companies to upgrade the underlying communication technologies, making video calls smoother, faster and far more interactive than they used to be. According to several industry reports, global usage of online video services increased by more than 300% between 2019 and 2023, which demonstrates how essential these platforms have become.

Stop Vibe Coding Everything: The Case for Spec-Driven Dev

Spec-driven development with AI coding agents could change how you build software. In this GitKon 2025 talk, Erik Hanchett, Senior Developer Advocate at AWS, breaks down why AI coding assistants perform dramatically better when they start with structured specifications instead of raw prompts. If you've been vibe coding your way through complex features and wondering why your AI keeps going off the rails, this is the video for you.

PagerDuty's Slack App Just Got a Whole Lot Better (And We're Just Getting Started)

If you’ve been eyeing chat-native incident tools and wondering whether PagerDuty can compete in Slack, this one’s for you. Are you still treating your incident management platform like a glorified pager? It’s time for an update. Over the past months, we’ve been evolving our Slack app from a notification tool into a full incident command center, and we’re coming for the chat-native tools (ahem, incident.io).

Code Reviews Done Right: The Framework That Stops Bugs Before Production

Learn code review best practices from experienced developer Shashi Lo at GitKon 2025. Discover how to review pull requests effectively, give constructive feedback using the nit vs. non-nit framework, and leverage AI tools like CodeRabbit and GitHub Copilot to catch bugs humans miss. Shashi Lo shares 20+ years of code review philosophy, demonstrating real PR reviews on his Secret Santa app and showing exactly what makes thorough code review essential for shipping production-ready code.