Operations | Monitoring | ITSM | DevOps | Cloud

What Happens When You Mix AI With Docker?

Discover how Docker is empowering developers in the GenAI era with tools that simplify AI application development. Docker VP of Product Michael Donovan shares how containers are critical for building, testing, and scaling GenAI applications, plus real solutions for the biggest challenges developers face today.

Easy JIRA Automation Anyone Can Do in Minutes

Tired of manually updating Jira issues after every change? Want to avoid the dreaded "what's the status of XYZ ticket" question? In this video, we’ll show you how to automate Jira updates using Smart Commits and Jira Automation Rules — so your issues always stay up to date without you lifting a finger. We’ll cover what they are and how they work, then walk through how to incorporate them into your workflows.

How the CLI Simplifies Git Workflows

Managing 50 repos with different Git workflows is like conducting an orchestra where every musician is playing a different song. We built GitKraken CLI to fix this: multi-repo actions, a single command for all things Git, and team-wide standardization that doesn't sacrifice speed. Watch the full video on how we're simplifying complex workflows without dumbing down Git.

Why AI Coding Assistants Fail (And How to Fix Them)

Why do developers stop using AI coding assistants? According to Carnegie Mellon research, the top reason is unhelpful suggestions. Tabnine's Principal Architect John Feeney explains how context transforms AI coding tools from generic to genuinely useful. Learn the 4 Cs framework for maximizing AI assistant value: Context (workspace indexing), Connection (repo integration), Coaching (rules-based guidance), and Customization (fine-tuning). Discover how Retrieval Augmented Generation (RAG) helps AI understand your codebase, not just open source patterns.

Building a Pregnancy App You Can Actually Trust!

We never talk about pregnancy in the workplace. Maybe it's time to change that. Tech is still male-dominated, which creates a ripple effect: poor maternity policies, overworked expecting developers, and privacy-invasive apps that fail the people who need them most. But what happens when a developer decides to solve this problem themselves? Rizel built a pregnancy app she could actually trust. Not because existing solutions didn't exist, but because they weren't built with real privacy, real needs, and real developer insight in mind.

Setting Up the GitKraken MCP Server with GitLens

GitKraken MCP (Model Context Protocol) brings repository intelligence directly into VS Code, Cursor, Windsurf, and other AI-powered IDEs so your agent stops guessing and starts understanding your actual workflow. Instead of manually explaining your branch structure or digging through issues in your browser, MCP connects your AI agent to the actual state of your repositories. It understands your branches, your issue tracker, your pull requests, and your commit history—then helps you start work, resolve conflicts, and review code without leaving your editor.

How Git Worktrees Fix Context Switching in Your Workflow

Git worktrees let developers work on multiple branches simultaneously without stashing or losing context. Learn how to use Git worktrees to handle parallel development, urgent hotfixes, and code reviews without the single-threaded pain of constant branch switching. In this tutorial, GitKraken Senior Product Director Justin Roberts shows you how to set up Git worktrees using both the command line and GitKraken Desktop. You'll see real-world examples including handling critical bugs, reviewing pull requests without disrupting your current work, and managing multiple feature branches at once.