# jedi.be > Personal research site of Patrick Debois. Connecting the dots on what is emerging and what is next in AI-native development. ## About Patrick Debois is a researcher and builder at the intersection of AI and software engineering. Accidently coined the term DevOps in 2009. Co-authored the DevOps Handbook. Helped give birth to AI Native DevCon. Current focus: AI-native development, context engineering, the Context Development Lifecycle (CDLC), and organizational patterns for AI-augmented teams. ## Site Structure This site is organized around three streams: - Thoughts: Frameworks, mental models, and theories about AI-native development - Tools: Working prototypes, experiments, and hands-on explorations - Talks: Conference talks, workshops, and community conversations ## Key Links - Homepage: https://jedi.be/ - Blog: https://jedi.be/blog/ - Talks & Presentations: https://jedi.be/blog/presentations/ - Bio: https://jedi.be/bio/ - Contact: https://jedi.be/contact/ - RSS Feed: https://jedi.be/blog/index.xml ## Blog Posts ### Two Weeks After "Context Is the New Code" at AIE London: I Did Not See This Coming - URL: https://jedi.be/blog/2026/two-weeks-after-context-is-the-new-code/ - Stream: thoughts - Confidence: developing - Date: 2026-05-13 - Tags: ai-agents, ai-native-development, context, devops, cdlc It’s about two weeks after the Context Is the New Code presentation at AIE London. I called it “an unpolished thought” on stage, because that’s what it was. I’d drawn an infinity loop on a slide, and apparently numbered the steps 1-4-3-2 instead of 1-2-3-4, which the … ### Sonar Summit 2026 | The Context Flywheel: How the Best AI Coding Teams Pull Ahead - URL: https://jedi.be/blog/2026/talk-2026-context-flywheel-how-best-ai-coding-teams-pull-ahead/ - Stream: talks - Confidence: confirmed - Date: 2026-03-13 - Tags: talk, ai-native-development, ai-agents, observability The competitive edge in AI-native development isn’t the model or the coding agent — it’s the organizational context you feed it. In this conversation with Edgar at the Sonar Summit, I walk through why context is the fuel that makes agents perform, and why the teams that invest in … ### CI/CD for Context: Same Pipeline, Different Rules - URL: https://jedi.be/blog/2026/cicd-for-context/ - Stream: thoughts - Confidence: developing - Date: 2026-03-05 - Tags: ai-agents, ai-native-development, context, ci-cd, devops If context is code, can we test it in a CI pipeline? The CDLC says generate, evaluate, distribute, observe. The evaluate step is where it gets real. I wrote about this on tessl.io: evals are the equivalent of tests for context. But they follow different rules. Seven problems came up, split between … ### The Context Flywheel: Winning on Context, Not Models - URL: https://jedi.be/blog/2026/context-flywheel/ - Stream: thoughts - Confidence: developing - Date: 2026-02-26 - Tags: ai-agents, ai-native-development, context, devops The Context Development Lifecycle described four stages: generate, evaluate, distribute, observe. That was the what. The flywheel is the why. Better context produces better agent output. Better agent output generates better signals. Better signals produce better context. Each cycle compounds. By the … ### AI Manager Styles: From Full Visibility to Pure Outcomes - URL: https://jedi.be/blog/2026/ai-manager-styles-from-full-visibility-to-pure-outcomes/ - Stream: thoughts - Confidence: forming - Date: 2026-02-22 - Tags: ai-agents, ai-native-development, workflow, software-engineering You’re managing the thing that writes code. So what’s your management style? Most people start the same way: watching every action, approving every tool call. Then they trust more, review less, scale up. It’s an evolution. The management style that works on day one isn’t the … ### Intentional Overuse Is an AI Coding Learning Strategy - URL: https://jedi.be/blog/2026/intentional-overuse-mapping-ai-boundaries/ - Stream: thoughts - Confidence: developing - Date: 2026-02-22 - Tags: ai-native-development, ai-agents, workflow, software-engineering Every time AI removes one bottleneck, the system reveals the next one. The useful question isn’t “how much faster” but “what breaks next.” That question has been my compass. Intentional overuse has proven a good learning strategy for me. Yes, if all you have is a … ### Self-Tuning Context: When Agents Rewrite Their Own Instructions - URL: https://jedi.be/blog/2026/self-tuning-context/ - Stream: thoughts - Confidence: forming - Date: 2026-02-22 - Tags: ai-agents, ai-native-development, context What if the agent could optimize its own instructions? Every time an agent messes up, you open the CLAUDE.md, add a rule, and hope it sticks. You’re the feedback loop: watching output, diagnosing failures, rewriting instructions by hand. Mitko Vasilev, a CTO focused on enterprise R&D and a … ### Think Tax: The Real Cost of AI-Generated Code - URL: https://jedi.be/blog/2026/think-tax-comprehension-debt/ - Stream: thoughts - Confidence: developing - Date: 2026-02-20 - Tags: ai-agents, ai-native-development, technical-debt, risk-management, software-engineering Cole Medin’s post on comprehension debt got me thinking. The term is making the rounds — it’s the gap between the code your team has shipped and the code your team actually understands. Unlike technical debt — which you can see and plan around — comprehension debt is invisible until … ### DevOps Modernization: AI Agents, Intelligent Observability and Automation - URL: https://jedi.be/blog/2026/talk-2026-devops-modernization-ai-agents-intelligent-observability/ - Stream: talks - Confidence: confirmed - Date: 2026-02-19 - Tags: talk, panel, ai-agents, devops, observability, ai-native-development I joined Olalekan Elesin (HRS Group), Mallika Rao (Netflix), and Martin Reynolds (Harness) for an InfoQ Live panel moderated by Renato Losio. The conversation centered on how AI is changing DevOps and SRE practices — moving beyond reactive monitoring toward predictive, automated delivery and … ### The Context Development Lifecycle: Optimizing Context for AI Coding Agents - URL: https://jedi.be/blog/2026/context-development-lifecycle/ - Stream: thoughts - Confidence: developing - Date: 2026-02-19 - Tags: ai-agents, ai-native-development, devops, context, software-engineering Coding agents can write features and fix bugs. The bottleneck has shifted — from how fast we can write code to how effectively we communicate what we actually want. Context is the new constraint. Most teams store context informally: .cursorrules files, scattered .md documents, Slack threads, tribal … ### Intercepting Prompt Injection at the Syscall Level: A macOS Proof of Concept - URL: https://jedi.be/blog/2026/intercepting-prompt-injection-at-the-syscall-level/ - Stream: tools - Confidence: confirmed - Date: 2026-02-17 - Tags: ai-agents, security, macos, prompt-injection, claude-code, open-source When you git clone a repository and open it with Claude Code, the first thing it does is read CLAUDE.md — a project instruction file that shapes how the AI behaves. This happens automatically, before any hooks fire, before you type a single prompt. If that file contains prompt injection, … ### Unlearning, Experimentation and Engineering Rigor in an Agentic World - URL: https://jedi.be/blog/2026/talk-2026-unlearning-experimentation-engineering-rigor-agentic-world/ - Stream: talks - Confidence: confirmed - Date: 2026-02-11 - Tags: ai-agents, ai-native-development, engineering-practices, talk In this ThoughtWorks Technology podcast episode, Patrick Debois joins Nathan Harvey (DORA, Google Cloud) and host Ken Mugrage for an in-person conversation about what changes when AI agents enter the software development lifecycle. The discussion centers on a core tension: how do experienced … ### Sandboxing AI Agents: From dclaude to ADDT - URL: https://jedi.be/blog/2026/sandboxing-ai-agents-from-dclaude-to-addt/ - Stream: tools - Confidence: confirmed - Date: 2026-02-02 - Tags: ai-agents, docker, sandbox, claude-code, developer-tools, open-source When AI coding agents can navigate your filesystem, one wrong move and they’re “helpfully” editing files in your production branch while you’re working on a feature. I built two tools to solve this — starting with a focused wrapper, then generalizing it into something any … ### Automating Claude Desktop via Chrome DevTools Protocol - URL: https://jedi.be/blog/2026/automating-claude-desktop-via-chrome-devtools-protocol/ - Stream: tools - Confidence: confirmed - Date: 2026-01-28 - Tags: ai-agents, claude, electron, automation, mcp, devtools Electron apps support the Chrome DevTools Protocol. That means Claude Desktop can be launched with a debug flag and controlled programmatically: /Applications/Claude.app/Contents/MacOS/Claude --remote-debugging-port=9222 Hit localhost:9222 and you can inject JavaScript directly into the UI. From … ### AI-Native Everything: Connecting Claude Desktop to My Whole Workflow - URL: https://jedi.be/blog/2026/ai-native-everything-connecting-claude-desktop-to-my-whole-workflow/ - Stream: tools - Confidence: confirmed - Date: 2026-01-27 - Tags: ai-agents, claude, mcp, automation, voice, workflow It was right under my nose. I’d been optimizing my coding work with AI but completely neglecting everything else — emails, meetings, task management, research. The fix: connect Claude Desktop to all of it via MCP servers. Standard connectors The easy wins: Linear, Notion, Google Drive, Slack, … ### Building My Own Tools Instead of Reusing - URL: https://jedi.be/blog/2026/building-my-own-tools-instead-of-reusing/ - Stream: thoughts - Confidence: developing - Date: 2026-01-26 - Tags: ai-native-development, developer-tools, reuse, open-source, mcp I’m increasingly writing my own tools with AI rather than reaching for existing open-source libraries. For smaller applications — glue apps, the $5 appstore kind, MCP servers — I can iterate to exactly what I need faster than reading through someone else’s codebase and adapting to their … ### Trust, Accountability and AI Coding Swarms - URL: https://jedi.be/blog/2026/trust-accountability-and-ai-coding-swarms/ - Stream: thoughts - Confidence: developing - Date: 2026-01-24 - Tags: ai-agents, trust, resilience-engineering, promise-theory, risk-management, swarms, accountability A late night conversation with Claude that started with Steve Yegge’s Beads architecture and ended somewhere unexpected. Full conversation (PDF). The question Who’s accountable when AI agents write 44,000 lines of code that no human has looked at? Architecture convergence Across Beads, … ### 2025: Make Coding Agents Work. 2026: Make Them Work Better. - URL: https://jedi.be/blog/2025/2025-make-coding-agents-work-2026-make-them-work-better/ - Stream: thoughts - Confidence: developing - Date: 2025-12-05 - Tags: ai-agents, ai-native-development, coding-agents, predictions 2025 was the year of making coding agents work — figuring out what they’re good at, wiring them into IDEs, running them async, mostly in solo dev environments. Exploration phase. 2026 is about making them work better. The shift from “can I use this?” to “how do I scale this … ### Coding with AI — CTO Club Belgium - URL: https://jedi.be/blog/2025/talk-2025-coding-with-ai-cto-club/ - Stream: talks - Confidence: confirmed - Date: 2025-11-26 - Tags: ai-native-development, talk, ai-agents Gave a talk at CTO Club Belgium on coding with AI. The session was deliberately interactive — less presentation, more shared experiences. Most CTOs in the room had teams experimenting with AI coding tools, and the conversation quickly moved past the hype into what actually works at scale. The gap … ### Code Speed Reading - URL: https://jedi.be/blog/2025/code-speed-reading/ - Stream: thoughts - Confidence: forming - Date: 2025-11-21 - Tags: code-review, ai-native-development, developer-experience I wonder if there are code speed reading courses — the way there are speed reading courses for text. As AI generates more code faster than we can review it, the ability to quickly comprehend unfamiliar code becomes a critical skill. Some interesting perspectives from the conversation that followed: … ### Spec-Driven Development: 10 Things You Need to Know About Specs - URL: https://jedi.be/blog/2025/spec-driven-development-10-things-you-need-to-know/ - Stream: thoughts - Confidence: tested - Date: 2025-11-07 - Tags: ai-native-development, specs, coding-agents, developer-experience Spec-driven development is no magic bullet, but it’s useful nonetheless. The trap is expecting any technology to solve all problems — or dismissing it when it doesn’t. Treat every new tool as part of your toolkit and understand its strengths and limitations. Here are 10 things I’ve … ### Learning Rate Beats Years of Experience - URL: https://jedi.be/blog/2025/learning-rate-beats-years-of-experience/ - Stream: thoughts - Confidence: developing - Date: 2025-11-06 - Tags: ai-native-development, learning, junior-senior, continuous-learning Senior devs often tell me they’re worried juniors won’t learn what good looks like. Juniors tell me they’re learning much faster with AI helping them stumble along the way. Both are right. The question is which effect dominates. Learning rate as competitive advantage Greg … ### Reflecting on The DevOps Handbook - URL: https://jedi.be/blog/2025/talk-2025-reflecting-on-the-devops-handbook/ - Stream: talks - Confidence: confirmed - Date: 2025-10-30 - Tags: devops, devops-handbook, podcast, talk In this episode of the Book Overflows podcast, Patrick joins hosts Carter Morgan and Nathan Tops to reflect on The DevOps Handbook, originally published in 2016. Patrick clarifies his role as a chief consultant and thought partner to Gene Kim rather than a primary author, and shares the origin … ### Radical Ideas for Code Review Volume - URL: https://jedi.be/blog/2025/radical-ideas-for-code-review-volume/ - Stream: thoughts - Confidence: forming - Date: 2025-10-28 - Tags: code-review, ai-native-development, coding-agents Asked ChatGPT for more radical ideas to deal with code review volume. Suggestion 9 was: just regenerate the code instead of reviewing it. It’s not wrong — but no such product might survive long enough to have users. The reactions were interesting: As complexity increases, regenerating could … ### The AI Coding Fabric - URL: https://jedi.be/blog/2025/ai-coding-fabric/ - Stream: thoughts - Confidence: forming - Date: 2025-10-28 - Tags: ai-native-development, platform-engineering, coding-agents, infrastructure Been pondering on what I call the “AI Coding Fabric” — a new infrastructure challenge emerging as AI agents move beyond traditional IDEs into sandbox environments. Platform engineers need to think about: Agent access rules — who can do what, where Spec registries — shared, versioned … ### Devoxx 2025: 8 Talks on Spec-Driven Development - URL: https://jedi.be/blog/2025/devoxx-2025-spec-driven-development-talks/ - Stream: talks - Confidence: confirmed - Date: 2025-10-21 - Tags: specs, ai-native-development, conference, devoxx, coding-agents Curated 8 talks from Devoxx 2025 related to spec-driven development for writing better code with AI. Kudos to Stephan Janssen for another great edition. Spec Driven Development: Why Your Prompt Chaos Won’t Scale — Simon Maple Generative AI: Tech du Jour or the Next Big Thing? — Massimo Re … ### From DevOps to AI-Native: The Next Great Shift in Software - URL: https://jedi.be/blog/2025/talk-2025-from-devops-to-ai-native-secure-disclosure/ - Stream: talks - Confidence: confirmed - Date: 2025-10-15 - Tags: devops, ai-native-development, ai-agents, interview, observability, trust A conversation with The Secure Disclosure covering the full arc from DevOps to AI-native development — and why the engineering discipline hasn’t changed, even as everything around it has. The developer as ops person The central irony: developers using AI coding assistants have effectively … ### The New AI Native Dev Coding Workflow - URL: https://jedi.be/blog/2025/talk-2025-new-ai-native-dev-coding-workflow/ - Stream: talks - Confidence: confirmed - Date: 2025-10-10 - Tags: ai-native-development, coding-agents, developer-experience, talk Patrick presents a comprehensive framework for understanding how AI is transforming the developer workflow, drawing on his experience curating nearly 500 AI coding tools over the course of a year. Rather than focusing solely on code generation, the talk identifies four key patterns that define the … ### From DevOps to AI-Native: Rethinking Software Delivery - URL: https://jedi.be/blog/2025/talk-2025-from-devops-to-ai-native/ - Stream: talks - Confidence: confirmed - Date: 2025-09-30 - Tags: ai-native-development, devops, podcast, talk In this TechRox podcast episode recorded ahead of the TechRox Summit, Patrick Debois sits down with host Dimitri Bi to discuss the journey from DevOps to AI-native development. Patrick recounts how boredom with the plateauing DevOps conversation, combined with explorations in the metaverse, digital … ### DevOps, AI, and the Future of Engineering - URL: https://jedi.be/blog/2025/talk-2025-devops-ai-and-the-future-of-engineering/ - Stream: talks - Confidence: confirmed - Date: 2025-09-19 - Tags: ai-native-development, devops, talk In this episode of the Hangar DX podcast, Patrick joins host Anka Jan to discuss the parallels between the DevOps movement and the current AI transformation in software engineering. Drawing on his history as the person who coined the term DevOps and organized the first DevOps Days, Patrick … ### The New Engineering Paradigm: Day 1 Vibe Code, Year 1 Rewrite in Rust - URL: https://jedi.be/blog/2025/the-new-engineering-paradigm-vibe-code-to-rewrite/ - Stream: thoughts - Confidence: forming - Date: 2025-09-03 - Tags: ai-native-development, coding-agents, vibe-coding Stan Girard’s lifecycle of modern software — there’s some truth to it: Day 1: Vibe code with Claude Week 1: Fix bugs for production Month 1: Senior engineer optimizes for scale Year 1: Rewrite in Rust The punchline: despite using AI extensively, most of the code that goes to production … ### What AI Thought About My Resume - URL: https://jedi.be/blog/2025/what-ai-thought-about-my-resume/ - Stream: thoughts - Confidence: forming - Date: 2025-07-22 - Tags: ai-native-development, personal Fed my resume to AI and let it analyze me. It’s not wrong. The interesting observation from the conversation that followed: people who enjoy collaborating with AI for coding might share specific personality traits — particularly introverted intuitive types. Whether that’s MBTI … ### 4 AI Native Dev Patterns — ServerlessConf Edition - URL: https://jedi.be/blog/2025/talk-2025-4-ai-native-dev-patterns-serverlessconf-edition/ - Stream: talks - Confidence: confirmed - Date: 2025-07-20 - Tags: ai-native-development, four-patterns, serverless, talk Patrick presents the four patterns of AI-native development at ServerlessConf, framing the rapid evolution of coding tools – from simple tab completions to multi-agent systems that autonomously work across entire codebases. He traces the progression from single-line copilot suggestions … ### 4 AI Native Development Patterns — Future of Software - URL: https://jedi.be/blog/2025/talk-2025-4-ai-native-development-patterns-future-of-software/ - Stream: talks - Confidence: confirmed - Date: 2025-07-20 - Tags: ai-native-development, four-patterns, talk Patrick presents the four patterns of AI-native development at the Future of Software event hosted by Eficode. He opens by tracing the rapid evolution of coding tools – from basic tab completions and chat-based copy-paste workflows to multi-file predictions, terminal and browser integration, … ### The 4 Patterns of AI Native Development — AI Engineer Summit Edition - URL: https://jedi.be/blog/2025/talk-2025-the-4-patterns-of-ai-native-development-ai-engineer-summit-edition/ - Stream: talks - Confidence: confirmed - Date: 2025-07-20 - Tags: ai-native-development, four-patterns, talk A framework of four patterns that describe how AI is fundamentally transforming the developer role beyond simple code completion. As AI technology has progressed from basic LLM prompts through RAG, function calling (MCP), and into agentic workflows, we are moving from “sprinkling AI on … ### Prove It's Working: AI Swarms That Build Their Own Proof - URL: https://jedi.be/blog/2025/prove-its-working-ai-swarms-that-build-their-own-proof/ - Stream: tools - Confidence: forming - Date: 2025-07-11 - Tags: ai-agents, swarms, observability, autonomy Igor Moochnick tested an autonomous distributed system built by an AI swarm. When he challenged it to prove it was actually working, instead of empty assurances, the swarm responded: “I’ll implement you a dashboard where you can monitor my progress and status.” Within 15 minutes, a … ### Automating Claude Code Configuration - URL: https://jedi.be/blog/2025/automating-claude-code-configuration/ - Stream: tools - Confidence: confirmed - Date: 2025-06-27 - Tags: claude-code, ci-cd, automation, developer-tools Setting up Claude Code feels a bit like being the first DevOps on Mars. Here’s what I learned automating the configuration for CI/CD pipelines and scripted deployments. API key without OAuth Skip the OAuth flow — use an API key helper script: echo 'echo ${ANTHROPIC_API_KEY}' > … ### Parallel Coding Agents Are Changing the Developer Workflow - URL: https://jedi.be/blog/2025/parallel-coding-agents-changing-developer-workflow/ - Stream: thoughts - Confidence: tested - Date: 2025-06-25 - Tags: ai-agents, coding-agents, parallel-execution, developer-experience The workflow is shifting: teams parallelize for speed and exploration. Agents decompose specs into subtasks, subagents execute in parallel with coordination, developers provide isolated environments, humans review and merge preferred options, and knowledge gets reused throughout. The analogy to … ### Why AI Needs a Platform Team - URL: https://jedi.be/blog/2025/talk-2025-why-ai-needs-a-platform-team-platformcon/ - Stream: talks - Confidence: confirmed - Date: 2025-06-23 - Tags: ai-native-development, platform-engineering, talk Presented at PlatformCon 2025, this talk makes the case that any serious generative AI initiative within an organization deserves a dedicated platform team. Patrick draws on the recurring pattern seen with cloud, mobile, and DevOps adoption: a single team incubates the new technology, a few teams … ### The 4 Patterns of AI Native Development — TechRocks Edition - URL: https://jedi.be/blog/2025/talk-2025-four-patterns-ai-native-development-techrocks/ - Stream: talks - Confidence: confirmed - Date: 2025-06-19 - Tags: ai-native-development, four-patterns, talk, conference The four patterns of AI-native development, presented at TechRocks Paris. This version covers the full framework plus an extended Q&A on how AI changes developer culture, the cost of agent swarms, and why documentation matters more than ever. The transformation is the same Every technology … ### 7 Learnings from the AI Engineer's World Fair - URL: https://jedi.be/blog/2025/7-learnings-from-ai-engineers-world-fair/ - Stream: thoughts - Confidence: confirmed - Date: 2025-06-17 - Tags: ai-native-development, conference, specs, coding-agents Lessons from the AI Engineer’s World Fair on software engineering with AI: AI coding agents are ubiquitous — across every development environment Tool usage requires constant evolution — applying six-month-old approaches is already counterproductive Specifications now rival code in importance … ### Not All Bug Fixes Are Equal - URL: https://jedi.be/blog/2025/not-all-bug-fixes-are-equal/ - Stream: thoughts - Confidence: forming - Date: 2025-06-12 - Tags: ai-native-development, coding-agents, bugs Not all bug fixes are equal: there are those LLMs can solve and then there are those developers don’t want to hear about. Credit to Tomas Reimers for the observation. It’s funny because it’s true — and it maps to a real categorization problem. The bugs AI handles well are the ones … ### The 4 Patterns of AI Native Development - URL: https://jedi.be/blog/2025/talk-2025-four-patterns-of-ai-native-development/ - Stream: talks - Confidence: confirmed - Date: 2025-06-04 - Tags: ai-native-development, four-patterns, talk In this presentation, Patrick Debois lays out a framework for understanding how generative AI is transforming software development beyond faster typing. He opens by mapping the technology explosion — from basic LLM completions through RAG, function calling (now MCP), autonomous agents, and emerging … ### 4 Patterns of AI Native Development — Stockholm Edition - URL: https://jedi.be/blog/2025/talk-2025-four-patterns-ai-native-dev-stockholm/ - Stream: talks - Confidence: confirmed - Date: 2025-06-02 - Tags: ai-native-development, four-patterns, talk Presented at the AI Native Dev meetup in Stockholm, Patrick Debois traces the rapid evolution of AI coding tools — from simple autocomplete copilots through chat interfaces, codebase-aware editors, multi-file agents, and now headless CLI-based agent swarms running asynchronously in the background. … ### On AI and DevOps: What's Next? - URL: https://jedi.be/blog/2025/talk-2025-on-ai-and-devops-whats-next/ - Stream: talks - Confidence: confirmed - Date: 2025-04-22 - Tags: ai-native-development, devops, talk In this podcast conversation, Patrick discusses his journey from DevOps pioneer to generative AI practitioner, tracing how his interest in virtual production and automated media during the pandemic eventually led him into the world of large language models and code generation. He reflects on the … ### Copilot's Quiet Comeback: GitHub's AI Tool Isn't Done Yet - URL: https://jedi.be/blog/2025/copilots-quiet-comeback/ - Stream: thoughts - Confidence: tested - Date: 2025-04-10 - Tags: ai-native-development, coding-agents, github-copilot, developer-tools I took the time to summarize GitHub Copilot’s upcoming capabilities — specifically prompt management, Agent mode, and MCP tools extension support. The question: is this enough for GitHub to maintain its competitive advantage in the enterprise market? What’s changed Prompt Management — … ### Four Patterns of AI Native Dev: From Content Creation to Knowledge - URL: https://jedi.be/blog/2025/from-content-creation-to-knowledge/ - Stream: thoughts - Confidence: confirmed - Date: 2025-04-08 - Tags: ai-native-development, four-patterns, knowledge-management, continuous-learning Pattern #4 and final pattern in the Four Patterns of AI Native Development series. AI is transforming how organizations capture, preserve, and leverage knowledge — from unstructured content into actionable intelligence. AI reads what humans won’t While humans struggle to consume documentation, … ### Four Patterns of AI Native Dev: From Delivery to Discovery - URL: https://jedi.be/blog/2025/from-delivery-to-discovery/ - Stream: thoughts - Confidence: confirmed - Date: 2025-04-05 - Tags: ai-native-development, four-patterns, discovery, exploration Pattern #3 in the Four Patterns of AI Native Development series. As AI handles coding tasks, developers shift from delivery-focused work to discovery and exploration — building products that better serve customer needs. Building the right things With AI automating code generation, teams can … ### Four Patterns of AI Native Dev: From Implementation to Intent - URL: https://jedi.be/blog/2025/from-implementation-to-intent/ - Stream: thoughts - Confidence: confirmed - Date: 2025-04-03 - Tags: ai-native-development, four-patterns, specs, intent Pattern #2 in the Four Patterns of AI Native Development series. The better AI becomes, the less we need to focus on the implementation and can work on describing the intent. This shift can happen through chat conversations or product requirement documents — creating a central collaborative space. … ### Intent-Driven Development — Tessl Podcast - URL: https://jedi.be/blog/2025/talk-2025-intent-driven-development-tessl-podcast/ - Stream: talks - Confidence: confirmed - Date: 2025-03-26 - Tags: ai-native-development, intent, podcast, talk In this episode of the AI Native Dev podcast hosted by Tessl, Patrick joins Simon Maple for an in-depth conversation about the emerging patterns of AI-native development. They begin by discussing what constitutes a paradigm shift – not merely adding AI on top of existing workflows, but … ### Above or Below the Algorithm? - URL: https://jedi.be/blog/2025/above-or-below-the-algorithm/ - Stream: thoughts - Confidence: forming - Date: 2025-03-25 - Tags: ai-native-development, developer-role, future-of-software “Are you gonna be working above or below the algorithm?” — Jan Bosch at the Future of Software event hosted by Eficode. A provocation worth sitting with. As AI capabilities expand, some developers will work above the algorithm — directing, orchestrating, deciding what to build. Others … ### Four Patterns of AI Native Dev: From Producer to Manager - URL: https://jedi.be/blog/2025/from-producer-to-manager/ - Stream: thoughts - Confidence: confirmed - Date: 2025-03-25 - Tags: ai-native-development, four-patterns, code-review, developer-role Pattern #1 in the Four Patterns of AI Native Development series. The trend is clear: the more AI generates, the bigger the pull requests become. Developers are shifting from code producers to code reviewers and decision-makers. AI produces, you review What began with simple IDE autocompletion has … ### The AI Native Dev Landscape - URL: https://jedi.be/blog/2025/ai-native-dev-landscape/ - Stream: tools - Confidence: confirmed - Date: 2025-03-25 - Tags: ai-native-development, landscape, developer-tools We built an overview of the AI Native Dev landscape. No more FOMO on discovering tools. The AI-native development space is moving fast — new tools, new categories, new approaches every week. Keeping track of what exists and where it fits became a real problem. So we created a comprehensive landscape … ### The Future of Audio AI: Insights from ElevenLabs - URL: https://jedi.be/blog/2025/future-of-audio-ai-insights-from-elevenlabs/ - Stream: thoughts - Confidence: forming - Date: 2025-02-27 - Tags: ai, audio-ai, organizational-design, elevenlabs Mati Staniszewski (ElevenLabs co-founder) in conversation with Guy Podjarny on technical scaling challenges and organizational design philosophy at ElevenLabs. The standout insight: ElevenLabs runs a “titleless organisation” designed to enable employees to reach their full potential and … ### Reverse Conway's Law and Agents - URL: https://jedi.be/blog/2025/reverse-conways-law-and-agents/ - Stream: thoughts - Confidence: tested - Date: 2025-02-22 - Tags: ai-agents, conways-law, organizational-design, ai-native-development My talk at the AI Engineer conference is online: “Reverse Conway’s law and GenAI: How agents will take over the organisation.” The clickbait title wasn’t mine — but the talk examines possible futures for how agents can “infiltrate” our teams and organisations. … ### Coding Agents Are Hot: Notes from AI Engineer NYC - URL: https://jedi.be/blog/2025/coding-agents-are-hot-ai-engineer-nyc/ - Stream: thoughts - Confidence: tested - Date: 2025-02-21 - Tags: ai-native-development, coding-agents, conference, evals While attending the AI Engineer’s NYC Summit, I noticed a trend: while last year everyone was trying to sell you a vector database, evals are now the rage. What I saw Sourcegraph & Booking.com — Migration automation and review systems Datadog — SRE/DevOps agent announcements alongside … ### Researching AI Native Dev Manifestos - URL: https://jedi.be/blog/2025/researching-ai-native-dev-manifestos/ - Stream: thoughts - Confidence: forming - Date: 2025-02-12 - Tags: ai-native-development, manifesto, practices Researching AI Native Development manifestos — what makes it different now? How are we thinking and operating differently? Here’s what I found: Describing what AI Native means The properties of a GenAI Manifesto AI enhanced Agile - Agile AI Manifesto The Amplified Developer The rise of the AI … ### AI Native Development: Discovering Patterns — AUTONOMOUS Conference - URL: https://jedi.be/blog/2025/talk-2025-ai-native-development-discovering-patterns-autonomous-conference/ - Stream: talks - Confidence: confirmed - Date: 2025-02-07 - Tags: ai-native-development, four-patterns, talk Patrick presents a work-in-progress overview of AI-native development patterns at the AUTONOMOUS Conference, structured around four stages of increasing abstraction: delegated coding, specification-driven development, context enrichment, and building trust for autonomous operation. He opens with a … ### Discovering AI Native Development Patterns - URL: https://jedi.be/blog/2025/discovering-ai-native-development-patterns/ - Stream: talks - Confidence: tested - Date: 2025-02-07 - Tags: ai-native-development, four-patterns, coding-agents, autonomous Video of my talk at the AUTONOMOUS summit is now online. A short watch with lots of information about the big blocks that can help you focus more on the why vs the how in this tool-centric world. The five patterns Delegated coding — where most tools are focusing. Better assisted coding loop, … ### It Is Not Just About the LLMs Anymore - URL: https://jedi.be/blog/2025/not-just-about-the-llms-anymore/ - Stream: thoughts - Confidence: tested - Date: 2025-02-06 - Tags: ai-native-development, ai-agents, toolforming, llms It is not just about the LLMs anymore. The industry has evolved beyond Large Language Models to include orchestration, integration, and specialized capabilities. Not everyone will end up on the right side — diminishing returns are real — but commoditization will drive accessibility and … ### How Do You Evaluate AI Coding Tools? - URL: https://jedi.be/blog/2025/how-do-you-evaluate-ai-coding-tools/ - Stream: thoughts - Confidence: forming - Date: 2025-02-04 - Tags: ai-native-development, coding-agents, developer-tools, evaluation How do you evaluate these new AI coding tools? Why do you like Cursor, Lovable, Windsurf, Bolt, v0 etc more than others? Functional features to consider Chat, code completion, or multifile generation capabilities Ability to examine code, tests, terminal and browser errors IDE and tooling ecosystem … ### Continuous Coding Pipeline - URL: https://jedi.be/blog/2024/continuous-coding-pipeline/ - Stream: thoughts - Confidence: forming - Date: 2024-12-18 - Tags: ai-native-development, ci-cd, coding-agents, infrastructure “Continuous Coding Pipeline”: infra that sits next to the traditional CI/CD pipeline, for automated coding agents. The naming question sparked great discussion. Alternative suggestions included: Agent-Driven Development Infrastructure (ADI) Continuous Agentic Code Integration Autonomous … ### My 2024 GenAI and DevOps Perspective Journey - URL: https://jedi.be/blog/2024/my-2024-genai-and-devops-perspective-journey/ - Stream: talks - Confidence: confirmed - Date: 2024-12-12 - Tags: ai-native-development, devops, talk, genai A collection of five talks documenting my two-year focus on generative AI and DevOps. The narrative evolved from “genAI in the product” toward examining organizational and people-centered impacts on the software development lifecycle. The talks are dense with lots of references and … ### Boosters for AI Native Development - URL: https://jedi.be/blog/2024/boosters-for-ai-native-development/ - Stream: thoughts - Confidence: tested - Date: 2024-12-06 - Tags: ai-native-development, developer-tools, organizational-design What can organisations do to improve the effect of AI tooling such as Copilot, Cursor, Bolt.new? The key insight: to go faster with AI you have to have your house in order. The better information you feed it, the better it will help you. AI coding tools attempt to gather extensive context — … ### Conway's Law and GenAI: Evolving Your Organisation Design - URL: https://jedi.be/blog/2024/conways-law-and-genai-evolving-your-organisation-design/ - Stream: talks - Confidence: tested - Date: 2024-11-25 - Tags: conways-law, organizational-design, genai, ai-native-development Patrick Debois presents a thought-provoking exploration of how generative AI may reshape organizational structures through the lens of Conway’s Law – the principle that organizations design systems mirroring their own communication structures. Delivered at the “AI for the Rest of … ### From GitHub Copilot to AI Native Development - URL: https://jedi.be/blog/2024/from-github-copilot-to-ai-native-development/ - Stream: talks - Confidence: confirmed - Date: 2024-11-23 - Tags: ai-native-development, coding-agents, developer-tools, talk Patrick surveys the rapidly evolving landscape of AI-powered coding tools, tracing the journey from basic tab-completion in GitHub Copilot to a fundamentally new way of developing software. He demonstrates how features like instant apply, multi-line edits, predictive cursor jumps, … ### AI Can't Touch This: Lock Files for AI Coding Agents - URL: https://jedi.be/blog/2024/ai-cant-touch-this-lock-files-for-ai-coding-agents/ - Stream: thoughts - Confidence: forming - Date: 2024-11-21 - Tags: ai-native-development, coding-agents, developer-tools, access-control Spotted a new “lock file” pattern in AI coding IDEs like Bolt.new — a way to protect files (like specifications) from being rewritten by AI agents. Is this the beginning of ACLs specific for AI coding agents? The comments went interesting places. Matthew Skelton warned about reinventing … ### Extending OpenTelemetry to Pinpoint Code Elements - URL: https://jedi.be/blog/2024/extending-opentelemetry-to-pinpoint-code-elements/ - Stream: tools - Confidence: forming - Date: 2024-11-21 - Tags: opentelemetry, observability, ai-native-development, developer-tools Using OpenTelemetry to better pinpoint parts of the code in case of issues. A nice writeup by the folks from Baz on extending OpenTelemetry to close the gap between production issues and code elements. What excites me about this: production feedback mechanisms that improve AI coding tools. If we can … ### A Transpiler from One Infrastructure as Code to Another - URL: https://jedi.be/blog/2024/a-transpiler-from-one-infrastructure-as-code-to-another/ - Stream: thoughts - Confidence: forming - Date: 2024-11-10 - Tags: infrastructure-as-code, ai-native-development, devops Current thought: a transpiler from one infrastructure as code language to another… how hard can it be? The comments revealed the full spectrum of opinions. Some pointed to existing bridges (Pulumi’s Terraform bridge), others questioned the ROI entirely. Nathan Peck noted that with … ### What Is a Product Engineer (and Why They're Awesome) - URL: https://jedi.be/blog/2024/what-is-a-product-engineer-and-why-theyre-awesome/ - Stream: thoughts - Confidence: tested - Date: 2024-10-31 - Tags: product-engineering, developer-role, organizational-design “You don’t really fit our org chart” — a comment I frequently receive when describing my desired role. The concept of “Product Engineer” captures something important: engineers who have a thirst for using technologies to leapfrog human/user problems. Those with empathy … ### SRE Race Against the AI - URL: https://jedi.be/blog/2024/sre-race-against-the-ai/ - Stream: tools - Confidence: forming - Date: 2024-10-24 - Tags: sre, ai, gamification, observability SRE Bench Race — how AI will gamify us into learning and gather more data. An interesting approach to training SRE skills by racing against AI. The team behind it built it in about 2 days, and the community response suggests appetite for more use-case-specific modules. The deeper pattern: using AI … ### AiRE: AI Reliability Engineer - URL: https://jedi.be/blog/2024/aire-ai-reliability-engineer/ - Stream: thoughts - Confidence: forming - Date: 2024-10-22 - Tags: sre, ai, reliability, roles Saw the term “AiRE” today — AI Reliability Engineer. Who coined this? Turns out it traces back to Denys Vasyliev, with Liz Fong-Jones crediting Todd Underwood as “the original AiRE.” The comments revealed the tension: Phil Calcado questioned whether this truly differs from … ### Speculative Design: We Cannot Work Towards What We Cannot Imagine - URL: https://jedi.be/blog/2024/speculative-design-we-cannot-work-towards-what-we-cannot-imagine/ - Stream: thoughts - Confidence: forming - Date: 2024-10-22 - Tags: speculative-design, innovation, design-thinking Discovered “Speculative Design” — a framework I hadn’t encountered before. The quote captures it perfectly: “We cannot work towards an improvement that we cannot imagine” — Elise Boulding. It’s like Conway’s Law applied to innovation: your ability to improve … ### How AI Agents Rewire the Organization - URL: https://jedi.be/blog/2024/how-ai-agents-rewire-the-organization/ - Stream: thoughts - Confidence: forming - Date: 2024-10-20 - Tags: ai-agents, organizational-design, conways-law “AI won’t eat your job, but it will eat your salary.” Sangeet Paul Choudary captures the distinction that matters: “Agents are goal-seeking, and that’s what makes them different. While most technology aims at task substitution, agents go beyond tasks to seek … ### The Rise of Software-Delivered Services - URL: https://jedi.be/blog/2024/the-rise-of-software-delivered-services/ - Stream: thoughts - Confidence: forming - Date: 2024-10-20 - Tags: service-as-software, business-models, ai-native-development Learned about “Software-Delivered Services (SDS)” and “Service-as-a-Software” — a reframing of how software companies deliver value. The key business question Tracy Bannon raised in the comments: “How do they bill for this new thing?” When software doesn’t … ### Conferences Should Find More Practitioners vs Preachers - URL: https://jedi.be/blog/2024/conferences-should-find-more-practitioners-vs-preachers/ - Stream: thoughts - Confidence: confirmed - Date: 2024-10-18 - Tags: conference, community, devopsdays Conferences should find more practitioners vs preachers. EOM. This struck a nerve (125 likes, 27 comments). The structural barriers are real: David Sandilands noted enterprises don’t allow their people to talk about what they’re working on, resulting in vendor-dominated lineups. Sasha … ### Generative AI Is Changing Our Jobs — DevOpsDays London 2024 - URL: https://jedi.be/blog/2024/generative-ai-is-changing-our-jobs-devopsdays-london-2024/ - Stream: talks - Confidence: confirmed - Date: 2024-10-04 - Tags: developer-role, devops, genai, talk Patrick opens with a live demonstration of Cursor, a new-generation coding editor, where he provides a markdown specification describing the desired frontend, backend, API, and directory structure — and the tool generates the entire application in minutes. This sets the stage for the core argument: … ### Every AI Engineer Deserves a Platform — ETLS Edition - URL: https://jedi.be/blog/2024/every-ai-engineer-deserves-a-platform-etls-edition/ - Stream: talks - Confidence: confirmed - Date: 2024-09-24 - Tags: ai-native-development, platform-engineering, talk Patrick argues that GenAI technology, much like cloud before it, needs a dedicated platform team to scale effectively across an organization. Drawing on his experience as a VP of Engineering at Showpad, where he helped bring AI features to market, he outlines a three-part framework: platform … ### AI Platform Engineering — AI Engineer Summit - URL: https://jedi.be/blog/2024/ai-platform-engineering-ai-engineer-summit/ - Stream: talks - Confidence: confirmed - Date: 2024-08-26 - Tags: ai-native-development, platform-engineering, talk Patrick draws on his 15 years of DevOps experience — starting from organizing the first DevOpsDays in 2009 — to frame how organizations should approach scaling generative AI. He traces a familiar pattern: a pilot team experiments with new technology, learnings are extracted, and eventually an … ### Scaling Success: The Role of GenAI in Modern DevOps with a Platform Team - URL: https://jedi.be/blog/2024/scaling-success-the-role-of-genai-in-modern-devops-with-a-platform-team/ - Stream: talks - Confidence: confirmed - Date: 2024-08-26 - Tags: devops, genai, platform-engineering, talk This three-part webinar, hosted by PerfectScale, covers the full spectrum of how GenAI and DevOps intersect. Patrick Debois presents a comprehensive framework for scaling generative AI across an organization using platform team principles, examines how AI-powered tooling is transforming the daily … ### AI Platform - The Artificially Intelligent Enterprise Online Conference - URL: https://jedi.be/blog/2024/ai-platform-the-artificially-intelligent-enterprise-online-conference/ - Stream: talks - Confidence: confirmed - Date: 2024-06-15 - Tags: ai, ai-native-development, platform-engineering, talk Talk on ai platform - the artificially intelligent enterprise onl…. AI-native development — new patterns for software engineering with AI. Resources: Event page ### AI Platform Engineering - AI Engineer World's Summit - AI Leadership Track - URL: https://jedi.be/blog/2024/ai-platform-engineering-ai-engineer-worlds-summit-ai-leadership-track/ - Stream: talks - Confidence: confirmed - Date: 2024-06-15 - Tags: ai, ai-native-development, platform-engineering, talk Presented at AI Engineer Summit. AI-native development — new patterns for software engineering with AI. Resources: Event page ### Closing Keynote: Scaling the Delivery of AI Applications - DevOps modernization summit - URL: https://jedi.be/blog/2024/closing-keynote-scaling-the-delivery-of-ai-applications-devops-modernization-summit/ - Stream: talks - Confidence: confirmed - Date: 2024-06-15 - Tags: ai, ai-native-development, devops, keynote, talk Keynote presentation. AI-native development — new patterns for software engineering with AI. Resources: Event page ### Cloud Camp London - AI Observability and testing - URL: https://jedi.be/blog/2024/cloud-camp-london-ai-observability-and-testing/ - Stream: talks - Confidence: confirmed - Date: 2024-06-15 - Tags: ai, ai-native-development, talk Talk on cloud camp london - ai observability and testing. AI-native development — new patterns for software engineering with AI. Resources: Event page ### From Pilot to Transformation: Embracing the Reality of GenAI - URL: https://jedi.be/blog/2024/from-pilot-to-transformation-embracing-the-reality-of-genai/ - Stream: talks - Confidence: confirmed - Date: 2024-06-15 - Tags: genai, ai-native-development, talk Presented at NewCrafts 2024, Patrick shares hard-won lessons from over a year and a half of building and shipping GenAI features in production at Showpad, a content management platform for sales and marketing. Rather than focusing on hype, the talk is structured around three phases: building GenAI … ### Keynote: AI Engineers need a Platform team - URL: https://jedi.be/blog/2024/keynote-ai-engineers-need-a-platform-team/ - Stream: talks - Confidence: confirmed - Date: 2024-06-15 - Tags: ai, ai-native-development, keynote, platform-engineering, talk Keynote at AI Engineer Summit. AI-native development — new patterns for software engineering with AI. Resources: Event page ### Keynote: Collaborative Intelligence - both AI and Humans in the loop - URL: https://jedi.be/blog/2024/keynote-collaborative-intelligence-both-ai-and-humans-in-the-loop/ - Stream: talks - Confidence: confirmed - Date: 2024-06-15 - Tags: ai, ai-native-development, keynote, talk Keynote presentation. AI-native development — new patterns for software engineering with AI. Resources: Event page ### Keynote: Conway's law for AI - URL: https://jedi.be/blog/2024/keynote-conways-law-for-ai/ - Stream: talks - Confidence: confirmed - Date: 2024-06-15 - Tags: ai, ai-native-development, conways-law, keynote, organizational-design, talk Keynote presentation. AI-native development — new patterns for software engineering with AI. Resources: Event page ### Keynote: From Pilot To Transformation: Embracing the reality of genAI at scale - URL: https://jedi.be/blog/2024/keynote-from-pilot-to-transformation-embracing-the-reality-of-genai-at-scale/ - Stream: talks - Confidence: confirmed - Date: 2024-06-15 - Tags: ai, ai-native-development, genai, keynote, talk Keynote presentation. AI-native development — new patterns for software engineering with AI. Resources: Event page ### Keynote: From Pilot to Transformation: Embracing the Reality of GenAI at Scale - House of Transformation - URL: https://jedi.be/blog/2024/keynote-from-pilot-to-transformation-embracing-the-reality-of-genai-at-scale-house-of-transformation/ - Stream: talks - Confidence: confirmed - Date: 2024-06-15 - Tags: ai, ai-native-development, genai, keynote, talk Keynote presentation. AI-native development — new patterns for software engineering with AI. Resources: Event page ### Keynote: Operationalizing GenAI Applications With DevOps Practices - JFrog Swampup - URL: https://jedi.be/blog/2024/keynote-operationalizing-genai-applications-with-devops-practices-jfrog-swampup/ - Stream: talks - Confidence: confirmed - Date: 2024-06-15 - Tags: ai, ai-native-development, devops, genai, keynote, talk Keynote at JFrog SwampUp. AI-native development — new patterns for software engineering with AI. Resources: Event page ### Meetup hosted by Macquarie Group - Dev, Sec & Ops meets Langchain: Explain it to me like I’m a software engineer". With ❤️ from Container Solutions. - URL: https://jedi.be/blog/2024/meetup-hosted-by-macquarie-group-dev-sec-ops-meets-langchain-explain-it-to-me-like-im-a-software-engineer.-with-%EF%B8%8F-from-container-solutions./ - Stream: talks - Confidence: confirmed - Date: 2024-06-15 - Tags: ai, ai-native-development, genai, langchain, talk Talk on meetup hosted by macquarie group - dev, sec & ops meets l…. AI-native development — new patterns for software engineering with AI. ### MongoDB.local NYC - genAI Think-a-thon - URL: https://jedi.be/blog/2024/mongodb.local-nyc-genai-think-a-thon/ - Stream: talks - Confidence: confirmed - Date: 2024-06-15 - Tags: ai, ai-native-development, genai, talk Presented at MongoDB Local. AI-native development — new patterns for software engineering with AI. Resources: Event page ### On-Demand Webinar: Scaling Success: The Role of GenAI in Modern DevOps - URL: https://jedi.be/blog/2024/on-demand-webinar-scaling-success-the-role-of-genai-in-modern-devops/ - Stream: talks - Confidence: confirmed - Date: 2024-06-15 - Tags: ai, ai-native-development, devops, genai, talk, webinar Webinar on on-demand webinar: scaling success: the role of genai in …. AI-native development — new patterns for software engineering with AI. Resources: Event page ### Paper: Enterprise GenAI Delivery Patterns by Damon Edwards, John Willis , John Rauser - URL: https://jedi.be/blog/2024/paper-enterprise-genai-delivery-patterns-by-damon-edwards-john-willis-john-rauser/ - Stream: talks - Confidence: confirmed - Date: 2024-06-15 - Tags: ai, ai-native-development, genai, publication, talk Publication on paper: enterprise genai delivery patterns by damon edward…. AI-native development — new patterns for software engineering with AI. Resources: Event page ### Podcast - DOP 250: From Godfather of DevOps to Godfather of AI - URL: https://jedi.be/blog/2024/podcast-dop-250-from-godfather-of-devops-to-godfather-of-ai/ - Stream: talks - Confidence: confirmed - Date: 2024-06-15 - Tags: ai, ai-native-development, devops, podcast, talk Podcast appearance discussing podcast - dop 250: from godfather of devops to godfather …. AI-native development — new patterns for software engineering with AI. Resources: Event page ### Podcast - 🎙️ 0800-DEVOPS podcast interview - URL: https://jedi.be/blog/2024/podcast-%EF%B8%8F-0800-devops-podcast-interview/ - Stream: talks - Confidence: confirmed - Date: 2024-06-15 - Tags: devops, interview, talk Interview about podcast - 🎙️ -devops podcast interview. AI-native development — new patterns for software engineering with AI. Resources: Event page ### Podcast and Venkat Ramakrishnan talk about DevOps and GenAI and testing - Testing and Quality - URL: https://jedi.be/blog/2024/podcast-and-venkat-ramakrishnan-talk-about-devops-and-genai-and-testing-testing-and-quality/ - Stream: talks - Confidence: confirmed - Date: 2024-06-15 - Tags: ai, ai-native-development, devops, genai, podcast, talk Podcast appearance discussing podcast and venkat ramakrishnan talk about devops and gen…. AI-native development — new patterns for software engineering with AI. Watch on YouTube Resources: Event page ### Podcast: Cloud Dialogues - intersection of Gen AI and DevOps - URL: https://jedi.be/blog/2024/podcast-cloud-dialogues-intersection-of-gen-ai-and-devops/ - Stream: talks - Confidence: confirmed - Date: 2024-06-15 - Tags: ai, ai-native-development, devops, podcast, talk Podcast appearance discussing podcast: cloud dialogues - intersection of gen ai and devops. AI-native development — new patterns for software engineering with AI. Resources: Event page ### Professional worfklows for image and video generation using ComfyUI - beyond the simple prompt - URL: https://jedi.be/blog/2024/professional-worfklows-for-image-and-video-generation-using-comfyui-beyond-the-simple-prompt/ - Stream: talks - Confidence: confirmed - Date: 2024-06-15 - Tags: ai, prompt-engineering, talk Talk on professional worfklows for image and video generation usi…. AI-native development — new patterns for software engineering with AI. Watch on YouTube — available on the jedi4ever channel Resources: Event page ### Real world Serverless Podcast - Father of DevOps on the Future of AI and DevOps - URL: https://jedi.be/blog/2024/real-world-serverless-podcast-father-of-devops-on-the-future-of-ai-and-devops/ - Stream: talks - Confidence: confirmed - Date: 2024-06-15 - Tags: ai, ai-native-development, devops, podcast, serverless, service-full, talk In this episode of the Real World Serverless podcast, Patrick Debois joins host Yan Cui for a wide-ranging conversation about the origins of DevOps, the rise of platform engineering, and the growing intersection of AI with software delivery practices. Patrick reflects on how his definition of … ### Workshop: Innovating Software Delivery Harnessing Generative AI in DevOps and DevSecOps - URL: https://jedi.be/blog/2024/workshop-innovating-software-delivery-harnessing-generative-ai-in-devops-and-devsecops/ - Stream: talks - Confidence: confirmed - Date: 2024-06-15 - Tags: ai, ai-native-development, devops, devsecops, security, talk, workshop Talk on workshop: innovating software delivery harnessing generat…. AI-native development — new patterns for software engineering with AI. Resources: Event page ### GenAI Deserves a Platform Team - URL: https://jedi.be/blog/2024/genai-deserves-a-platform-team/ - Stream: talks - Confidence: confirmed - Date: 2024-05-09 - Tags: genai, platform-engineering, talk Patrick makes the case that GenAI adoption in organizations follows a familiar pattern seen with previous technology waves such as cloud, mobile, and DevOps itself. He draws on the Team Topologies framework to argue that a dedicated platform team is the natural organizational structure for scaling … ### Professional workflows for image and video generation using ComfyUI - beyond the simple prompt - URL: https://jedi.be/blog/2024/professional-workflows-for-image-and-video-generation-using-comfyui-beyond-the-simple-prompt/ - Stream: talks - Confidence: confirmed - Date: 2024-01-01 - Tags: talk, generative-ai, prompt-engineering, synthetic-media Most people hit a wall with text-to-image tools like DALL-E or Midjourney. You type a prompt, get something close-ish, and then frustration sets in because you cannot edit it further. The closed-source approach gets you started fast but leaves you stuck. Open source – specifically Stable … ### AI for engineers - Internal Adidas Engineering day - URL: https://jedi.be/blog/2023/ai-for-engineers-internal-adidas-engineering-day/ - Stream: talks - Confidence: confirmed - Date: 2023-06-15 - Tags: ai, ai-native-development, talk Talk on ai for engineers - internal adidas engineering day. The GenAI pivot — from ChatGPT to production, operationalizing AI with DevOps practices. ### AWS - DPG Media : Journey of Showpad's Platform Engineering - URL: https://jedi.be/blog/2023/aws-dpg-media-journey-of-showpads-platform-engineering/ - Stream: talks - Confidence: confirmed - Date: 2023-06-15 - Tags: ai-native-development, platform-engineering, talk Talk on aws - dpg media : journey of showpad’s platform engineering. The GenAI pivot — from ChatGPT to production, operationalizing AI with DevOps practices. ### AWS Immersion Day - Modern Analytics Infrastructure with Data Processing and Generative AI - URL: https://jedi.be/blog/2023/aws-immersion-day-modern-analytics-infrastructure-with-data-processing-and-generative-ai/ - Stream: talks - Confidence: confirmed - Date: 2023-06-15 - Tags: ai, ai-native-development, devops, infrastructure-as-code, talk Talk on aws immersion day - modern analytics infrastructure with …. The GenAI pivot — from ChatGPT to production, operationalizing AI with DevOps practices. Resources: Event page ### Fireside chat : Welcoming AI to the team: exploring the impact of human-AI collaboration - Atlassian Umleash - URL: https://jedi.be/blog/2023/fireside-chat-welcoming-ai-to-the-team-exploring-the-impact-of-human-ai-collaboration-atlassian-umleash/ - Stream: talks - Confidence: confirmed - Date: 2023-06-15 - Tags: ai, ai-native-development, fireside-chat, talk Fireside chat about fireside chat : welcoming ai to the team: exploring the i…. The GenAI pivot — from ChatGPT to production, operationalizing AI with DevOps practices. Resources: Event page ### Interview: on the Past, Present and Future of DevOps - URL: https://jedi.be/blog/2023/interview-on-the-past-present-and-future-of-devops/ - Stream: talks - Confidence: confirmed - Date: 2023-06-15 - Tags: devops, interview, talk Interview about interview: on the past, present and future of devops. The GenAI pivot — from ChatGPT to production, operationalizing AI with DevOps practices. Resources: Event page ### Keynote: AI, make it so - A Dive into the Universe of Prompt Engineering - URL: https://jedi.be/blog/2023/keynote-ai-make-it-so-a-dive-into-the-universe-of-prompt-engineering/ - Stream: talks - Confidence: confirmed - Date: 2023-06-15 - Tags: ai, ai-native-development, keynote, prompt-engineering, talk Keynote presentation. The GenAI pivot — from ChatGPT to production, operationalizing AI with DevOps practices. Watch on YouTube — available on the jedi4ever channel Resources: Event page ### Keynote: Bringing GenAI from promise to production - navigating the journey of implementation - URL: https://jedi.be/blog/2023/keynote-bringing-genai-from-promise-to-production-navigating-the-journey-of-implementation/ - Stream: talks - Confidence: confirmed - Date: 2023-06-15 - Tags: ai, ai-native-development, genai, keynote, talk Keynote presentation. The GenAI pivot — from ChatGPT to production, operationalizing AI with DevOps practices. Watch on YouTube — available on the jedi4ever channel ### Keynote: From ChatGPT to Production - Operationalizing AI - The Devops Conference Stockholm & Copenhagen - Eficode - URL: https://jedi.be/blog/2023/keynote-from-chatgpt-to-production-operationalizing-ai-the-devops-conference-stockholm-copenhagen-eficode/ - Stream: talks - Confidence: confirmed - Date: 2023-06-15 - Tags: ai, ai-native-development, devops, keynote, talk Keynote at Eficode - The DevOps Conference. The GenAI pivot — from ChatGPT to production, operationalizing AI with DevOps practices. Watch on YouTube — available on the jedi4ever channel ### Keynote: From ChatGPT to Production - Operationalizing Generative AI - Devops World - Cloudbees - URL: https://jedi.be/blog/2023/keynote-from-chatgpt-to-production-operationalizing-generative-ai-devops-world-cloudbees/ - Stream: talks - Confidence: confirmed - Date: 2023-06-15 - Tags: ai, ai-native-development, devops, keynote, talk Keynote presentation. The GenAI pivot — from ChatGPT to production, operationalizing AI with DevOps practices. Resources: Event page ### Keynote: Operationalizing GenAI - From Chatgpt to Production - All Day Devops, Extended Edition - URL: https://jedi.be/blog/2023/keynote-operationalizing-genai-from-chatgpt-to-production-all-day-devops-extended-edition/ - Stream: talks - Confidence: confirmed - Date: 2023-06-15 - Tags: ai, ai-native-development, devops, genai, keynote, talk Keynote presentation. The GenAI pivot — from ChatGPT to production, operationalizing AI with DevOps practices. Watch on YouTube — available on the jedi4ever channel Resources: Event page ### London Meetup: LLMs & Gen AI - Explain it to me like I'm a software engineer - URL: https://jedi.be/blog/2023/london-meetup-llms-gen-ai-explain-it-to-me-like-im-a-software-engineer/ - Stream: talks - Confidence: confirmed - Date: 2023-06-15 - Tags: ai, ai-native-development, devops, genai, langchain, talk Talk on london meetup: llms & gen ai - explain it to me like i’m …. The GenAI pivot — from ChatGPT to production, operationalizing AI with DevOps practices. Watch on YouTube — available on the jedi4ever channel Resources: Event page ### Meetup : Unlocking the Benefits of LangChain AI for Dev, Sec and Ops - URL: https://jedi.be/blog/2023/meetup-unlocking-the-benefits-of-langchain-ai-for-dev-sec-and-ops/ - Stream: talks - Confidence: confirmed - Date: 2023-06-15 - Tags: ai, ai-native-development, genai, langchain, talk Talk on meetup : unlocking the benefits of langchain ai for dev, …. The GenAI pivot — from ChatGPT to production, operationalizing AI with DevOps practices. Resources: Event page ### Operationalizing AI: Building and Running Generative AI Applications at Scale | DevOps Experience 2023 - URL: https://jedi.be/blog/2023/operationalizing-ai-building-and-running-generative-ai-applications-at-scale-devops-experience-2023/ - Stream: talks - Confidence: confirmed - Date: 2023-06-15 - Tags: ai, ai-native-development, ci-cd, devops, devsecops, security, talk Talk on operationalizing ai: building and running generative ai a…. The GenAI pivot — from ChatGPT to production, operationalizing AI with DevOps practices. Resources: Event page ### Bringing GenAI from promise to production - navigating the journey of implementation - URL: https://jedi.be/blog/2023/bringing-genai-from-promise-to-production-navigating-the-journey-of-implementation/ - Stream: talks - Confidence: confirmed - Date: 2023-01-01 - Tags: talk, generative-ai, devops, monitoring, platform-engineering Getting generative AI from a demo to a production system follows the same build-deliver-operate-run cycle we know from DevOps, but each phase has new wrinkles. The prompt is never just one call – it is a chain of system prompts, few-shot examples, chain-of-thought reasoning, structured output … ### Dev, Sec & Ops meets Langchain: Explain it to me like I am a software engineer - London Devops Edition - URL: https://jedi.be/blog/2023/dev-sec-ops-meets-langchain-explain-it-to-me-like-i-am-a-software-engineer-london-devops-edition/ - Stream: talks - Confidence: confirmed - Date: 2023-01-01 - Tags: talk, generative-ai, devsecops, prompt-engineering This is a code-first walkthrough of what goes on under the hood of LLMs and generative AI, aimed at developers, security people, and operators who want to understand this stuff through code rather than diagrams. The examples use LangChain with Python and OpenAI, though the concepts apply to any … ### From ChatGPT to Production - Operationalizing AI - The Devops Conference - Eficode - URL: https://jedi.be/blog/2023/from-chatgpt-to-production-operationalizing-ai-the-devops-conference-eficode/ - Stream: talks - Confidence: confirmed - Date: 2023-01-01 - Tags: talk, generative-ai, devops, platform-engineering, conference When ChatGPT landed, every part of our company reacted differently. Product saw endless possibilities, marketing wanted to capitalize, CXOs smelled revenue, and engineering said “damn, how do we make this work?” As VP engineering at Showpad, I lived through this firsthand and learned … ### Prompt Engineering: Steps Towards AI Native Tooling - URL: https://jedi.be/blog/2022/prompt-engineering-steps-towards-ai-native-tooling/ - Stream: talks - Confidence: confirmed - Date: 2022-12-30 - Tags: ai-native-development, devops, prompt-engineering, talk Early exploration of prompt engineering as a development practice — the first steps toward what would become AI-native tooling. Watch on YouTube — available on the jedi4ever channel ### Reality as Code: Generating Virtual Humans and Environments — Devoxx - URL: https://jedi.be/blog/2022/reality-as-code-generating-virtual-humans-and-environments-devoxx/ - Stream: talks - Confidence: confirmed - Date: 2022-10-16 - Tags: innovation, metaverse, synthetic-media, talk Presented at Devoxx. How close are we to generating virtual humans and their environments? Exploring the intersection of code, AI, and synthetic reality. Watch on YouTube — available on the jedi4ever channel ### DevOps: 13 Years and 120+ Presentations Later — DevOpsDays Ukraine - URL: https://jedi.be/blog/2022/devops-13-years-and-120-presentations-later-devopsdays-ukraine/ - Stream: talks - Confidence: confirmed - Date: 2022-07-04 - Tags: devops, personal-journey, talk Presented at DevOpsDays Ukraine. A personal journey through 13 years of DevOps and over 120 presentations — what changed, what stayed, what surprised me. Watch on YouTube — available on the jedi4ever channel ### Synthetic Media: Humans as Code - URL: https://jedi.be/blog/2022/synthetic-media-humans-as-code/ - Stream: talks - Confidence: confirmed - Date: 2022-07-04 - Tags: innovation, synthetic-media, talk Exploring synthetic media — what happens when humans become code? The implications of AI-generated video, audio, and virtual humans. Watch on YouTube — available on the jedi4ever channel ### 13 years of devops and 130 talks later - How my devops mental model has evolved - URL: https://jedi.be/blog/2022/13-years-of-devops-and-130-talks-later-how-my-devops-mental-model-has-evolved/ - Stream: talks - Confidence: confirmed - Date: 2022-06-15 - Tags: devops, talk Talk on 13 years of devops and 130 talks later - how my devops me…. Reflecting on DevOps evolution and exploring new frontiers like digital twins and the metaverse. Watch on YouTube — available on the jedi4ever channel Resources: Event page ### DevSecOps Explored with Industry Experts - Patrick Debois - Atlassian Livestream 2022 - URL: https://jedi.be/blog/2022/devsecops-explored-with-industry-experts-patrick-debois-atlassian-livestream-2022/ - Stream: talks - Confidence: confirmed - Date: 2022-06-15 - Tags: talk, devops, devsecops, security In this livestream with Susie Prince at Atlassian, we traced the arc from DevOps in 2009 to DevSecOps in 2022. The pattern I keep observing is that every new buzzword in our industry – DevOps, DevSecOps, platform engineering – highlights a pain that already existed. Nobody invents these … ### Patrick Debois Fireside Chat - LaunchDarkly 2022 - URL: https://jedi.be/blog/2022/patrick-debois-fireside-chat-launchdarkly-2022/ - Stream: talks - Confidence: confirmed - Date: 2022-06-15 - Tags: talk, fireside-chat, devops, devsecops Edith Harbaugh and Jessica Craig invited me for a fireside chat at LaunchDarkly to talk about the second edition of the DevOps Handbook. The update added more enterprise case studies, a full section on DevSecOps, and integrated learnings from both the SRE movement and DORA research. The original … ### Personal DevOps Aha Moments, the Rise of Infrastructure, and the DevOps Enterprise Scenius: Interviews with The DevOps Handbook Coauthors (Part 1 of 2: and John Willis - URL: https://jedi.be/blog/2022/personal-devops-aha-moments-the-rise-of-infrastructure-and-the-devops-enterprise-scenius-interviews-with-the-devops-handbook-coauthors-part-1-of-2-and-john-willis/ - Stream: talks - Confidence: confirmed - Date: 2022-06-15 - Tags: devops, infrastructure-as-code, interview, talk Interview about personal devops aha moments, the rise of infrastructure, …. Reflecting on DevOps evolution and exploring new frontiers like digital twins and the metaverse. Resources: Event page ### version 2 - The DevOps Handbook: How to Create World-Class Agility, Reliability, and Security in Technology Organizations Gene Kim, Nicole Forsgren , Jez Humble and John Willis - URL: https://jedi.be/blog/2022/version-2-the-devops-handbook-how-to-create-world-class-agility-reliability-and-security-in-technology-organizations-gene-kim-nicole-forsgren-jez-humble-and-john-willis/ - Stream: talks - Confidence: confirmed - Date: 2022-06-15 - Tags: devops, publication, talk Publication on 2 - the devops handbook: how to create world-class agilit…. Reflecting on DevOps evolution and exploring new frontiers like digital twins and the metaverse. Resources: Event page ### Will models make a comeback in the Devops SDLC - Aligning Digital Twins and Devops - EDT.Community Seminar Series - URL: https://jedi.be/blog/2022/will-models-make-a-comeback-in-the-devops-sdlc-aligning-digital-twins-and-devops-edt.community-seminar-series/ - Stream: talks - Confidence: confirmed - Date: 2022-06-15 - Tags: devops, talk Talk on will models make a comeback in the devops sdlc - aligning…. Reflecting on DevOps evolution and exploring new frontiers like digital twins and the metaverse. Resources: Event page ### 13 years of devops and 130 presentations later - how my devops mental model changed - URL: https://jedi.be/blog/2022/13-years-of-devops-and-130-presentations-later-how-my-devops-mental-model-changed/ - Stream: thoughts - Confidence: tested - Date: 2022-05-09 - Tags: devops, evolution, mental-models, reflection I’ve now been talking 13 years about devops resulting in 130+ presentations. During that time my devops mental model has changed. From the naive “Devops Hippie days” in 2009 to the “Devops Paradoxes in 2022”. Last week I had the pleasure to present this journey at the … ### Go Beyond Passive Viewing: Learn to Leverage Interactive Broadcasting - NAB Wowza 2022 - URL: https://jedi.be/blog/2022/go-beyond-passive-viewing-learn-to-leverage-interactive-broadcasting-nab-wowza-2022/ - Stream: talks - Confidence: confirmed - Date: 2022-04-23 - Tags: talk, interview, streaming, interactive-broadcasting At NAB 2022, I sat down to talk about Zender, the interactive broadcasting platform I’d been building. The core premise was simple: traditional broadcasting is a one-way street, and audiences – especially younger ones – expect to participate, not just watch. We started with … ### DevSecOps - Developer motivation vs Business Prioritisation - URL: https://jedi.be/blog/2022/devsecops-developer-motivation-vs-business-prioritisation/ - Stream: thoughts - Confidence: tested - Date: 2022-03-21 - Tags: developer-experience, devsecops, motivation, security In the DevSecOps community there is a lot of focus on making things easier for developers and helping their motivation. I believe they are often only sympthomatic fixes. From various conversations, I’ve learned that the developer’s motivation to improve security is a wide spectrum. It is … ### In depth research and trends analyzed from 50+ different concepts as code - URL: https://jedi.be/blog/2022/in-depth-research-and-trends-analyzed-from-50-different-concepts-as-code/ - Stream: thoughts - Confidence: tested - Date: 2022-02-23 - Tags: as-code, devops, taxonomy, trends We all know “infrastructure as code”. It is expanding to bigger constructs , devsecops, workflow , data , documentation, and slowly getting into the business domain. I analyzed the trends from over 50+ concepts “as code”. Do tell me what I’m missing. As code trends … ### Devops and Digital Twins similarities, a first pass - URL: https://jedi.be/blog/2022/devops-and-digital-twins-similarities-a-first-pass/ - Stream: thoughts - Confidence: tested - Date: 2022-02-18 - Tags: analogy, devops, digital-twins, patterns DevOps and Agile have always taken an interest in manufacturing: concepts such as Lean, pipeline, Kanban they all find their origins in the industrial world. Now, manufacturing is looking at the software world in the hope they can achieve the same agility. The concept of “Digital Twin” … ### Shades of DevOps - Related Job titles - URL: https://jedi.be/blog/2022/shades-of-devops-related-job-titles/ - Stream: thoughts - Confidence: tested - Date: 2022-02-11 - Tags: devops, job-titles, roles, taxonomy A quick overview of the titles/roles use to related to devops related subject matter experts. I will stick with my definition of devops regardless of job title: Dev(sec)Ops: everything you do to overcome the friction created by silos … All the rest is plain engineering ### 13 years of devops and 130 presentations later - how my devops mental model has changed - URL: https://jedi.be/blog/2022/13-years-of-devops-and-130-presentations-later-how-my-devops-mental-model-has-changed/ - Stream: talks - Confidence: confirmed - Date: 2022-01-01 - Tags: talk, devops, reflection, community This is the DevOps Days Austin version of my 13-year retrospective, covering how my mental model evolved from a simple operations-meets-development bridge into something much broader. The video starts partway through – the hippie days preamble was not recorded. My 2012 model had four areas: … ### A devops walks into the Metaverse and Learns - URL: https://jedi.be/blog/2022/a-devops-walks-into-the-metaverse-and-learns/ - Stream: talks - Confidence: confirmed - Date: 2022-01-01 - Tags: talk, metaverse, digital-twin, devops, synthetic-media Two buzzwords walk into a bar – DevOps and the metaverse. This is research, not a solutions pitch. 130 slides of references you can explore later. The metaverse started in a 1992 novel, manifested in Second Life, Minecraft, Roblox, and Fortnite concerts. Nike launched Nikeland, Netflix tried … ### DevOps 13 years and 120+ presentations later - My personal journey - Devopsdays Ukraine - URL: https://jedi.be/blog/2022/devops-13-years-and-120-presentations-later-my-personal-journey-devopsdays-ukraine/ - Stream: talks - Confidence: confirmed - Date: 2022-01-01 - Tags: talk, devops, devopsdays, reflection, community This keynote at DevOps Days Ukraine traces my personal DevOps journey through 130+ presentations, year by year, as a way of reflecting on how the movement evolved and how my mental model changed. It started in 2007 with frustration about receiving war files at a Java conference – operations … ### Devops and Digital Twins - Similarities - Is Modeling making a comeback in the SDLC - URL: https://jedi.be/blog/2022/devops-and-digital-twins-similarities-is-modeling-making-a-comeback-in-the-sdlc/ - Stream: talks - Confidence: confirmed - Date: 2022-01-01 - Tags: talk, digital-twin, devops, infrastructure-as-code This talk explores the analogy between DevOps and digital twins, deliberately positioning it as version one of this cross-pollination. The digital twin community has been dealing with similar problems – fast feedback loops, multidisciplinary collaboration, model-reality synchronization … ### How an open approach to DevOps gives you the flexibility to adapt to anything - URL: https://jedi.be/blog/2022/how-an-open-approach-to-devops-gives-you-the-flexibility-to-adapt-to-anything/ - Stream: talks - Confidence: confirmed - Date: 2022-01-01 - Tags: talk, devops, devsecops, panel, community This panel brings together perspectives from Atlassian, GitLab, JFrog, and Snyk on what “open” means in the DevOps toolchain and why it matters for flexibility. An Atlassian survey showed the median number of tools needed to determine project status went from 3-5 to 5+ over just a … ### Prompt Engineering - A new profession? - URL: https://jedi.be/blog/2022/prompt-engineering-a-new-profession/ - Stream: talks - Confidence: confirmed - Date: 2022-01-01 - Tags: talk, prompt-engineering, generative-ai, synthetic-media The generative AI explosion went from DALL-E to Midjourney to Stable Diffusion in a span of months. The pivotal moment was Stable Diffusion going open source – suddenly anyone could run image generation locally, inspect training datasets for bias and copyright concerns, and build an ecosystem … ### Prompt Engineering - steps towards AI Native Tooling - devops edition - URL: https://jedi.be/blog/2022/prompt-engineering-steps-towards-ai-native-tooling-devops-edition/ - Stream: talks - Confidence: confirmed - Date: 2022-01-01 - Tags: talk, prompt-engineering, generative-ai, devops, ai-native-development ChatGPT reached a million users in five days. Nothing in tech history has moved that fast. GitHub Copilot felt like magic just a year before, and then this arrived and changed everything. This talk maps out where prompt-based AI tooling was already showing up across the DevOps lifecycle – and … ### Reality as code - How close are we at generating virtual humans and their environment - Devoxx - URL: https://jedi.be/blog/2022/reality-as-code-how-close-are-we-at-generating-virtual-humans-and-their-environment-devoxx/ - Stream: talks - Confidence: confirmed - Date: 2022-01-01 - Tags: talk, synthetic-media, generative-ai, digital-twin, devoxx This talk is about my obsession with not wanting to present live. When COVID hit and conferences went virtual, I started exploring how to create a virtual version of myself that could deliver presentations. What began as a green screen experiment spiraled into a multi-year journey through virtual … ### Synthetic media - humans as code - Patrick Debois - URL: https://jedi.be/blog/2022/synthetic-media-humans-as-code-patrick-debois/ - Stream: talks - Confidence: confirmed - Date: 2022-01-01 - Tags: talk, synthetic-media, generative-ai, digital-twin This is not what I do daily – people know me from DevOps, but this is my pandemic hobby that turned into a deep exploration of synthetic media. It started with wanting to present remotely without the misery of green screens and ended with the realization that humans are becoming an API call … ### 2021 - State of Devops Report - Puppet - Contributions - URL: https://jedi.be/blog/2021/2021-state-of-devops-report-puppet-contributions/ - Stream: talks - Confidence: confirmed - Date: 2021-06-15 - Tags: devops, talk Talk on - state of devops report - puppet - contributions. DevSecOps era — building trust and security into the development lifecycle. Resources: Event page ### Atlassian Livestream: DevSecOps explored with industry experts - URL: https://jedi.be/blog/2021/atlassian-livestream-devsecops-explored-with-industry-experts/ - Stream: talks - Confidence: confirmed - Date: 2021-06-15 - Tags: devsecops, security, talk Presented at Atlassian. DevSecOps era — building trust and security into the development lifecycle. Watch on YouTube — available on the jedi4ever channel ### Devops Enterprise Summit Europe 2021 - Working on DevSecOps Culture: A Team Centric View (Europe 2021 - URL: https://jedi.be/blog/2021/devops-enterprise-summit-europe-2021-working-on-devsecops-culture-a-team-centric-view-europe-2021/ - Stream: talks - Confidence: confirmed - Date: 2021-06-15 - Tags: devops, devsecops, security, talk Talk on devops enterprise summit europe - working on devsecops cu…. DevSecOps era — building trust and security into the development lifecycle. Resources: Event page ### Devopsdays Instanbul - Panel discussion with Frank Karlitschek , Kris Buytaert , Rosemary Wang , Serhat Can and - URL: https://jedi.be/blog/2021/devopsdays-instanbul-panel-discussion-with-frank-karlitschek-kris-buytaert-rosemary-wang-serhat-can-and/ - Stream: talks - Confidence: confirmed - Date: 2021-06-15 - Tags: devops, panel, talk Panel discussion on devopsdays instanbul - panel discussion with frank karlit…. DevSecOps era — building trust and security into the development lifecycle. Resources: Event page ### Devopsdays Tokyo - 2021 - Q&A With - URL: https://jedi.be/blog/2021/devopsdays-tokyo-2021-qa-with/ - Stream: talks - Confidence: confirmed - Date: 2021-06-15 - Tags: devops, talk Presented at DevOpsDays. DevSecOps era — building trust and security into the development lifecycle. Watch on YouTube — available on the jedi4ever channel ### DevSecOps for Development and Operations With - URL: https://jedi.be/blog/2021/devsecops-for-development-and-operations-with/ - Stream: talks - Confidence: confirmed - Date: 2021-06-15 - Tags: devsecops, security, talk Talk on devsecops for development and operations with. DevSecOps era — building trust and security into the development lifecycle. Resources: Event page ### DevSecOps interview with DevSecOpsdays Melbourne - URL: https://jedi.be/blog/2021/devsecops-interview-with-devsecopsdays-melbourne/ - Stream: talks - Confidence: confirmed - Date: 2021-06-15 - Tags: devsecops, interview, security, talk Interview about devsecops interview with devsecopsdays melbourne. DevSecOps era — building trust and security into the development lifecycle. ### How an open approach to DevOps gives you the flexibility to adapt to anything - Atlassian Team - URL: https://jedi.be/blog/2021/how-an-open-approach-to-devops-gives-you-the-flexibility-to-adapt-to-anything-atlassian-team/ - Stream: talks - Confidence: confirmed - Date: 2021-06-15 - Tags: devops, talk Presented at Atlassian. DevSecOps era — building trust and security into the development lifecycle. Watch on YouTube — available on the jedi4ever channel Resources: Event page ### Infrastructure & Ops Hour: DevSecOps with - URL: https://jedi.be/blog/2021/infrastructure-ops-hour-devsecops-with/ - Stream: talks - Confidence: confirmed - Date: 2021-06-15 - Tags: devops, devsecops, infrastructure-as-code, security, talk Talk on infrastructure & ops hour: devsecops with. DevSecOps era — building trust and security into the development lifecycle. Resources: Event page ### Internal Oracle Virtual conference - DevSecOps Keynote - Interview - URL: https://jedi.be/blog/2021/internal-oracle-virtual-conference-devsecops-keynote-interview/ - Stream: talks - Confidence: confirmed - Date: 2021-06-15 - Tags: devsecops, keynote, security, talk Keynote at Oracle Conference. DevSecOps era — building trust and security into the development lifecycle. ### Interview - Agile & Devops - Arie Van Bennekum,Sun Zhenpeng Devopsdays Shanghai 2021 - URL: https://jedi.be/blog/2021/interview-agile-devops-arie-van-bennekumsun-zhenpeng-devopsdays-shanghai-2021/ - Stream: talks - Confidence: confirmed - Date: 2021-06-15 - Tags: ai, ai-native-development, devops, interview, talk Interview about interview - agile & devops - arie van bennekum,sun zhenpe…. DevSecOps era — building trust and security into the development lifecycle. Watch on YouTube — available on the jedi4ever channel ### Interview Agile DevOps - Arie Van Bennekum, Patrick Debois & Sun Zhenpeng - DevOpsDays Shanghai 2021 - URL: https://jedi.be/blog/2021/interview-agile-devops-arie-van-bennekum-patrick-debois-sun-zhenpeng-devopsdays-shanghai-2021/ - Stream: talks - Confidence: confirmed - Date: 2021-06-15 - Tags: talk, interview, devops, devopsdays, community This interview at DevOpsDays Shanghai brought together an interesting combination: Arie Van Bennekum, one of the original signatories of the Agile Manifesto, Sun Zhenpeng from the Chinese DevOps community, and myself. The central thread was the relationship between Agile and DevOps, which Arie and … ### Launchdarkly - Fireside chat with - URL: https://jedi.be/blog/2021/launchdarkly-fireside-chat-with/ - Stream: talks - Confidence: confirmed - Date: 2021-06-15 - Tags: devops, fireside-chat, talk Fireside chat about launchdarkly - fireside chat with. DevSecOps era — building trust and security into the development lifecycle. Watch on YouTube — available on the jedi4ever channel Resources: Event page ### Podcast - Devops paradox - Course Correcting Devops - Episode 100 - URL: https://jedi.be/blog/2021/podcast-devops-paradox-course-correcting-devops-episode-100/ - Stream: talks - Confidence: confirmed - Date: 2021-06-15 - Tags: devops, podcast, talk Podcast appearance discussing podcast - devops paradox - course correcting devops - epi…. DevSecOps era — building trust and security into the development lifecycle. Resources: Event page ### Promising Digital Risk Management: What not to do in Cybersecurity Paperback - Mark Burgess & - URL: https://jedi.be/blog/2021/promising-digital-risk-management-what-not-to-do-in-cybersecurity-paperback-mark-burgess/ - Stream: talks - Confidence: confirmed - Date: 2021-06-15 - Tags: devops, publication, talk Publication on promising digital risk management: what not to do in cybe…. DevSecOps era — building trust and security into the development lifecycle. Resources: Event page ### StackConf - Panel with Serhat can , Kris Buytaert , Derya Sezen and - URL: https://jedi.be/blog/2021/stackconf-panel-with-serhat-can-kris-buytaert-derya-sezen-and/ - Stream: talks - Confidence: confirmed - Date: 2021-06-15 - Tags: devops, panel, talk Panel discussion on stackconf - panel with serhat can , kris buytaert , derya…. DevSecOps era — building trust and security into the development lifecycle. ### Trust me, we're doing DevSecOps - Cloud & Cyber Security Expo talk - URL: https://jedi.be/blog/2021/trust-me-were-doing-devsecops-cloud-cyber-security-expo-talk/ - Stream: talks - Confidence: confirmed - Date: 2021-06-15 - Tags: devsecops, security, talk, trust Talk on trust me, we’re doing devsecops - cloud & cyber security …. DevSecOps era — building trust and security into the development lifecycle. Watch on YouTube — available on the jedi4ever channel ### Q&A with Patrick Debois Around DevOps - DevOpsDays Tokyo 2021 - URL: https://jedi.be/blog/2021/qa-with-patrick-debois-around-devops-devopsdays-tokyo-2021/ - Stream: talks - Confidence: confirmed - Date: 2021-04-10 - Tags: talk, devops, devopsdays, community At DevOpsDays Tokyo, the Q&A format let me dig into questions I don’t usually get to address in a structured talk. The first one is always the same: what is DevOps? My working definition has evolved over the years to something simple: removing friction between silos. All the rest is … ### Software Security Gurus Webcast — Episode 11 - URL: https://jedi.be/blog/2021/software-security-gurus-webcast-episode-11/ - Stream: talks - Confidence: confirmed - Date: 2021-03-15 - Tags: devsecops, security, talk Guest on the Software Security Gurus Webcast, discussing DevSecOps practices and the intersection of security with modern development. Watch on YouTube — available on the jedi4ever channel ### Dev Sec Ops - A team centric approach - Eficode The Devops Conference March 2021 - URL: https://jedi.be/blog/2021/dev-sec-ops-a-team-centric-approach-eficode-the-devops-conference-march-2021/ - Stream: talks - Confidence: confirmed - Date: 2021-01-01 - Tags: talk, devsecops, devops, conference, trust When I first started thinking about DevOps, my view was entirely team-centric. Working with agile teams, sitting with the people doing the actual work, sorting out their problems at the floor level. That perspective still holds for DevSecOps – today the focus is on what you can do as a team, … ### DevOps Shorts Episode 012 - Patrick Debois - 2021 - URL: https://jedi.be/blog/2021/devops-shorts-episode-012-patrick-debois-2021/ - Stream: talks - Confidence: confirmed - Date: 2021-01-01 - Tags: talk, interview, devops, community, reflection Technology for me is the hobby that became a profession. My dad bought a typing machine, then an electronic one, then a computer for his medical practice. As a kid, watching technology evolve was fascinating. What I learned is that I care about engineering – how pieces fit together – … ### Devoxx - Code but not as we know it - Infrastructure as Code - URL: https://jedi.be/blog/2021/devoxx-code-but-not-as-we-know-it-infrastructure-as-code/ - Stream: talks - Confidence: confirmed - Date: 2021-01-01 - Tags: talk, infrastructure-as-code, configuration-management, devops, devoxx, continuous-integration Infrastructure as code is a declarative language at its core. You define how the system should be – this file goes here, this package needs installing, this service must be running – and the system converges to that state over multiple runs. Idempotence is the key concept: run the same … ### Do You Trust Your DevSecOps Pipeline - Webinar CloudBees & Snyk - URL: https://jedi.be/blog/2021/do-you-trust-your-devsecops-pipeline-webinar-cloudbees-snyk/ - Stream: talks - Confidence: confirmed - Date: 2021-01-01 - Tags: talk, devsecops, security, ci-cd, panel This was a panel webinar with CloudBees and Snyk where we discussed whether you can actually trust your devsecops pipeline. I was joined by Anders Wallgren from CloudBees and Mitch Ashley from Accelerated Strategies Group, moderated by Sam Bell. My main point was that most people think about … ### Establishing a Successful DevSecOps Program - Interview - Lessons Learned with Pearson - URL: https://jedi.be/blog/2021/establishing-a-successful-devsecops-program-interview-lessons-learned-with-pearson/ - Stream: talks - Confidence: confirmed - Date: 2021-01-01 - Tags: talk, interview, devsecops, security, devops, webinar Nick Vincent from Pearson shares one of the best real-world devsecops stories I have heard. Pearson was already in the middle of a devops and agile transformation when they recognized security needed to come into the fold. They hired Nick to build a security engineering function from scratch … ### Interview - DevOpsDays Five Year Reunion Video Series - Patrick Debois - URL: https://jedi.be/blog/2021/interview-devopsdays-five-year-reunion-video-series-patrick-debois/ - Stream: talks - Confidence: confirmed - Date: 2021-01-01 - Tags: talk, devops, devopsdays, interview, community John Willis and I sat down for this five-year reunion video series, and he got me to admit something I had not shared much before: I was scared to put on the first DevOpsDays. I had never organized a conference on a subject that the attendees – and partly I myself – did not fully … ### Interview LetsTalkCloud - Reducing Overlap and Increasing Efficiencies with DevSecOps - URL: https://jedi.be/blog/2021/interview-letstalkcloud-reducing-overlap-and-increasing-efficiencies-with-devsecops/ - Stream: talks - Confidence: confirmed - Date: 2021-01-01 - Tags: talk, devsecops, interview, microservice The conversation started from a familiar enterprise problem: teams building microservices in isolation end up duplicating work. You talk to one team and they have a great microservice design. You talk to another team in the same organization and they have built the same thing. There is a lot of … ### Making DevOps Work - NetApp 2021 - URL: https://jedi.be/blog/2021/making-devops-work-netapp-2021/ - Stream: talks - Confidence: confirmed - Date: 2021-01-01 - Tags: talk, interview, devops, community, cloud What used to be emerging practices in devops have become deep practices – everyone does CI/CD now. The emergent shift is that more people understand the relationship with the business. I have seen many companies over-automate: engineers chant “automation, automation” without … ### Patrick Debois on 5 Years of DevOps - URL: https://jedi.be/blog/2021/patrick-debois-on-5-years-of-devops/ - Stream: talks - Confidence: confirmed - Date: 2021-01-01 - Tags: talk, devops, community, reflection The word devops was kind of an accident. The original conference was supposed to be about agile system administration and collaboration, but that name was too long, so we shortened it to DevOpsDays. The name stuck. What made it take off was that so many people had lived the pain of developers and … ### Patrick Debois on the State of DevOps and Its Future - Oracle Summit - URL: https://jedi.be/blog/2021/patrick-debois-on-the-state-of-devops-and-its-future-oracle-summit/ - Stream: talks - Confidence: confirmed - Date: 2021-01-01 - Tags: talk, interview, devops, conference When Java was born, I was experimenting with servlets and early server-side Java. I saw agile people getting more productive and wanted ops included. Having a background in both worlds, I brought them together and by accident called it devops. The pain was real – these groups were not … ### Software Security Gurus Webcast Episode #11 - Patrick Debois - URL: https://jedi.be/blog/2021/software-security-gurus-webcast-episode-%2311-patrick-debois/ - Stream: talks - Confidence: confirmed - Date: 2021-01-01 - Tags: talk, interview, devops, devsecops, security, community Every role feels like the hardest one when you are in it. Developers think they have the toughest job because nobody lets them ship features. Ops people think they have the hardest job because everyone keeps breaking stability. Security people feel the same way. But the nuanced view is that each … ### All the Talks - Morning coffee with Patrick - URL: https://jedi.be/blog/2020/all-the-talks-morning-coffee-with-patrick/ - Stream: talks - Confidence: confirmed - Date: 2020-06-15 - Tags: devops, interview, talk Interview about all the talks - morning coffee with patrick. DevSecOps era — building trust and security into the development lifecycle. Watch on YouTube — available on the jedi4ever channel ### Beyond the devops handbook - What about security - Snykcon - URL: https://jedi.be/blog/2020/beyond-the-devops-handbook-what-about-security-snykcon/ - Stream: talks - Confidence: confirmed - Date: 2020-06-15 - Tags: devops, devsecops, publication, security, talk Publication on beyond the devops handbook - what about security - snykcon. DevSecOps era — building trust and security into the development lifecycle. Watch on YouTube — available on the jedi4ever channel ### Bienvenidos a Devopsdays Medellin 2020 - URL: https://jedi.be/blog/2020/bienvenidos-a-devopsdays-medellin-2020/ - Stream: talks - Confidence: confirmed - Date: 2020-06-15 - Tags: devops, talk Presented at DevOpsDays. DevSecOps era — building trust and security into the development lifecycle. Watch on YouTube — available on the jedi4ever channel ### Cloudops live The DevSecOps Metadata Factory - Cloud Ops Summit - URL: https://jedi.be/blog/2020/cloudops-live-the-devsecops-metadata-factory-cloud-ops-summit/ - Stream: talks - Confidence: confirmed - Date: 2020-06-15 - Tags: devsecops, security, talk Presented at CloudOps Summit. DevSecOps era — building trust and security into the development lifecycle. Watch on YouTube — available on the jedi4ever channel ### Dashcon2020 - Is human trust enough - Let us look at Metrics - URL: https://jedi.be/blog/2020/dashcon2020-is-human-trust-enough-let-us-look-at-metrics/ - Stream: talks - Confidence: confirmed - Date: 2020-06-15 - Tags: devops, devsecops, metrics, observability, security, talk, trust Presented at DashCon. DevSecOps era — building trust and security into the development lifecycle. Watch on YouTube — available on the jedi4ever channel ### Devops in time of Mandated remote work - Devops paradox Podcast - Episode #50 - URL: https://jedi.be/blog/2020/devops-in-time-of-mandated-remote-work-devops-paradox-podcast-episode-%2350/ - Stream: talks - Confidence: confirmed - Date: 2020-06-15 - Tags: devops, podcast, talk Podcast appearance discussing devops in time of mandated remote work - devops paradox p…. DevSecOps era — building trust and security into the development lifecycle. Resources: Event page ### Devops Lisbon - Trust me were doing DevSecOps - URL: https://jedi.be/blog/2020/devops-lisbon-trust-me-were-doing-devsecops/ - Stream: talks - Confidence: confirmed - Date: 2020-06-15 - Tags: devops, devsecops, security, talk, trust Talk on devops lisbon - trust me were doing devsecops. DevSecOps era — building trust and security into the development lifecycle. Watch on YouTube — available on the jedi4ever channel Resources: Event page ### DevOps Shorts Episode 012 - URL: https://jedi.be/blog/2020/devops-shorts-episode-012/ - Stream: talks - Confidence: confirmed - Date: 2020-06-15 - Tags: devops, talk Talk on devops shorts episode 012. DevSecOps era — building trust and security into the development lifecycle. Watch on YouTube — available on the jedi4ever channel Resources: Event page ### DevSecOps pt2 (Basic Promise Theory for Systemic Cooperation) - 2020 - URL: https://jedi.be/blog/2020/devsecops-pt2-basic-promise-theory-for-systemic-cooperation-2020/ - Stream: talks - Confidence: confirmed - Date: 2020-06-15 - Tags: devsecops, security, talk Talk on devsecops pt2 (basic promise theory for systemic cooperat…. DevSecOps era — building trust and security into the development lifecycle. Watch on YouTube ### Do You Trust Your DevSecOps Pipeline - Webinar Cloudbees & Snyk - URL: https://jedi.be/blog/2020/do-you-trust-your-devsecops-pipeline-webinar-cloudbees-snyk/ - Stream: talks - Confidence: confirmed - Date: 2020-06-15 - Tags: devsecops, security, talk, trust, webinar Webinar on do you trust your devsecops pipeline - webinar cloudbees …. DevSecOps era — building trust and security into the development lifecycle. Watch on YouTube — available on the jedi4ever channel ### Establishing a Successful DevSecOps Program - Interview - Lessons Learned with Pearson - URL: https://jedi.be/blog/2020/establishing-a-successful-devsecops-program-interview-lessons-learned-with-pearson/ - Stream: talks - Confidence: confirmed - Date: 2020-06-15 - Tags: devsecops, interview, security, talk Interview about establishing a successful devsecops program - interview -…. DevSecOps era — building trust and security into the development lifecycle. Watch on YouTube — available on the jedi4ever channel ### Flyless Weekly - Everything I learned from running a 24h x 4 track online conference - URL: https://jedi.be/blog/2020/flyless-weekly-everything-i-learned-from-running-a-24h-x-4-track-online-conference/ - Stream: talks - Confidence: confirmed - Date: 2020-06-15 - Tags: devops, talk Talk on flyless weekly - everything i learned from running a 24h …. DevSecOps era — building trust and security into the development lifecycle. Watch on YouTube — available on the jedi4ever channel Resources: Event page ### How secure is your build server - Cloud Native Security day - URL: https://jedi.be/blog/2020/how-secure-is-your-build-server-cloud-native-security-day/ - Stream: talks - Confidence: confirmed - Date: 2020-06-15 - Tags: ci-cd, devsecops, security, talk Talk on how secure is your build server - cloud native security day. DevSecOps era — building trust and security into the development lifecycle. Resources: Event page ### How secure is your build/server - DeliveryConf - URL: https://jedi.be/blog/2020/how-secure-is-your-build/server-deliveryconf/ - Stream: talks - Confidence: confirmed - Date: 2020-06-15 - Tags: ci-cd, devsecops, security, talk Presented at DeliveryConf. DevSecOps era — building trust and security into the development lifecycle. Watch on YouTube — available on the jedi4ever channel ### How secure is your build/server - Fosdem Edition - URL: https://jedi.be/blog/2020/how-secure-is-your-build/server-fosdem-edition/ - Stream: talks - Confidence: confirmed - Date: 2020-06-15 - Tags: ci-cd, devsecops, security, talk Presented at FOSDEM. DevSecOps era — building trust and security into the development lifecycle. Watch on YouTube ### Interview Arrested Devops - We're always learning - URL: https://jedi.be/blog/2020/interview-arrested-devops-were-always-learning/ - Stream: talks - Confidence: confirmed - Date: 2020-06-15 - Tags: devops, interview, talk Interview about interview arrested devops - we’re always learning. DevSecOps era — building trust and security into the development lifecycle. Resources: Event page ### LetsTalkCloud - Reducing overlap - URL: https://jedi.be/blog/2020/letstalkcloud-reducing-overlap/ - Stream: talks - Confidence: confirmed - Date: 2020-06-15 - Tags: devsecops, interview, security, talk Interview about letstalkcloud - reducing overlap. DevSecOps era — building trust and security into the development lifecycle. Watch on YouTube — available on the jedi4ever channel ### PepsiCo - Internal Event - Keynote DevOps - URL: https://jedi.be/blog/2020/pepsico-internal-event-keynote-devops/ - Stream: talks - Confidence: confirmed - Date: 2020-06-15 - Tags: devops, keynote, talk Keynote presentation. DevSecOps era — building trust and security into the development lifecycle. ### Qcon London 2020 - DevOps Is More Complex and Harder Than You Think. Personal Lessons - URL: https://jedi.be/blog/2020/qcon-london-2020-devops-is-more-complex-and-harder-than-you-think.-personal-lessons/ - Stream: talks - Confidence: confirmed - Date: 2020-06-15 - Tags: devops, talk Presented at QCon. DevSecOps era — building trust and security into the development lifecycle. Resources: Event page ### Seacon Global - DevSecOps more of the same - URL: https://jedi.be/blog/2020/seacon-global-devsecops-more-of-the-same/ - Stream: talks - Confidence: confirmed - Date: 2020-06-15 - Tags: devsecops, security, talk Presented at SEACON Global. DevSecOps era — building trust and security into the development lifecycle. Watch on YouTube — available on the jedi4ever channel Resources: Event page ### The DevSecOps Metadata Factory — CloudOps Live 2020 - URL: https://jedi.be/blog/2020/the-devsecops-metadata-factory-cloudops-live-2020/ - Stream: talks - Confidence: confirmed - Date: 2020-06-15 - Tags: devsecops, security, talk Presented at CloudOps Live 2020. The DevSecOps metadata factory — building systems that capture security context throughout the development lifecycle. Watch on YouTube — available on the jedi4ever channel ### DevOps Is More Complex and Harder Than You Think — QCon London 2020 - URL: https://jedi.be/blog/2020/devops-is-more-complex-and-harder-than-you-think-qcon-london-2020/ - Stream: talks - Confidence: confirmed - Date: 2020-03-15 - Tags: devops, talk Presented at QCon London 2020. Personal lessons on why DevOps is harder than we make it sound — the messy reality behind the principles. Watch on YouTube — available on the jedi4ever channel ### DevOps is More Complex and Harder Than You Think - Personal Lessons - QCon London 2020 - URL: https://jedi.be/blog/2020/devops-is-more-complex-and-harder-than-you-think-personal-lessons-qcon-london-2020/ - Stream: talks - Confidence: confirmed - Date: 2020-03-04 - Tags: talk, devops, conference, devsecops This was the most personal talk I’ve ever given. After five years of running a startup, I wanted to share what I actually learned – not the DevOps theory I’d been preaching, but the messy reality of running a business where every department faces the same collaboration challenges … ### Beyond the DevOps Handbook - What about DevSecOps - Snykcon 2020 - URL: https://jedi.be/blog/2020/beyond-the-devops-handbook-what-about-devsecops-snykcon-2020/ - Stream: talks - Confidence: confirmed - Date: 2020-01-01 - Tags: talk, panel, devops, devsecops, security, conference Five years after the DevOps Handbook, the most surprising and rewarding thing is seeing how practices pioneered by tech giants – Facebook, Amazon, Netflix, Google – are being embraced by every organization regardless of size or industry. Banks now talk about chaos engineering as … ### CloudOps Live 2020 - Patrick Debois - The DevSecOps Metadata Factory - URL: https://jedi.be/blog/2020/cloudops-live-2020-patrick-debois-the-devsecops-metadata-factory/ - Stream: talks - Confidence: confirmed - Date: 2020-01-01 - Tags: talk, devsecops, security, devops, ci-cd, conference We have dashboards for everything – project delivery, test pass rates, production health. But when someone asks “are we secure?” the answer is fundamentally different. We do not really know whether it is up or down. Security is a complicated thing to explain and a harder thing to … ### DevOps Melbourne July 2020 - Patrick Debois & Natalia Djohari - URL: https://jedi.be/blog/2020/devops-melbourne-july-2020-patrick-debois-natalia-djohari/ - Stream: talks - Confidence: confirmed - Date: 2020-01-01 - Tags: talk, devsecops, security, ci-cd This was a DevOps Melbourne meetup where I presented “How Secure Is Your Build Server” alongside Natalia Djohari’s talk on achieving devops lessons. The event was a collaboration with the MyDevSecOps community, bringing together people from different parts of the world during the … ### Everything I learned from running a 24h x 4 track online conference - URL: https://jedi.be/blog/2020/everything-i-learned-from-running-a-24h-x-4-track-online-conference/ - Stream: talks - Confidence: confirmed - Date: 2020-01-01 - Tags: talk, conference, community Running a 24-hour, 4-track online conference taught me more about streaming infrastructure than a decade of software delivery. The knowledge falls into several layers, each with its own set of tradeoffs and failure modes. At the local AV level, your webcam is probably not good enough. A DSLR camera … ### How secure is your build server - Cloud Native Security Day Edition - URL: https://jedi.be/blog/2020/how-secure-is-your-build-server-cloud-native-security-day-edition/ - Stream: talks - Confidence: confirmed - Date: 2020-01-01 - Tags: talk, devsecops, security, conference The journey from laptop to production artifact is paved with trust decisions we rarely examine. A new developer gets a laptop and immediately trusts the operating system, the hardware, and the internet. Installing tools with curl-pipe-bash is still common practice, even though it should not be. At … ### How Secure Is Your Build/Server? - Patrick Debois at Deliveryconf - URL: https://jedi.be/blog/2020/how-secure-is-your-build/server-patrick-debois-at-deliveryconf/ - Stream: talks - Confidence: confirmed - Date: 2020-01-01 - Tags: talk, devsecops, security, conference Build servers are one of the main targets at security conferences, and for good reason – they are a centralized authority holding credentials for everything. This talk traces every trust decision from a developer’s pristine laptop to the production artifact, focusing specifically on how … ### Is human trust enough - let's look at metrics - Dashcon2020 - URL: https://jedi.be/blog/2020/is-human-trust-enough-lets-look-at-metrics-dashcon2020/ - Stream: talks - Confidence: confirmed - Date: 2020-01-01 - Tags: talk, devsecops, metrics, trust, conference The story starts with a developer getting a feature request, and their first instinct: npm install. We are so focused on reuse that installing dependencies is second nature. But one dependency pulls in dozens of transitive dependencies, and dependencies are everywhere – runtimes, … ### Is your build/server secure? fosdem edition - URL: https://jedi.be/blog/2020/is-your-build/server-secure-fosdem-edition/ - Stream: talks - Confidence: confirmed - Date: 2020-01-01 - Tags: talk, devsecops, security, conference This is a research talk about tampering – unauthorized changes in the path from source to production. Promise theory says trust requires verification, and that is the thread running through this entire investigation. Starting from a pristine laptop with its certificate authorities and trusted … ### Morning Coffee with Patrick Debois & Sharone Zitzman - All the Talks 2020 - URL: https://jedi.be/blog/2020/morning-coffee-with-patrick-debois-sharone-zitzman-all-the-talks-2020/ - Stream: talks - Confidence: confirmed - Date: 2020-01-01 - Tags: talk, interview, devops, devopsdays, community, reflection Twenty-six hours awake and counting during this conversation, after running a 24-hour multi-track charity conference. It all started with a simple tweet, then people believing in the idea, then more joining. The ops background helped: planning failure modes, having backups for backups. The … ### Pagerduty Summit Keynote - Trust me were doing DevSecOps - URL: https://jedi.be/blog/2020/pagerduty-summit-keynote-trust-me-were-doing-devsecops/ - Stream: talks - Confidence: confirmed - Date: 2020-01-01 - Tags: talk, devsecops, trust, keynote, conference Much of the DevSecOps conversation revolves around “trust but verify” – and that verify part has become almost a drug. We keep buying new tools, adding new checks, and building up what feels like trust but is actually confidence. Confidence is historical probability: if the build … ### SEACON GLOBAL 2020 - DevSecOps more of the same - back to the roots - URL: https://jedi.be/blog/2020/seacon-global-2020-devsecops-more-of-the-same-back-to-the-roots/ - Stream: talks - Confidence: confirmed - Date: 2020-01-01 - Tags: talk, devsecops, devops, conference, community DevSecOps is not a new invention – it is DevOps going back to its roots. Ten years after the initial DevOps movement, the same CALMS framework (Culture, Automation, Lean, Measurement, Sharing) that guided DevOps transformation maps directly onto integrating security. The belief in … ### The DevSecOps Metadata Factory - Cloud Ops Summit 2020 - URL: https://jedi.be/blog/2020/the-devsecops-metadata-factory-cloud-ops-summit-2020/ - Stream: talks - Confidence: confirmed - Date: 2020-01-01 - Tags: talk, devsecops, security, metrics, conference We have dashboards for project delivery, test status, production metrics – but when someone asks “are we secure?” the answer is genuinely hard to give. Narrowing the question to “is your app secure?” makes it more tractable, and that is where the DevSecOps metadata … ### Trust me, we're doing DevSecOps - #FiqueEmCasaConf - URL: https://jedi.be/blog/2020/trust-me-were-doing-devsecops-%23fiqueemcasaconf/ - Stream: talks - Confidence: confirmed - Date: 2020-01-01 - Tags: talk, devsecops, trust, conference This is the extended version of the “Trust me, we’re doing DevSecOps” presentation, covering the full reasoning around trust, promise theory, and the human side of security integration. DevSecOps is not anything inherently special – it is all about working together as a … ### Trust me, we're doing DevSecOps - Cloud & Cyber Security Expo talk - URL: https://jedi.be/blog/2020/trust-me-were-doing-devsecops-cloud-cyber-security-expo-talk/ - Stream: talks - Confidence: confirmed - Date: 2020-01-01 - Tags: talk, devsecops, trust, security, conference Security people live in a world of “trust no one.” The same thing happened with ops a decade ago – nobody trusted them, shadow IT was born, and people went to the cloud just to get around company policies. Now security is experiencing the same dynamic, with developers finding … ### Trust me, were doing DevSecOps - Devops Lisbon edition - URL: https://jedi.be/blog/2020/trust-me-were-doing-devsecops-devops-lisbon-edition/ - Stream: talks - Confidence: confirmed - Date: 2020-01-01 - Tags: talk, devsecops, trust, conference Over ten years of DevOps, every movement gets reduced to its technical artifacts. Agile became Scrum and TDD. ITIL became ticket systems. DevOps became CI/CD and infrastructure-as-code. It makes me sad when I see “Agile vs DevOps” or “DevOps vs SRE” articles – the same … ### DevOpsDays Do Re Mi — 10th Anniversary Opening 2019 - URL: https://jedi.be/blog/2019/devopsdays-do-re-mi-10th-anniversary-opening-2019/ - Stream: talks - Confidence: confirmed - Date: 2019-10-29 - Tags: devops, devopsdays, talk Opening the DevOpsDays 10th anniversary celebration in 2019 — a musical retrospective of a decade of DevOps. Watch on YouTube — available on the jedi4ever channel ### Devops beyond dev and ops - AllDayDevops 2019 Extended version - URL: https://jedi.be/blog/2019/devops-beyond-dev-and-ops-alldaydevops-2019-extended-version/ - Stream: talks - Confidence: confirmed - Date: 2019-06-15 - Tags: devops, talk Presented at All Day DevOps. DevSecOps era — building trust and security into the development lifecycle. Watch on YouTube — available on the jedi4ever channel ### Devops Rex - Devops Au dela des dev et des ops - URL: https://jedi.be/blog/2019/devops-rex-devops-au-dela-des-dev-et-des-ops/ - Stream: talks - Confidence: confirmed - Date: 2019-06-15 - Tags: devops, talk Talk on devops rex - devops au dela des dev et des ops. DevSecOps era — building trust and security into the development lifecycle. Watch on YouTube — available on the jedi4ever channel ### Devopsdays Belgium - Devops Beyond dev and Ops - URL: https://jedi.be/blog/2019/devopsdays-belgium-devops-beyond-dev-and-ops/ - Stream: talks - Confidence: confirmed - Date: 2019-06-15 - Tags: devops, talk Presented at DevOpsDays. DevSecOps era — building trust and security into the development lifecycle. Watch on YouTube — available on the jedi4ever channel ### Gear Gent 2017 - Zender.tv - URL: https://jedi.be/blog/2019/gear-gent-2017-zender.tv/ - Stream: talks - Confidence: confirmed - Date: 2019-06-15 - Tags: devops, talk Talk on gear gent - zender.tv. DevSecOps era — building trust and security into the development lifecycle. ### Openspace day with @Showpad 2019 - URL: https://jedi.be/blog/2019/openspace-day-with-@showpad-2019/ - Stream: talks - Confidence: confirmed - Date: 2019-06-15 - Tags: devops, talk Talk on openspace day with @showpad. DevSecOps era — building trust and security into the development lifecycle. Resources: Event page ### Devops beyond dev and ops - AllDayDevops Extended version - URL: https://jedi.be/blog/2019/devops-beyond-dev-and-ops-alldaydevops-extended-version/ - Stream: talks - Confidence: confirmed - Date: 2019-01-01 - Tags: talk, devops, conference, reflection After ten years of DevOps, most people think the pipeline starts at the product backlog. But what happens before items get on the backlog? That upstream territory – sales, marketing, finance, procurement, HR – operates with the same collaboration patterns and friction points we spent a … ### Devops beyond dev and ops - Devopsdays Belgium 2019 - URL: https://jedi.be/blog/2019/devops-beyond-dev-and-ops-devopsdays-belgium-2019/ - Stream: talks - Confidence: confirmed - Date: 2019-01-01 - Tags: talk, devops, devopsdays, community, reflection After retiring from running DevOpsDays five years earlier, I joined a startup to help with scalability issues. Even though I thought I had DevOps figured out, it took a full year to convince a small team they needed testing. We went from git checkout on production servers to deploying in real time … ### #stswe18 The evaluation process of (ultra) low latency streaming solutions - URL: https://jedi.be/blog/2018/%23stswe18-the-evaluation-process-of-ultra-low-latency-streaming-solutions/ - Stream: talks - Confidence: confirmed - Date: 2018-06-15 - Tags: media, streaming, talk Talk on #stswe18 the evaluation process of (ultra) low latency st…. From serverless to service-full — how DevOps practices evolve with new paradigms. Watch on YouTube — available on the jedi4ever channel ### Go beyond passive viewing & learn to leverage interactive broadcasting @NAB Wowza - URL: https://jedi.be/blog/2018/go-beyond-passive-viewing-learn-to-leverage-interactive-broadcasting-@nab-wowza/ - Stream: talks - Confidence: confirmed - Date: 2018-06-15 - Tags: devops, talk Talk on go beyond passive viewing & learn to leverage interactive…. From serverless to service-full — how DevOps practices evolve with new paradigms. Watch on YouTube — available on the jedi4ever channel ### Opening Keynote Presentation by Patrick Debois - DevOpsDays India 2018 - URL: https://jedi.be/blog/2018/opening-keynote-presentation-by-patrick-debois-devopsdays-india-2018/ - Stream: talks - Confidence: confirmed - Date: 2018-01-01 - Tags: talk, devops, devopsdays, keynote, community At DevOpsDays India 2018, I opened with a look back at nearly 10 years of devops. The picture I showed from John Allspaw’s famous Velocity 2009 presentation was essentially the start – developers and operations sitting on separate islands with a tiny route between them. Over the years, … ### The evaluation process of (ultra) low latency streaming solutions - URL: https://jedi.be/blog/2018/the-evaluation-process-of-ultra-low-latency-streaming-solutions/ - Stream: talks - Confidence: confirmed - Date: 2018-01-01 - Tags: talk, monitoring, mobile, conference Every low-latency streaming vendor at NAB or IBC will hit you with “sub-second latency” in demos. The reality we experienced running these solutions in production for interactive TV shows was quite different. This talk walks through the full evaluation process we went through, covering … ### [interview] on the State of DevOps and Its Future - Oracle Summit - URL: https://jedi.be/blog/2017/interview-on-the-state-of-devops-and-its-future-oracle-summit/ - Stream: talks - Confidence: confirmed - Date: 2017-06-15 - Tags: devops, interview, talk Interview about [interview] on the state of devops and its future - oracl…. From serverless to service-full — how DevOps practices evolve with new paradigms. Watch on YouTube — available on the jedi4ever channel ### A Summary on DevOps - DevOpsDays Beijing 2017 - URL: https://jedi.be/blog/2017/a-summary-on-devops-devopsdays-beijing-2017/ - Stream: talks - Confidence: confirmed - Date: 2017-06-15 - Tags: devops, devopsdays, talk, conference, monitoring, configuration-management The DevOps story starts with a simple observation: developers and operations had completely different incentives. Developers wanted to ship changes fast, operations wanted stability. That tension led to the famous “wall of confusion” where code got thrown over the fence. The spark came … ### Belgian Nodejs Meetup - Securing NodeJS applications - URL: https://jedi.be/blog/2017/belgian-nodejs-meetup-securing-nodejs-applications/ - Stream: talks - Confidence: confirmed - Date: 2017-06-15 - Tags: devops, talk Talk on belgian nodejs meetup - securing nodejs applications. From serverless to service-full — how DevOps practices evolve with new paradigms. ### Config Management Camp, Gent 2017, Config stays forever - URL: https://jedi.be/blog/2017/config-management-camp-gent-2017-config-stays-forever/ - Stream: talks - Confidence: confirmed - Date: 2017-06-15 - Tags: configuration-management, devops, talk Presented at Config Management Camp. From serverless to service-full — how DevOps practices evolve with new paradigms. Watch on YouTube — available on the jedi4ever channel ### DevOpsDays Beijing Opening and Speaker Highlights March 18 2017 - URL: https://jedi.be/blog/2017/devopsdays-beijing-opening-and-speaker-highlights-march-18-2017/ - Stream: talks - Confidence: confirmed - Date: 2017-06-15 - Tags: devops, talk Presented at DevOpsDays. From serverless to service-full — how DevOps practices evolve with new paradigms. Watch on YouTube — available on the jedi4ever channel ### Episode 30: on using serverless for a year and half, defining DevOps vs. SRE vs. design, and meatware over tools - URL: https://jedi.be/blog/2017/episode-30-on-using-serverless-for-a-year-and-half-defining-devops-vs.-sre-vs.-design-and-meatware-over-tools/ - Stream: talks - Confidence: confirmed - Date: 2017-06-15 - Tags: devops, serverless, service-full, talk Talk on episode 30: on using serverless for a year and half, defi…. From serverless to service-full — how DevOps practices evolve with new paradigms. Resources: Event page ### Interview for DevOpsDays China Beijing Conference on CCTV News - URL: https://jedi.be/blog/2017/interview-for-devopsdays-china-beijing-conference-on-cctv-news/ - Stream: talks - Confidence: confirmed - Date: 2017-06-15 - Tags: devops, interview, talk Interview about interview for devopsdays china beijing conference on cctv…. From serverless to service-full — how DevOps practices evolve with new paradigms. Watch on YouTube — available on the jedi4ever channel ### The trouble with Promises explains serverless and service-full culture - URL: https://jedi.be/blog/2017/the-trouble-with-promises-explains-serverless-and-service-full-culture/ - Stream: talks - Confidence: confirmed - Date: 2017-06-15 - Tags: ai, ai-native-development, serverless, service-full, talk Talk on the trouble with promises explains serverless and service…. From serverless to service-full — how DevOps practices evolve with new paradigms. Resources: Event page ### Keynote at DevOpsDays Beijing 2017 - URL: https://jedi.be/blog/2017/keynote-at-devopsdays-beijing-2017/ - Stream: talks - Confidence: confirmed - Date: 2017-03-18 - Tags: devops, devopsdays, keynote, talk Keynote at DevOpsDays Beijing 2017. Bringing the DevOps message to China. Watch on YouTube — available on the jedi4ever channel ### From Dev/Ops to DevOps - Patrick Debois and Kris Buytaert - URL: https://jedi.be/blog/2017/from-dev/ops-to-devops-patrick-debois-and-kris-buytaert/ - Stream: talks - Confidence: confirmed - Date: 2017-01-01 - Tags: talk, devops, infrastructure-as-code, continuous-integration, configuration-management The classic scenario: developers write code, deadline approaches, they throw it over the wall to operations, and the fighting begins. Ops asks for deployment details, monitoring requirements, database configurations, expected load. Dev says “put it in production now, it is the biggest … ### Oracle Code San Francisco - Developer Keynote - October 2017 - URL: https://jedi.be/blog/2017/oracle-code-san-francisco-developer-keynote-october-2017/ - Stream: talks - Confidence: confirmed - Date: 2017-01-01 - Tags: talk, devops, serverless, keynote, conference Running a seven-person startup, we use external services for practically everything – video, backend, community, IT support, office, frontend, mobile. The principle is simple: focus on your domain and let others handle what they do better. Even big companies like Snapchat use Google, PubNub, … ### Patrick Debois at DevOps Days Austin 2017 - URL: https://jedi.be/blog/2017/patrick-debois-at-devops-days-austin-2017/ - Stream: talks - Confidence: confirmed - Date: 2017-01-01 - Tags: talk, interview, devops, devopsdays, serverless, community My talk at Austin was about looking back over eight years of devops and asking: if I were to hand some information to the next cultural movement, what mistakes did we make and how can we get better? The biggest problem is the technical gravity that always pulls us back from culture toward tools. … ### Patrick Debois on DevOps - Oracle 2017 - URL: https://jedi.be/blog/2017/patrick-debois-on-devops-oracle-2017/ - Stream: talks - Confidence: confirmed - Date: 2017-01-01 - Tags: talk, interview, devops, conference, community, reflection The Darwin quote about responsiveness to change captures what devops is about better than most definitions. Back in 2008-2009, ops and dev were fighting all the time. I was working on operational systems, jealous of agile developers getting more productive and working together. I experimented with … ### Presentatie van Patrick Debois - de grondlegger van DevOps - URL: https://jedi.be/blog/2017/presentatie-van-patrick-debois-de-grondlegger-van-devops/ - Stream: talks - Confidence: confirmed - Date: 2017-01-01 - Tags: talk, devops, serverless, conference The mental model of DevOps I had built over the years – two groups, a delivery pipeline, feedback loops from production back to the project, embedding business knowledge into operations – started shifting when we moved to consuming dozens of external services. At our small company … ### What if config Management was created by Game Designers - Patrick Debois - URL: https://jedi.be/blog/2017/what-if-config-management-was-created-by-game-designers-patrick-debois/ - Stream: talks - Confidence: confirmed - Date: 2017-01-01 - Tags: talk, configuration-management, devops, conference The “game designers” behind config management – Mark Burgess, Luke Kanies, Adam Jacob, and Michael DeHaan – did not start out designing games, but their creations share striking parallels with game design. Everyone starts the same way: an SSH for-loop. That is your first … ### What If devops was invented by coca cola - Ignite Patrick Debois - URL: https://jedi.be/blog/2017/what-if-devops-was-invented-by-coca-cola-ignite-patrick-debois/ - Stream: talks - Confidence: confirmed - Date: 2017-01-01 - Tags: talk, devops, community, reflection If Coca-Cola had invented DevOps, the early days would look familiar: it is a cure for everything – mental exhaustion, physical exhaustion, even pregnancy. Delivery? Yay, continuous delivery, driving the truck. Communication, collaboration, culture – we keep talking and talking about … ### Craft conf 2016 - Mobile Delivery - URL: https://jedi.be/blog/2016/craft-conf-2016-mobile-delivery/ - Stream: talks - Confidence: confirmed - Date: 2016-06-15 - Tags: mobile-delivery, talk Presented at Craft Conference. Exploring mobile delivery, serverless, and the evolution of DevOps practices. Resources: Event page ### DevOpsDays Cuba 2016 - Keynote 1 How the pratices of devops are evolving from servers to service - URL: https://jedi.be/blog/2016/devopsdays-cuba-2016-keynote-1-how-the-pratices-of-devops-are-evolving-from-servers-to-service/ - Stream: talks - Confidence: confirmed - Date: 2016-06-15 - Tags: devops, keynote, talk Keynote at DevOpsDays. Exploring mobile delivery, serverless, and the evolution of DevOps practices. Watch on YouTube — available on the jedi4ever channel ### If a serverless server reboots does anyone hear it? DevOps Cafe Episode 68 - URL: https://jedi.be/blog/2016/if-a-serverless-server-reboots-does-anyone-hear-it-devops-cafe-episode-68/ - Stream: talks - Confidence: confirmed - Date: 2016-06-15 - Tags: devops, serverless, service-full, talk Talk on if a serverless server reboots does anyone hear it? devop…. Exploring mobile delivery, serverless, and the evolution of DevOps practices. Resources: Event page ### Mobile Delivery Days SF 2016 - Mobile Continuous Integration - URL: https://jedi.be/blog/2016/mobile-delivery-days-sf-2016-mobile-continuous-integration/ - Stream: talks - Confidence: confirmed - Date: 2016-06-15 - Tags: mobile-delivery, talk Talk on mobile delivery days sf - mobile continuous integration. Exploring mobile delivery, serverless, and the evolution of DevOps practices. ### ServerlessConf 2016 NYC - From serverless to Service Full - How the role of devops is evolving - URL: https://jedi.be/blog/2016/serverlessconf-2016-nyc-from-serverless-to-service-full-how-the-role-of-devops-is-evolving/ - Stream: talks - Confidence: confirmed - Date: 2016-06-15 - Tags: devops, serverless, service-full, talk Presented at ServerlessConf. Exploring mobile delivery, serverless, and the evolution of DevOps practices. Watch on YouTube — available on the jedi4ever channel ### The DevOps Handbook: How to Create World-Class Agility, Reliability, and Security in Technology Organizations Gene Kim, Jez Humble and John Willis - URL: https://jedi.be/blog/2016/the-devops-handbook-how-to-create-world-class-agility-reliability-and-security-in-technology-organizations-gene-kim-jez-humble-and-john-willis/ - Stream: talks - Confidence: confirmed - Date: 2016-06-15 - Tags: devops, publication, talk Publication on the devops handbook: how to create world-class agility, r…. Exploring mobile delivery, serverless, and the evolution of DevOps practices. Resources: Event page ### How is Native App operations different from Web operations? - URL: https://jedi.be/blog/2016/how-is-native-app-operations-different-from-web-operations/ - Stream: thoughts - Confidence: tested - Date: 2016-02-29 - Tags: analytics, android, comparison, continuous-delivery, devops, ios, logging, mobile, mobile-ops, support, web-operations In the web world we take a few things for granted: we can instantly update any code on the server side making it easy to keep all clients on the same version and easily fixing bugs/issues thanks to frameworks like Jquery and other abstractions , we don’t have to worry too much about the … ### Mobile Delivery with a Devops mindset - URL: https://jedi.be/blog/2016/mobile-delivery-with-a-devops-mindset/ - Stream: thoughts - Confidence: tested - Date: 2016-02-28 - Tags: analytics, android, continuous-delivery, delivery, devops, ios, logging, mobile, mobile-ops, support I’ve joined Small Town Heroes a while ago. The apps that we build usually are related to TV-shows There is often no room for slow releases as the announcement is done on TV as part of a (live) show The app sometimes only needs to work during the episode , this means that the ROI of the app is … ### Devops modelling theory practice and caveats by Patrick Debois - URL: https://jedi.be/blog/2016/devops-modelling-theory-practice-and-caveats-by-patrick-debois/ - Stream: talks - Confidence: confirmed - Date: 2016-01-01 - Tags: talk, devops, monitoring, metrics, conference Most DevOps diagrams are too simple. The Venn diagram with something in the middle, the “wall of confusion” with dollars at the end, the myopic view of a tool sitting between dev and ops. The most useful model is the three ways: see the system, focus on flow, build feedback loops, and … ### DevOpsDays Austin 2016 Keynote - A Special Word from the Godfather of DevOps - URL: https://jedi.be/blog/2016/devopsdays-austin-2016-keynote-a-special-word-from-the-godfather-of-devops/ - Stream: talks - Confidence: confirmed - Date: 2016-01-01 - Tags: talk, devops, devopsdays, reflection, keynote With DevOpsDays approaching its 10th anniversary, this was a moment to reflect rather than predict. The pipeline had drawn almost all the attention – even though we kept saying devops was about culture and collaboration, it was the CI/CD pipeline and the automation that captured … ### DevOpsDays Cuba 2016 Keynote - How the Practices of DevOps Are Evolving from Servers to Services - URL: https://jedi.be/blog/2016/devopsdays-cuba-2016-keynote-how-the-practices-of-devops-are-evolving-from-servers-to-services/ - Stream: talks - Confidence: confirmed - Date: 2016-01-01 - Tags: talk, devops, devopsdays, serverless, keynote Our company builds real-time interactive applications for television broadcasters. We have almost no servers ourselves – everything is a service. GitHub for code, a build service, a test service, Datadog for monitoring, a CDN, Redis as a service, DynamoDB. The reason is simple: our business … ### From serverless to Service Full - How the role of devops is evolving - URL: https://jedi.be/blog/2016/from-serverless-to-service-full-how-the-role-of-devops-is-evolving/ - Stream: talks - Confidence: confirmed - Date: 2016-01-01 - Tags: talk, serverless, devops, monitoring, conference Working at Small Town Heroes building apps for TV shows, we used services for everything: Fastly CDN, Pusher for real-time events, Imgix for image optimization, DataDog for monitoring, CircleCI for builds. Almost no servers of our own. When mobile exploded, even more services joined the stack. The … ### Serverlessconf 2016 London Keynote - Patrick Debois - URL: https://jedi.be/blog/2016/serverlessconf-2016-london-keynote-patrick-debois/ - Stream: talks - Confidence: confirmed - Date: 2016-01-01 - Tags: talk, serverless, devops, keynote At our startup building interactive TV apps, serverless was compelling: we needed to scale to thousands of users within one minute of a live show announcement, and we had exactly one hour to make everything work. Formula One pit stop mentality. But when the bank tells you “we are making our … ### Burnout in tech - Samantha Quiñones (AOL) (Smalltownheroes), Lorna Mitchell (LornaJane), Lindsay Holmwood (Australian Government Digital Transformation Office - URL: https://jedi.be/blog/2015/burnout-in-tech-samantha-qui%C3%B1ones-aol-smalltownheroes-lorna-mitchell-lornajane-lindsay-holmwood-australian-government-digital-transformation-office/ - Stream: talks - Confidence: confirmed - Date: 2015-06-15 - Tags: devops, talk Talk on burnout in tech - samantha quiñones (aol) (smalltownheroe…. Exploring mobile delivery, serverless, and the evolution of DevOps practices. Resources: Event page ### créateur de DevOps - Interview - DevOpsDays Paris 2015 - URL: https://jedi.be/blog/2015/cr%C3%A9ateur-de-devops-interview-devopsdays-paris-2015/ - Stream: talks - Confidence: confirmed - Date: 2015-06-15 - Tags: devops, interview, talk Interview about créateur de devops - interview - devopsdays paris. Exploring mobile delivery, serverless, and the evolution of DevOps practices. Watch on YouTube — available on the jedi4ever channel ### How Dev vs Ops became DevOps - URL: https://jedi.be/blog/2015/how-dev-vs-ops-became-devops/ - Stream: talks - Confidence: confirmed - Date: 2015-06-15 - Tags: devops, talk Talk on how dev vs ops became devops. Exploring mobile delivery, serverless, and the evolution of DevOps practices. Resources: Event page ### Mobile continuous delivery with a devops mindset - Velocityconf Amsterdam 2015 - URL: https://jedi.be/blog/2015/mobile-continuous-delivery-with-a-devops-mindset-velocityconf-amsterdam-2015/ - Stream: talks - Confidence: confirmed - Date: 2015-06-15 - Tags: devops, mobile-delivery, talk Presented at Velocity Conference. Exploring mobile delivery, serverless, and the evolution of DevOps practices. Watch on YouTube — available on the jedi4ever channel ### Velocityconf NYC 2015 - Mobile Delivery - URL: https://jedi.be/blog/2015/velocityconf-nyc-2015-mobile-delivery/ - Stream: talks - Confidence: confirmed - Date: 2015-06-15 - Tags: mobile-delivery, talk Presented at Velocity Conference. Exploring mobile delivery, serverless, and the evolution of DevOps practices. Watch on YouTube — available on the jedi4ever channel Resources: Event page ### What is Devops - Linux.com article - URL: https://jedi.be/blog/2015/what-is-devops-linux.com-article/ - Stream: talks - Confidence: confirmed - Date: 2015-06-15 - Tags: devops, talk Talk on what is devops - linux.com article. Exploring mobile delivery, serverless, and the evolution of DevOps practices. Resources: Event page ### Devops Modelling (Theory, Practice and Caveats) - URL: https://jedi.be/blog/2015/devops-modelling-theory-practice-and-caveats/ - Stream: thoughts - Confidence: tested - Date: 2015-01-05 - Tags: areas, devops, frameworks, layers, maturity-levels, metrics, modelling, people-process-tools, theory Here’s the abstract of a talk I gave at Yow Conference 2013. There is no official “devops” Manifesto. I’ve always shied away from writing this for two main reasons: not setting things in stone encourages people to keep an open mind. So they can come with their own version of the solution AND … ### Mobile continuous delivery with a devops mindset - Velocityconf 2015 - URL: https://jedi.be/blog/2015/mobile-continuous-delivery-with-a-devops-mindset-velocityconf-2015/ - Stream: talks - Confidence: confirmed - Date: 2015-01-01 - Tags: talk, mobile, ci-cd, devops, velocity After retiring from running DevOpsDays, I joined a startup making apps for TV shows. The app has to work for exactly one hour during the live show – Formula One pit stop mentality. My mental model of DevOps has four areas: extend delivery to production, get operations feedback back to the … ### Mobile Delivery - Patrick Debois - VelocityConf NYC 2015 - URL: https://jedi.be/blog/2015/mobile-delivery-patrick-debois-velocityconf-nyc-2015/ - Stream: talks - Confidence: confirmed - Date: 2015-01-01 - Tags: talk, mobile, ci-cd, devops, velocity After five years of doing apps for live TV shows – where the tech has to work during that one broadcast hour like Formula One pit stops – this is everything I learned about applying DevOps thinking to mobile delivery. My DevOps model has four phases: extend delivery to production, get … ### DevOpsDays Minneapolis 2014 — Open Space Introduction - URL: https://jedi.be/blog/2014/devopsdays-minneapolis-2014-open-space-introduction/ - Stream: talks - Confidence: confirmed - Date: 2014-07-15 - Tags: devops, devopsdays, talk Opening the open space sessions at DevOpsDays Minneapolis 2014 — setting the stage for practitioner-driven discussions. Watch on YouTube — available on the jedi4ever channel ### DevOpsDays Five Year Reunion — Interview - URL: https://jedi.be/blog/2014/devopsdays-five-year-reunion-interview/ - Stream: talks - Confidence: confirmed - Date: 2014-06-15 - Tags: devops, devopsdays, interview, talk Interview for the DevOpsDays five-year reunion video series. Reflecting on five years of the DevOps movement. Watch on YouTube — available on the jedi4ever channel ### on 5 Years of DevOps - Serena Webinar - URL: https://jedi.be/blog/2014/on-5-years-of-devops-serena-webinar/ - Stream: talks - Confidence: confirmed - Date: 2014-06-15 - Tags: devops, talk, webinar Webinar on on 5 years of devops - serena webinar. DevOps movement growth — spreading practices across the industry. Watch on YouTube — available on the jedi4ever channel ### Thank You Patrick video by Nathen Harvey and friends - DevopsDays Belgium 2014 - URL: https://jedi.be/blog/2014/thank-you-patrick-video-by-nathen-harvey-and-friends-devopsdays-belgium-2014/ - Stream: talks - Confidence: confirmed - Date: 2014-06-15 - Tags: devops, talk Presented at DevOpsDays. DevOps movement growth — spreading practices across the industry. Watch on YouTube — available on the jedi4ever channel ### Five Years of DevOpsDays - DevOpsDays Minneapolis 2014 - URL: https://jedi.be/blog/2014/five-years-of-devopsdays-devopsdays-minneapolis-2014/ - Stream: talks - Confidence: confirmed - Date: 2014-01-01 - Tags: talk, devops, devopsdays, reflection, community After five years of DevOps conferences, the talk opened with Andrew Clay Shafer introducing me via video – a genuinely moving moment. But the talk itself went meta. Really meta. I had been reading philosophy of technology, and the patterns I found mapped surprisingly well onto what we had … ### The future of Devops - Patrick Debois - Devopsdays Austin 2014 - URL: https://jedi.be/blog/2014/the-future-of-devops-patrick-debois-devopsdays-austin-2014/ - Stream: talks - Confidence: confirmed - Date: 2014-01-01 - Tags: talk, devops, devopsdays, reflection, community The organizers tricked me into speaking about “the future of DevOps” – as if I would know. But here is how I think about it. DevOps is just the daily build: it could fail, it could work. Measuring the success of a culture is straightforward: does every individual who wants to … ### DevopsDays London - What if config Management was created by Game Designers - URL: https://jedi.be/blog/2013/devopsdays-london-what-if-config-management-was-created-by-game-designers/ - Stream: talks - Confidence: confirmed - Date: 2013-06-15 - Tags: configuration-management, devops, talk Presented at DevOpsDays. DevOps movement growth — spreading practices across the industry. Watch on YouTube — available on the jedi4ever channel ### Devopsdays Paris 2013 - What If devops was invented by coca cola - Ignite - URL: https://jedi.be/blog/2013/devopsdays-paris-2013-what-if-devops-was-invented-by-coca-cola-ignite/ - Stream: talks - Confidence: confirmed - Date: 2013-06-15 - Tags: devops, talk Presented at DevOpsDays. DevOps movement growth — spreading practices across the industry. Watch on YouTube — available on the jedi4ever channel ### Les cast codeurs - Interview Infrastructure as code avec - URL: https://jedi.be/blog/2013/les-cast-codeurs-interview-infrastructure-as-code-avec/ - Stream: talks - Confidence: confirmed - Date: 2013-06-15 - Tags: devops, infrastructure-as-code, interview, talk Interview about les cast codeurs - interview infrastructure as code avec. DevOps movement growth — spreading practices across the industry. Resources: Event page ### YOW! 2013 Devops Modelling (Theory, Practice and Caveats) [ Video - TO Download ] - URL: https://jedi.be/blog/2013/yow-2013-devops-modelling-theory-practice-and-caveats-video-to-download/ - Stream: talks - Confidence: confirmed - Date: 2013-06-15 - Tags: devops, talk Talk on yow! devops modelling (theory, practice and caveats) [ vi…. DevOps movement growth — spreading practices across the industry. ### Infrastructure as Code - A comprehensive overview - URL: https://jedi.be/blog/2013/infrastructure-as-code-a-comprehensive-overview/ - Stream: thoughts - Confidence: confirmed - Date: 2013-05-24 - Tags: automation, cfengine, chef, devops, devopsdays, infrastructure-as-code, opscode, puppet, puppetlabs, vagrant, veewee I’ve been tracking infrastructure as code for a few years now. Over the years it has gotten closer to real code. Close but no sigar yet…. We’ve come a long way but when you compare it to real languages it still feels in it’s infancy. In this updated overview I gave at the … ### The future of devops - URL: https://jedi.be/blog/2013/the-future-of-devops/ - Stream: thoughts - Confidence: confirmed - Date: 2013-05-02 - Tags: devops, devopsdays, future I had a blast at Devopsdays Austin 2013 . Here’s my keynote on the ‘future of devops’. My main point is that besides repeating the devops stories, we also need to seek diversity and make sure we keep adapting to situations. ### What if Devops was invented by Coca Cola - URL: https://jedi.be/blog/2013/what-if-devops-was-invented-by-coca-cola/ - Stream: thoughts - Confidence: confirmed - Date: 2013-04-22 - Tags: devops, devopsdays, marketing, thought-experiment Ever wondered what Devops would look like when it would be invented by Coca Cola? Enjoy my Ignite session from Devopsdays Paris 2013 What if devops was invented by Coca Cola from devopsdays ### What if Config Management was created by Game Designers - URL: https://jedi.be/blog/2013/what-if-config-management-was-created-by-game-designers/ - Stream: thoughts - Confidence: confirmed - Date: 2013-03-26 - Tags: ansible, cfengine, chef, configuration-management, devops, game-designers, gamification, infrastructure-as-code, puppet, thought-experiment Ever wondered what Config Management would look like if it was created by Game Designers? Enjoy my Ignite session from Devopsdays London 2013 ### Double O DevOps — DevOpsDays London 2013 - URL: https://jedi.be/blog/2013/double-o-devops-devopsdays-london-2013/ - Stream: talks - Confidence: confirmed - Date: 2013-03-15 - Tags: devops, devopsdays, talk Presented at DevOpsDays London 2013. A creative take on DevOps culture and practices. Watch on YouTube — available on the jedi4ever channel ### A configuration Management Carol - URL: https://jedi.be/blog/2012/a-configuration-management-carol/ - Stream: thoughts - Confidence: confirmed - Date: 2012-12-26 - Tags: ansible, cfengine, chef, configuration-management, devops, puppet, storytelling ### Infrastructure as Code: Code But Not as We Know It — Devoxx - URL: https://jedi.be/blog/2012/infrastructure-as-code-code-but-not-as-we-know-it-devoxx/ - Stream: talks - Confidence: confirmed - Date: 2012-11-15 - Tags: devops, infrastructure-as-code, talk Presented at Devoxx. Infrastructure as code is code — but not as we know it. The challenges and patterns of treating infrastructure with the same rigor as application code. Watch on YouTube — available on the jedi4ever channel ### DevOps Patterns Distilled - Velocity London 2012 - URL: https://jedi.be/blog/2012/devops-patterns-distilled-velocity-london-2012/ - Stream: talks - Confidence: confirmed - Date: 2012-10-03 - Tags: talk, devops, velocity, conference This was a joint presentation with Gene Kim, Damon Edwards, and John Willis at Velocity London. We set out to distill the DevOps patterns we’d been seeing across organizations into something teachable. The framework that emerged centered on the Three Ways: systems thinking (optimizing the … ### Devops is a Verb - Atlassian Summit - San Francisco 2012 - URL: https://jedi.be/blog/2012/devops-is-a-verb-atlassian-summit-san-francisco-2012/ - Stream: talks - Confidence: confirmed - Date: 2012-06-15 - Tags: devops, talk Presented at Atlassian. DevOps movement growth — spreading practices across the industry. ### DevOps Patterns Distilled at Velocity London 2012 - URL: https://jedi.be/blog/2012/devops-patterns-distilled-at-velocity-london-2012/ - Stream: talks - Confidence: confirmed - Date: 2012-06-15 - Tags: devops, talk Presented at Velocity Conference. DevOps movement growth — spreading practices across the industry. Watch on YouTube — available on the jedi4ever channel ### InfoQ - Interview - URL: https://jedi.be/blog/2012/infoq-interview/ - Stream: talks - Confidence: confirmed - Date: 2012-06-15 - Tags: ai, ai-native-development, interview, talk Interview about infoq - interview. DevOps movement growth — spreading practices across the industry. Watch on YouTube — available on the jedi4ever channel Resources: Event page ### InfoQ Interview 2012 - Patrick Debois by Manuel Pais - URL: https://jedi.be/blog/2012/infoq-interview-2012-patrick-debois-by-manuel-pais/ - Stream: talks - Confidence: confirmed - Date: 2012-06-15 - Tags: talk, interview, devops, community Manuel Pais asked me about the origin of the DevOps name, and the honest answer is it was an accident. I wanted to organize a conference about applying agile practices to system administration, but “Agile System Administration Days” was too long for a Twitter hashtag. … ### Qcon 2012 - Cloud , So Much More than a Tools Fest Cloud So Much More than a Tools Fest - URL: https://jedi.be/blog/2012/qcon-2012-cloud-so-much-more-than-a-tools-fest-cloud-so-much-more-than-a-tools-fest/ - Stream: talks - Confidence: confirmed - Date: 2012-06-15 - Tags: devops, talk Presented at QCon. DevOps movement growth — spreading practices across the industry. Watch on YouTube — available on the jedi4ever channel ### Sogetti Nederland - Presentatie van de grondlegger van DevOps - URL: https://jedi.be/blog/2012/sogetti-nederland-presentatie-van-de-grondlegger-van-devops/ - Stream: talks - Confidence: confirmed - Date: 2012-06-15 - Tags: devops, talk Talk on sogetti nederland - presentatie van de grondlegger van de…. DevOps movement growth — spreading practices across the industry. Watch on YouTube — available on the jedi4ever channel ### Using Monitoring and Metrics to Learn in Development - QCon 2012 - URL: https://jedi.be/blog/2012/using-monitoring-and-metrics-to-learn-in-development-qcon-2012/ - Stream: talks - Confidence: confirmed - Date: 2012-06-15 - Tags: devops, metrics, monitoring, talk, conference, test-driven-infrastructure The central idea of this talk was a parallel that kept nagging me: if test-driven development changed how we write code, shouldn’t monitoring-driven development change how we run it? TDD gives developers fast feedback during development. Monitoring should give the same tight feedback loop in … ### Devops Areas - Codifying devops practices - URL: https://jedi.be/blog/2012/devops-areas-codifying-devops-practices/ - Stream: thoughts - Confidence: confirmed - Date: 2012-05-12 - Tags: areas, devops, frameworks, layers, maturity-levels, metrics, people-process-tools, practices, taxonomy While working on the Devops Cookbook with my fellow authors Gene Kim,John Willis,Mike Orzen we are gathering a lot of “devops” practices. For some time we struggled with structuring them in the book. I figured we were missing a mental model to relate the practices/stories to. This … ### Devops a Wicked problem - URL: https://jedi.be/blog/2012/devops-a-wicked-problem/ - Stream: thoughts - Confidence: confirmed - Date: 2012-01-08 - Tags: complex, complexity, devops, frameworks, resilience, snowden, symmetry-of-ignorance, wicked-problems One of the strong pillars of devops (if not the strongest) is the collaboration/communication. For the talk about Devops Metrics for Velocity 2011, I researched how to prove collaboration is a good thing: while discussing devops to people it sometimes comes to believe that it makes sense to … ### Monitoring Wonderland Survey - Visualization - URL: https://jedi.be/blog/2012/monitoring-wonderland-survey-visualization/ - Stream: tools - Confidence: confirmed - Date: 2012-01-04 - Tags: devops, graphite, javascript, metrics, monitoring, monitoringsucks, nagios, observability, visualization A picture tells more than a … Now that you’ve collected all the metrics you wanted or even more , it’s time to make them useful by visualizing them. Every respecting metrics tool provides a visualization of the data collected. Older tools tended to revolve around creating RRD … ### Monitoring Wonderland Survey - Moving up the stack Application and User metrics - URL: https://jedi.be/blog/2012/monitoring-wonderland-survey-moving-up-the-stack-application-and-user-metrics/ - Stream: tools - Confidence: confirmed - Date: 2012-01-04 - Tags: analytics, application, devops, metrics, monitoring, monitoringsucks, newrelic, observability, piwik, statsd, webtraffic While all the previously described metric systems have easy protocols, they tend to stay in Sysadmin/Operations land. But you should not stop there. There is a lot more to track than CPU,Memory and Disk metrics. This blogpost is about metrics up the stack: at the Application Middleware, Application … ### Monitoring Wonderland Survey - Nagios the Mighty Beast - URL: https://jedi.be/blog/2012/monitoring-wonderland-survey-nagios-the-mighty-beast/ - Stream: tools - Confidence: confirmed - Date: 2012-01-03 - Tags: devops, monitoring, monitoringsucks, nagios, observability Controlling the tool everybody hates, but still uses This blog post mainly contains my findings on getting data in and out of Nagios. That data can be status information, performance information and notifications. At the end there are some pointers on ruby integration with Pingdom and Jira The idea … ### Monitoring Wonderland Survey - Metrics - API - Gateways - URL: https://jedi.be/blog/2012/monitoring-wonderland-survey-metrics-api-gateways/ - Stream: tools - Confidence: confirmed - Date: 2012-01-03 - Tags: 0mq, amqp, api, collectd, devops, ganglia, graphite, metrics, monitoring, monitoringsucks, munin, nagios, observability, opentsdb, zeromq Update 4/01/2012: added ways to add metrics via logs, java pickle graphite feeder One tool to rule them all? Not. If you are working within an enterprise , chances are that you have different metric systems in place: You might have some Cacti, Ganglia, Collectd, etc… due to historical … ### Monitoring Wonderland Survey - Introduction - URL: https://jedi.be/blog/2012/monitoring-wonderland-survey-introduction/ - Stream: tools - Confidence: confirmed - Date: 2012-01-03 - Tags: devops, monitoring, monitoringsucks, nagios, observability, survey Introduction While Automation is great to get you going and doing things faster and reproducible, Monitoring/Metrics are probably more valuable for learning and getting feedback from what’s really going on. Matthias Meyer describes it as the virtues of monitoring. Nothing new, if you have been … ### Interview - DevOpsDays Austin 2012 - URL: https://jedi.be/blog/2012/interview-devopsdays-austin-2012/ - Stream: talks - Confidence: confirmed - Date: 2012-01-01 - Tags: talk, devops, devopsdays, interview, community At DevOpsDays Austin 2012, I talked about how devops came about in 2009 by organizing a conference and accidentally coining a word. The concept drew on what already existed – continuous integration, agile, kanban, cloud – but mixed them in a new way. When asked about the definition of … ### JAX London 2012 - DevOps with the S for Sharing - URL: https://jedi.be/blog/2012/jax-london-2012-devops-with-the-s-for-sharing/ - Stream: talks - Confidence: confirmed - Date: 2012-01-01 - Tags: talk, devops, monitoring, continuous-integration At JAX London 2012, I focused on the S in devops – sharing. Agile brought business and developers together. Cloud brought operations and users together. DevOps addressed the gap in the middle where ideas went from development to production and money came back from users. The problem was that … ### JAX London 2012 - Infrastructure as Code - Its Code But Not as We Know It - URL: https://jedi.be/blog/2012/jax-london-2012-infrastructure-as-code-its-code-but-not-as-we-know-it/ - Stream: talks - Confidence: confirmed - Date: 2012-01-01 - Tags: talk, infrastructure-as-code, configuration-management, test-driven-infrastructure At JAX London 2012, I walked a developer audience through what infrastructure as code actually looks like in practice, focusing on Chef and Puppet. These are not shell script replacements – they abstract away the specifics of package managers, init systems, and operating systems so you can … ### QCon 2012 - Cloud, So Much More Than a Tools Fest - URL: https://jedi.be/blog/2012/qcon-2012-cloud-so-much-more-than-a-tools-fest/ - Stream: talks - Confidence: confirmed - Date: 2012-01-01 - Tags: talk, cloud, infrastructure-as-code, configuration-management I joined a team inside a traditional enterprise that was building a real-time TV interaction app – the kind where a million viewers vote live during a show and the host responds in real time. The internal infrastructure team said they could handle it, but the peak loads were far beyond what … ### Behavioral testing with Vagrant - Take 2 - URL: https://jedi.be/blog/2011/behavioral-testing-with-vagrant-take-2/ - Stream: tools - Confidence: confirmed - Date: 2011-12-15 - Tags: bdd, cucumber, puppet, testing, vagrant A big thanks to Atlassian for allowing me to post this series!! Running tests from within the VM After I covered Puppet Unit Testing, the logical step is writing about Behavioral testing. While writing this , I can up with a good example of why BDD needs to complement your Unit tests: I have … ### Test Driven Infrastructure with Vagrant, Puppet and Guard - URL: https://jedi.be/blog/2011/test-driven-infrastructure-with-vagrant-puppet-and-guard/ - Stream: tools - Confidence: confirmed - Date: 2011-12-13 - Tags: cucumber, guard, puppet, test-driven-infrastructure, testing, vagrant This is a repost of my SysAdvent blogpost. It’s merely here for archival purposes, or for people who read my blog but didn’t see the sysadvent blogpost. Why Lots has been written about Vagrant. It simply is a great tool: people use it as a sandbox environment to develop their Chef … ### Devops from a sysadmin perspective - URL: https://jedi.be/blog/2011/devops-from-a-sysadmin-perspective/ - Stream: thoughts - Confidence: confirmed - Date: 2011-12-07 - Tags: devops, perspective, sysadmin This year [LISA (Large Installation System Administration) 2011 Conference](http://www.usenix.org/events/lisa11/index.html) has a theme on "devops". The LISA crowd has been practicing automation for a long time, and many of them just look at devops as something they have always been doing. So they … ### Puppet unit testing like a pro - URL: https://jedi.be/blog/2011/puppet-unit-testing-like-a-pro/ - Stream: tools - Confidence: confirmed - Date: 2011-12-05 - Tags: cucumber, lint, puppet, rspec, test-driven-infrastructure, testing A big thanks to Atlassian for allowing me to post this series!! In our previous blogpost on Puppet Versioning, we described the most basic check to see if a puppet manifest was valid. We used the parseonly function to see if it would compile. Until know this means we have only have if the compiler … ### Puppet versioning like a pro - URL: https://jedi.be/blog/2011/puppet-versioning-like-a-pro/ - Stream: tools - Confidence: confirmed - Date: 2011-12-05 - Tags: git, mercurial, productivity, puppet, version-control A big thanks to Atlassian for allowing me to post this series!! There is NO reason, not to use a version control system while developing puppet manifest/modules. Stating that should be an open door. It allows you to go back in time, share things more easily and track your changes. There is a lot of … ### Puppet editing like a pro - URL: https://jedi.be/blog/2011/puppet-editing-like-a-pro/ - Stream: tools - Confidence: confirmed - Date: 2011-12-05 - Tags: ide, productivity, puppet, textmate, tooling, vim I’ve spent some time recently on setting up my environment to work more productively on writing puppet manifests. This blogpost highlights some of the findings to get me more productive on editing puppet files and modules. Some older information can be found at Editor Tips on the puppetlabs … ### Manage Non-Cloud Dev+Test Environment With a Cloud Hat On - URL: https://jedi.be/blog/2011/manage-non-cloud-dev-test-environment-with-a-cloud-hat-on/ - Stream: talks - Confidence: confirmed - Date: 2011-11-23 - Tags: cloud, cloudcamp, conference, dev-environments, devops Over the years I’ve moved from Production to Test to Development and back to Production. This presentation is a summary of my learnings along the way: After running larger production environments I wondered how it would be different in the cloud What would be extra if you already have … ### Advanced Virtualbox and Vagrant tips for VLAN,PXE and Hostonly networking - URL: https://jedi.be/blog/2011/advanced-virtualbox-and-vagrant-tips-for-vlanpxe-and-hostonly-networking/ - Stream: tools - Confidence: confirmed - Date: 2011-10-04 - Tags: hostonly, networking, pxe, vagrant, virtualbox, vlan I’ve raved about Vagrant many many times before. Initially it was concieved for single machines running behind a NAT interface. Later support for hostonly-networking was added, opening the possibility to have multiple host talk together over a private network. But what if the network setup of … ### Jclouds Training - URL: https://jedi.be/blog/2011/jclouds-training/ - Stream: tools - Confidence: confirmed - Date: 2011-09-12 - Tags: cloud, cloudcamp, jclouds, training I’m proud to announce the following training: working your way through the clouds with java Jclouds is an open source library that helps you get started in the cloud and reuse your java and clojure development skills. Our api allows you freedom to use portable abstractions or cloud-specific … ### Continuous Integration for the world - Agile 2011 - URL: https://jedi.be/blog/2011/continuous-integration-for-the-world-agile-2011/ - Stream: talks - Confidence: confirmed - Date: 2011-09-06 - Tags: agile, chef, conference, continuous-integration, devops, ec2, fog, mccloud, veewee In 2008 at Agile Toronto, I did a session on Agile Infrastructure. This is where I met Andrew Shafer (working at Reductive Labs). There wasn’t that much attention for it back then, we were still figuring out the impact and ideas. Now 3 years later, I was keen on doing a follow-up at the big … ### Devopsdays Downunder 2011 - Keynote - URL: https://jedi.be/blog/2011/devopsdays-downunder-2011-keynote/ - Stream: talks - Confidence: confirmed - Date: 2011-09-06 - Tags: conference, devops, devopsdays, keynote At the first devopsdays in Ghent 2009 we were extremely lucky to have Lindsay Holmwood present. I had to skip the first devopsdays downunder. So I was honoured to be asked by Lindsay to do a keynote on devops in Melbourne. It was a great conference and I really enjoyed meeting several of my … ### Why Vagrant is cool - Presentation at Devopsdays MountainView 2011 - URL: https://jedi.be/blog/2011/why-vagrant-is-cool-presentation-at-devopsdays-mountainview-2011/ - Stream: talks - Confidence: confirmed - Date: 2011-09-06 - Tags: devops, devopsdays, talk, vagrant I make it no secret. I simply love vagrant. Why? I think I mainly love it for it’s simplicity , only a few keystrokes and you’re up and running the fact that sharing becomes so easy across team members (even to sales) and we can all reuse our favorite tools (chef/puppet/shell) and … ### Devops Metrics - Velocityconf 2011 - URL: https://jedi.be/blog/2011/devops-metrics-velocityconf-2011/ - Stream: talks - Confidence: confirmed - Date: 2011-09-06 - Tags: devops, metrics, talk, velocity Whenever you hear a new theory or idea (like devops), people ask for proof before they engage. This is only natural I guess. This was the reason why I wanted to explore ways to measure devops success. Or rephrased: “Measuring the devops gap” . The result of my findings were presented at … ### Damn Abstraction - Presentation at Gotocon - URL: https://jedi.be/blog/2011/damn-abstraction-presentation-at-gotocon/ - Stream: thoughts - Confidence: confirmed - Date: 2011-09-05 - Tags: abstraction, complexity, devops, reflection In May 2011 I was asked to do a presentation at GotoCon CopenHagen. Unfortunately due to illness I had to cancel at the last moment. I hope to make up for it in October at GotoCon Aarhus The main theme was that there is the notion in software development that everything can be solved by another … ### Agile 20211 - Continous Integration for the World UTAH - URL: https://jedi.be/blog/2011/agile-20211-continous-integration-for-the-world-utah/ - Stream: talks - Confidence: confirmed - Date: 2011-06-15 - Tags: devops, talk Presented at Agile Conference. DevOps movement growth — spreading practices across the industry. ### Bootstrapping a DevOps Mentality — Skills Matter 2011 - URL: https://jedi.be/blog/2011/bootstrapping-a-devops-mentality-skills-matter-2011/ - Stream: talks - Confidence: confirmed - Date: 2011-06-15 - Tags: devops, talk Presented at Skills Matter, London. Inside the brain of DevOps — how to bootstrap a DevOps mentality in your organization. Watch on YouTube — available on the jedi4ever channel ### Bootstrapping a devops mentality | Video - URL: https://jedi.be/blog/2011/bootstrapping-a-devops-mentality-video/ - Stream: talks - Confidence: confirmed - Date: 2011-06-15 - Tags: devops, talk Talk on bootstrapping a devops mentality | video. DevOps movement growth — spreading practices across the industry. Resources: Event page ### Devops , a software revolution in the making - URL: https://jedi.be/blog/2011/devops-a-software-revolution-in-the-making/ - Stream: talks - Confidence: confirmed - Date: 2011-06-15 - Tags: devops, talk Talk on devops , a software revolution in the making. DevOps movement growth — spreading practices across the industry. Resources: Event page ### Devops Metrics - Velocityconf - Mountain View - 2011 (teaser) - URL: https://jedi.be/blog/2011/devops-metrics-velocityconf-mountain-view-2011-teaser/ - Stream: talks - Confidence: confirmed - Date: 2011-06-15 - Tags: ai, ai-native-development, devops, metrics, observability, talk Presented at Velocity Conference. DevOps movement growth — spreading practices across the industry. Watch on YouTube — available on the jedi4ever channel ### DevOps Metrics and Measurement Panel - DevOpsDays Mountain View 2011 - URL: https://jedi.be/blog/2011/devops-metrics-and-measurement-panel-devopsdays-mountain-view-2011/ - Stream: talks - Confidence: confirmed - Date: 2011-06-15 - Tags: devops, devopsdays, metrics, monitoring, panel, talk This panel brought together some of the sharpest minds in monitoring at the time: Alexis Le-Quoc from Datadog, Laurie Denness from Etsy, Vladimir Vuksan from Ganglia, and Brian Doll from New Relic. The core question we kept circling was straightforward – how do you get developers to actually … ### Gotocon 2011 - Devops Fools, Tools and other smart things - Aarhus - URL: https://jedi.be/blog/2011/gotocon-2011-devops-fools-tools-and-other-smart-things-aarhus/ - Stream: talks - Confidence: confirmed - Date: 2011-06-15 - Tags: devops, talk Presented at GOTO Conference. DevOps movement growth — spreading practices across the industry. ### Gotocon 2011 Copenhagen - Infrastructure Abstractions are everywhere - URL: https://jedi.be/blog/2011/gotocon-2011-copenhagen-infrastructure-abstractions-are-everywhere/ - Stream: talks - Confidence: confirmed - Date: 2011-06-15 - Tags: devops, infrastructure-as-code, talk Presented at GOTO Conference. DevOps movement growth — spreading practices across the industry. ### Gotocon Copenhagen - Using monitoring and metrics to learn in development - URL: https://jedi.be/blog/2011/gotocon-copenhagen-using-monitoring-and-metrics-to-learn-in-development/ - Stream: talks - Confidence: confirmed - Date: 2011-06-15 - Tags: devops, metrics, monitoring, observability, talk Presented at GOTO Conference. DevOps movement growth — spreading practices across the industry. ### In the Brain of Patrick Debois: Bootstrapping a DevOps Mentality - Skillsmatter 2011 - URL: https://jedi.be/blog/2011/in-the-brain-of-patrick-debois-bootstrapping-a-devops-mentality-skillsmatter-2011/ - Stream: talks - Confidence: confirmed - Date: 2011-06-15 - Tags: talk, devops, community, conference This talk at Skillsmatter was my attempt to answer a question that kept coming up: how do you actually bootstrap DevOps in an organization that isn’t ready for it? The technical practices get all the attention, but the real challenge is building trust between teams that have spent years in … ### Intro to devops | Video - URL: https://jedi.be/blog/2011/intro-to-devops-video/ - Stream: talks - Confidence: confirmed - Date: 2011-06-15 - Tags: devops, talk Talk on intro to devops | video. DevOps movement growth — spreading practices across the industry. Resources: Event page ### Measuring the DevOps Gap - Patrick Debois & Andrew Schaefer - VelocityConf 2011 - URL: https://jedi.be/blog/2011/measuring-the-devops-gap-patrick-debois-andrew-schaefer-velocityconf-2011/ - Stream: talks - Confidence: confirmed - Date: 2011-06-15 - Tags: talk, devops, metrics, velocity, conference Andrew Schaefer and I presented this talk at VelocityConf because we kept running into the same question: if DevOps is about collaboration between dev and ops, how do you actually measure that collaboration? You can measure deployment frequency and mean time to recovery, but those are outcomes. We … ### Measuring the DevOps Gap — VelocityConf 2011 - URL: https://jedi.be/blog/2011/measuring-the-devops-gap-velocityconf-2011/ - Stream: talks - Confidence: confirmed - Date: 2011-06-15 - Tags: devops, metrics, observability, talk Presented at VelocityConf 2011 with Andrew Schaefer. Early work on measuring the gap between development and operations — how do you quantify the DevOps problem? Watch on YouTube — available on the jedi4ever channel ### Installable Vagrant Boxes - URL: https://jedi.be/blog/2011/installable-vagrant-boxes/ - Stream: tools - Confidence: confirmed - Date: 2011-03-31 - Tags: dev-environments, packaging, sinatra, vagrant, warbler We distribute vagrantbox to people demo-ing our project. It is a hassle to install the whole setup for non-IT people The following is a proof of concept to make a self installing vagrant machine. To create the box you need: jruby installed To run the box: You need to have Virtualbox installed And … ### Vagrant Testing, Testing, One Two - URL: https://jedi.be/blog/2011/vagrant-testing-testing-one-two/ - Stream: tools - Confidence: confirmed - Date: 2011-03-29 - Tags: chef, cucumber, cucumber-nagios, dev-environments, mechanize, puppet, testing, vagrant, webrat Now that we have Vagrant up and running with our favorite Config Management, let’s see how we can integrate testing into our workflow. Given our awesome project from my ‘Using Vagrant as a Team’ post we have the following components: [DIR] awesome-vagrant (2) - [DIR] … ### Provisioning Workflow - Using Vsphere and Puppet - URL: https://jedi.be/blog/2011/provisioning-workflow-using-vsphere-and-puppet/ - Stream: tools - Confidence: confirmed - Date: 2011-03-29 - Tags: ec2, mcollective, provisioning, puppet, vijava, vsphere, workflow On a recent project we explored how to further integrate puppet and Vsphere to get EC2 like provisioning, all command-line based. We leveraged the (Java Vsphere) Vijava interface . For the interested user, I also wrote another blogpost on Programming options for vmware Vsphere, and why libvirt for … ### Using Vagrant as a Team - URL: https://jedi.be/blog/2011/using-vagrant-as-a-team/ - Stream: tools - Confidence: confirmed - Date: 2011-03-28 - Tags: chef, collaboration, dev-environments, devops, nfs, puppet, vagrant, virtualbox This blogpost goes into detail how we leverage Vagrant in our day to day work. We use it with a team of 7 people to integrate a pretty complex application. To get an idea on the complexity: We have a nodejs server talking to a redis database a grails application that reads from the redis database … ### Devops par Patrick Debois — Paris JUG 2011 - URL: https://jedi.be/blog/2011/devops-par-patrick-debois-paris-jug-2011/ - Stream: talks - Confidence: confirmed - Date: 2011-02-28 - Tags: devops, talk Presented at Paris JUG, February 2011. Introducing DevOps to the French Java community. Watch on YouTube — available on the jedi4ever channel ### DevOps Metrics - VelocityConf Mountain View 2011 Teaser - URL: https://jedi.be/blog/2011/devops-metrics-velocityconf-mountain-view-2011-teaser/ - Stream: talks - Confidence: confirmed - Date: 2011-01-01 - Tags: talk, metrics, devops, velocity Andrew Schafer and I gave this short teaser at Velocity Conference in Mountain View. Israel Gat was originally supposed to co-present, but travel problems brought Andrew in as a last-minute replacement – a happy accident. The core message was simple: metrics help you understand your system, … ### Why Vagrant is Cool - DevOps Mountain View 2011 - URL: https://jedi.be/blog/2011/why-vagrant-is-cool-devops-mountain-view-2011/ - Stream: talks - Confidence: confirmed - Date: 2011-01-01 - Tags: talk, devops, infrastructure-as-code, configuration-management Vagrant, created by Mitchell Hashimoto and John Bender, completely changed how I think about development environments. Four commands – gem install, vagrant box add, vagrant init, vagrant up – and you have a running Ubuntu machine ready to SSH into. No clicking through wizards, no manual … ### February 2011 - Configuration Management Time in Belgium - URL: https://jedi.be/blog/2010/february-2011-configuration-management-time-in-belgium/ - Stream: talks - Confidence: confirmed - Date: 2010-12-21 - Tags: chef, community, configuration-management, devops, opscode, puppet, training Belgian people are known for their diplomacy and negotiation skills. Even though we are still improving these noble arts by trying to form a federal government, I'm glad to announce you that we succeeded in bringing the major configuration management players to Belgium: During Fosdem 2011 there … ### Skills Matter - Inside the Brain of Patrick Debois - Jumpstarting a Devops Mentality - URL: https://jedi.be/blog/2010/skills-matter-inside-the-brain-of-patrick-debois-jumpstarting-a-devops-mentality/ - Stream: talks - Confidence: confirmed - Date: 2010-12-21 - Tags: devops, mentality, talk I'm pleased to announce that the nice people of Skill Matter have scheduled me to talk devops. Thank you and Julian Simpson for the encouragement. I’ve always been a big fan of their sessions and courses. And they were one of the first sponsors for the first devopsdays. All Kudos go to them! … ### DevOpsDays Downunder Keynote 2010 - URL: https://jedi.be/blog/2010/devopsdays-downunder-keynote-2010/ - Stream: talks - Confidence: confirmed - Date: 2010-12-15 - Tags: devops, devopsdays, keynote, talk Keynote at DevOpsDays Downunder (Australia) 2010. One of the earliest international DevOpsDays events. Watch on YouTube — available on the jedi4ever channel ### Creating Custom Ubuntu Autoinstall Cdroms - With Puppet - URL: https://jedi.be/blog/2010/creating-custom-ubuntu-autoinstall-cdroms-with-puppet/ - Stream: tools - Confidence: confirmed - Date: 2010-12-10 - Tags: automation, custom-cdrom, kickstart, mkisofs, preseed, provisioning, puppet, ubuntu Now that we have an brand new ESX Server running , it’s time to install the first machine. To automate installations you can normally use a PXE server, but that requires you of course to install a PXE server first. To automate the installation of the first machine, we create a custom cdrom. … ### Devops - The War Is Over - if You Want It - URL: https://jedi.be/blog/2010/devops-the-war-is-over-if-you-want-it/ - Stream: thoughts - Confidence: confirmed - Date: 2010-11-27 - Tags: dev-vs-ops, devops, itil, reflection, scrum, xpdays These are the slides of my presentations a the Scrum NL: Scrum Operations and the presentations at Xpdays 2010: Devops why should developers care. The presentation is created out of three parts: An introductory story A comparison on the technical level of infrastructure as code with coding software … ### From Dev/Ops to Devops, What a difference one character makes - URL: https://jedi.be/blog/2010/from-dev/ops-to-devops-what-a-difference-one-character-makes/ - Stream: thoughts - Confidence: confirmed - Date: 2010-11-27 - Tags: community, culture, devops, devops-origins, devoxx, naming Here are the slides of my co-presentation with Mr. DNS @KrisBuytaert both at t-dose 2010 and devoxx 2010. It was really interesting to bundle our experiences and discussing the subject. We'll be back next year, I'm sure. ### From Dev/Ops to DevOps - URL: https://jedi.be/blog/2010/from-dev/ops-to-devops/ - Stream: talks - Confidence: confirmed - Date: 2010-11-15 - Tags: devops, talk The story of how Dev and Ops became DevOps — presented with Kris Buytaert. A foundational talk in the early DevOps movement. Watch on YouTube — available on the jedi4ever channel ### From Dev/Ops to DevOps — T-DOSE 2010 - URL: https://jedi.be/blog/2010/from-dev/ops-to-devops-t-dose-2010/ - Stream: talks - Confidence: confirmed - Date: 2010-11-15 - Tags: devops, talk Presented at T-DOSE 2010 with Kris Buytaert. The journey from separate Dev and Ops to unified DevOps — amazing what a difference one character can make. Watch on YouTube — available on the jedi4ever channel ### Where in the World Is DEVOPS_BORAT - URL: https://jedi.be/blog/2010/where-in-the-world-is-devops_borat/ - Stream: talks - Confidence: confirmed - Date: 2010-10-19 - Tags: community, devops, devops-borat, devopsdays During the recent devopsdays in Hamburg, several people came to me asking if I had any idea who DEVOPS_BORAT is. There were some wild conspiracies but it where more wild guesses. For those who don't know him: he tweets from Kazakhstan his view on the devops world. And does it with load of humor. … ### The Map is not the Territory: The IT-World Anno 2010 - URL: https://jedi.be/blog/2010/the-map-is-not-the-territory-the-it-world-anno-2010/ - Stream: thoughts - Confidence: confirmed - Date: 2010-10-13 - Tags: big-picture, devops, infrastructure-as-code, it-landscape, lean, mapping, systemsthinking When I visit IT companies, I get to go in different departments. I see a lot of people really trying hard to do their best, but they base their actions on their local view of the company. A concept called “The map is not the Territory” coined by Alfred Korzybski, a Polish-American … ### Storytelling in IT - Conversation matters - URL: https://jedi.be/blog/2010/storytelling-in-it-conversation-matters/ - Stream: thoughts - Confidence: confirmed - Date: 2010-09-21 - Tags: agile, communication, frameworks, innovationgames, storytelling, userstories (http://tinyurl.com/2fydxm9) Great minds think alike, and fools seldom differ." implies that consensus is often the result of a coincidence or luck. If you look at the success rate of presentations, you might actually think that this is shear luck. So why is it you recall the exact words of a movie … ### Capturing the Screen or Video of Your Virtual Machines Using X, Vnc, Rdp or Native ways - URL: https://jedi.be/blog/2010/capturing-the-screen-or-video-of-your-virtual-machines-using-x-vnc-rdp-or-native-ways/ - Stream: tools - Confidence: confirmed - Date: 2010-08-30 - Tags: automation, avi, ffmpeg, kvm, rdesktop, rdp, screenshot, virtualbox, virtualization, vnc, xen, xvfb With this blogpost we continue the previous investigation to interact with a virtual machine using X, VNC , RDP or native ways with a virtual machine. This time instead of ### Sending Keystrokes to Your (Virtual) Machines using X, Vnc , Rdp or Native ways - URL: https://jedi.be/blog/2010/sending-keystrokes-to-your-virtual-machines-using-x-vnc-rdp-or-native-ways/ - Stream: tools - Confidence: confirmed - Date: 2010-08-29 - Tags: automation, kvm, rdesktop, rdp, virtualbox, virtualization, vnc, xen, xvfb Options overview The most common way to interact with a virtual machine is by remote login via ssh. This blogpost is about a different way of interaction: it will show you how to send keystrokes (or mouse) directly to the remote screen of the machine. This can be used for instance for kickstarting a … ### ssh tricks - the usual and beyond - URL: https://jedi.be/blog/2010/ssh-tricks-the-usual-and-beyond/ - Stream: tools - Confidence: confirmed - Date: 2010-08-27 - Tags: automation, networking, ssh SSH is an amazing beast. I nearly use it everyday and I'm amazed every time I learn something new. The following is a list of my tricks in the bag. It starts with the usual tricks that you find all over the place, but I hope there will be some new tricks for you too. What's your best trick? Share … ### The leaning of life - History of the Silos - URL: https://jedi.be/blog/2010/the-leaning-of-life-history-of-the-silos/ - Stream: thoughts - Confidence: confirmed - Date: 2010-07-07 - Tags: devops, enterprise-silos, lean, learning, personal, reflection ‘Break down the silos’, that is a rallying cry that you will often hear amongst devops people: the word silo in an enterprise context usually has a bad connotation. Still they keep on existing and I figure there must be good reasons for that. Maybe if we understand the reasoning behind … ### Velocity - Devopsdays US 2010 and beyond - URL: https://jedi.be/blog/2010/velocity-devopsdays-us-2010-and-beyond/ - Stream: talks - Confidence: confirmed - Date: 2010-07-07 - Tags: conference, devops, devops-origins, devopsdays, velocity This year on 22-24 of June I attended Velocity 2010, a conference about Web Performance and Operations. And I must say, it was a blast. The talks were quite interesting, and I learned a lot of new products to check out. Most of the talks will be put online so you can enjoy them for yourselves. But … ### [interview] DevOpsDays 2010 - Mountain view | Video - URL: https://jedi.be/blog/2010/interview-devopsdays-2010-mountain-view-video/ - Stream: talks - Confidence: confirmed - Date: 2010-06-15 - Tags: ai, ai-native-development, devops, interview, talk Interview about [interview] devopsdays - mountain view | video. Early DevOps era — helping establish DevOps as a movement. ### Devopsdays Downunder Keynote 2010 | Video - URL: https://jedi.be/blog/2010/devopsdays-downunder-keynote-2010-video/ - Stream: talks - Confidence: confirmed - Date: 2010-06-15 - Tags: devops, keynote, talk Keynote at DevOpsDays. Early DevOps era — helping establish DevOps as a movement. ### Devoxx: From Dev/Ops to DevOps. Amazing the difference one character can make. - URL: https://jedi.be/blog/2010/devoxx-from-dev/ops-to-devops.-amazing-the-difference-one-character-can-make./ - Stream: talks - Confidence: confirmed - Date: 2010-06-15 - Tags: devops, talk Presented at Devoxx. Early DevOps era — helping establish DevOps as a movement. Resources: Event page ### Interview: DevOpsDays 2010 Mountain View - URL: https://jedi.be/blog/2010/interview-devopsdays-2010-mountain-view/ - Stream: talks - Confidence: confirmed - Date: 2010-06-15 - Tags: devops, devopsdays, interview, talk Interview at the first US DevOpsDays in Mountain View, 2010. Early days of the DevOps movement in America. Watch on YouTube — available on the jedi4ever channel ### ScrumNL User Group @ Xebia: Scrum in Operations - URL: https://jedi.be/blog/2010/scrumnl-user-group-@-xebia-scrum-in-operations/ - Stream: talks - Confidence: confirmed - Date: 2010-06-15 - Tags: devops, talk Talk on scrumnl user group @ xebia: scrum in operations. Early DevOps era — helping establish DevOps as a movement. Resources: Event page ### T-Dose 2010: From Dev/Ops to DevOps. Amazing the difference one character can make. stream | MP4 - URL: https://jedi.be/blog/2010/t-dose-2010-from-dev/ops-to-devops.-amazing-the-difference-one-character-can-make.-stream-mp4/ - Stream: talks - Confidence: confirmed - Date: 2010-06-15 - Tags: devops, talk Talk on t-dose : from dev/ops to devops. amazing the difference o…. Early DevOps era — helping establish DevOps as a movement. Resources: Event page ### UKUUG 2010 - How Hudson hit Puppet with a Cucumber - URL: https://jedi.be/blog/2010/ukuug-2010-how-hudson-hit-puppet-with-a-cucumber/ - Stream: talks - Confidence: confirmed - Date: 2010-06-15 - Tags: devops, talk Presented at UKUUG. Early DevOps era — helping establish DevOps as a movement. Resources: Event page ### Web Operations - O'Reilly Media - Chapter on Monitoring - URL: https://jedi.be/blog/2010/web-operations-oreilly-media-chapter-on-monitoring/ - Stream: talks - Confidence: confirmed - Date: 2010-06-15 - Tags: devops, monitoring, observability, talk Talk on web operations - o’reilly media - chapter on monitoring. Early DevOps era — helping establish DevOps as a movement. Resources: Event page ### Xpdays Benelux 2010: Why should developers care (aka devops the war is over - if you want it - URL: https://jedi.be/blog/2010/xpdays-benelux-2010-why-should-developers-care-aka-devops-the-war-is-over-if-you-want-it/ - Stream: talks - Confidence: confirmed - Date: 2010-06-15 - Tags: devops, talk Presented at XP Days. Early DevOps era — helping establish DevOps as a movement. Resources: Event page ### Puppetcamp 2010 Europe - a Wonderful Gathering - URL: https://jedi.be/blog/2010/puppetcamp-2010-europe-a-wonderful-gathering/ - Stream: talks - Confidence: confirmed - Date: 2010-05-19 - Tags: conference, configuration-management, infrastructure-as-code, puppet, puppetlabs I have been following 'Puppet' from Puppetlabs for several years now. I love the idea of 'Infrastructure as Code'. Some people say: All the cool things happen in the US. But now the original developer and current CEO Luke Kanies and a lot of Puppet adepts are joining together for the next … ### New Book on Web Operations - URL: https://jedi.be/blog/2010/new-book-on-web-operations/ - Stream: thoughts - Confidence: confirmed - Date: 2010-05-19 - Tags: book-review, devops, monitoring, web-operations, webops In the beginning of this year I was lucky to be asked by John Allspaw former Chief Engineer at Flickr and Jesse Robins CEO at Opscode to write a chapter on Monitoring for the upcoming book on Web Operations. When he told me the names working on the book, I felt really excited and humble among these … ### How Hudson Hit Puppet With a Cucumber - URL: https://jedi.be/blog/2010/how-hudson-hit-puppet-with-a-cucumber/ - Stream: talks - Confidence: confirmed - Date: 2010-05-19 - Tags: conference, continuous-integration, cucumber, hudson, puppet, testing On 25 March the UKUUG organized their ‘UKUUG Spring Conference’. I must say, it was a long time ago since I went up to a Unix User group conference. It was really fun to see people again so passionate about their subjects, although a lot of the talks had a rather academic edge. Being in … ### What Is This Devops Thing, Anyway? - URL: https://jedi.be/blog/2010/what-is-this-devops-thing-anyway/ - Stream: thoughts - Confidence: confirmed - Date: 2010-02-12 - Tags: agile-sysadmin, definition, devops, devops-origins, manifesto, opsdev, stephen-nelson-smith In the last few months, a movement has begun to take shape. It's a movement of people who think it's time for change in the IT industry - time to stop wasting money, time to start delivering great software, and building systems that scale and last. This movement is being called Devops. But what is … ### DevOpsDays 2010 - Mountain View - Patrick Debois - URL: https://jedi.be/blog/2010/devopsdays-2010-mountain-view-patrick-debois/ - Stream: talks - Confidence: confirmed - Date: 2010-01-01 - Tags: talk, interview, devops, devopsdays, community, cloud The name devops stuck almost by accident. It was about breaking barriers between groups – dev, ops, and the business – getting everybody behind the same goal instead of optimizing for local departmental wins. The term might not be exact, but it captured something real. What stood out at … ### Devopsdays Downunder Keynote 2010 - Patrick Debois - URL: https://jedi.be/blog/2010/devopsdays-downunder-keynote-2010-patrick-debois/ - Stream: talks - Confidence: confirmed - Date: 2010-01-01 - Tags: talk, devops, devopsdays, keynote, community Two years after the first DevOpsDays conference in Belgium, DevOps was starting to gain traction. Historically, the pressure came from two directions: agile development pushing faster delivery, and large-scale web operations demanding new approaches to massive infrastructure. The tools – … ### T-DOSE 2010 - Dev Ops to DevOps - Patrick Debois and Kris Buytaert - URL: https://jedi.be/blog/2010/t-dose-2010-dev-ops-to-devops-patrick-debois-and-kris-buytaert/ - Stream: talks - Confidence: confirmed - Date: 2010-01-01 - Tags: talk, devops, infrastructure-as-code, configuration-management Kris Buytaert and I presented together at T-DOSE 2010, telling the story of why devs and ops needed to stop fighting. Kris started with the familiar scenario: developers writing code, throwing it over the wall when the deadline hits, and operations scrambling to deploy something they know nothing … ### Charting out devops ideas - URL: https://jedi.be/blog/2009/charting-out-devops-ideas/ - Stream: thoughts - Confidence: confirmed - Date: 2009-12-22 - Tags: agile-sysadmin, devops, devops-origins, frameworks, mapping Thanks to the devopsdays conference, the idea of devops seems to live on. While talking with other people about it, I realize that it is difficult to frame it within the current IT landscape. At lot of the ideas are coming from different kinds of emerging technologies (T) and process management (P) … ### Translating Code Smells in Server Smells - URL: https://jedi.be/blog/2009/translating-code-smells-in-server-smells/ - Stream: thoughts - Confidence: confirmed - Date: 2009-11-27 - Tags: code-smells, devops, devops-origins, infrastructure, migrations, patterns, sysadmin At xpdays Benelux 2009, I attended an interesting session called ‘Developing a Sense of Smells’ by Kevin RutherFord and Lindsay McEwan. The exercise we did went as follows: suppose you are asked to do some work on code you never saw before. How would you assess this, go about estimating … ### Xpdays Benelux 2009 - Continuous Integration for the World - URL: https://jedi.be/blog/2009/xpdays-benelux-2009-continuous-integration-for-the-world/ - Stream: talks - Confidence: confirmed - Date: 2009-11-19 - Tags: automation, conference, continuous-integration, devops, devops-origins, sysadmin, virtual-machines Here are the slides of my presentations at Xpdays Benelux 2009. The presentation is on how we could bring sysadmins and developers closer together by using continuous integration in both worlds. I would very much like to thank Gildas Le Nadan for helping with the first version of it at Xpdays France … ### Coding an Infrastructure Test First - URL: https://jedi.be/blog/2009/coding-an-infrastructure-test-first/ - Stream: tools - Confidence: confirmed - Date: 2009-11-18 - Tags: automation, devops, devops-origins, infrastructure, tdd, test-driven-infrastructure Now that we outlined the *programming languages* for automating [shell scripting](https://www.jedi.be/blog/2009/11/17/shell-scripting-dsl-in-ruby/), [virtual machine creation](https://www.jedi.be/blog/2009/11/17/controlling-virtual-machines-with-an-API/) ,[network … ### Recipes for Automated installation of OS and beyond - URL: https://jedi.be/blog/2009/recipes-for-automated-installation-of-os-and-beyond/ - Stream: tools - Confidence: confirmed - Date: 2009-11-18 - Tags: automation, cfengine, chef, jeos, just-enough-operating-system, os-installation, provisioning, puppet, smartfrog Up until now, I’ve described the options to automate shell scripting, virtual machine creation and network provisioning. So now we can actually get started with automating the installation of the Operating System itself. This not surprisingly is were most sysadmins spent most of their time. … ### Automation of Network Provisioning of Machines (DNS, DHCP, PXE, TFTP) - URL: https://jedi.be/blog/2009/automation-of-network-provisioning-of-machines-dns-dhcp-pxe-tftp/ - Stream: tools - Confidence: confirmed - Date: 2009-11-17 - Tags: automation, dhcpd, dns, networking, provisioning, pxe, tftp Up until now, I’ve described the options to automate shell scripting and virtual machine creation. The next step is to prepare the network for the virtual machine to make it boot with the right network settings. In a lot of companies this is often a manual process but we want to automate it. … ### Controlling virtual Machines with an API - URL: https://jedi.be/blog/2009/controlling-virtual-machines-with-an-api/ - Stream: tools - Confidence: confirmed - Date: 2009-11-17 - Tags: api, automation, ruby, ssh, sysadmin, virsh, virtualbox, virtualization, vmware In the old days, getting a new machine could take days. It required ordering of hardware and putting everything together. Now in the these virtual/cloud days, creating new machines is a breeze. While a lot of effort is spent on automating the installation of the machine OS and its application, I … ### Test Driven Automation and Administration - URL: https://jedi.be/blog/2009/test-driven-automation-and-administration/ - Stream: tools - Confidence: confirmed - Date: 2009-11-16 - Tags: automation, bdd, devops, devops-origins, monitoring, test-driven-infrastructure Definition Within the world of development, there is a concept called *test driven development*. It relies on the repetition of a very short development cycle: First the developer writes a failing automated test case that defines a desired improvement or new function, then produces code to pass that … ### Devopsdays09 - Two Weeks Later - URL: https://jedi.be/blog/2009/devopsdays09-two-weeks-later/ - Stream: talks - Confidence: confirmed - Date: 2009-11-15 - Tags: agile-sysadmin, agile-system-administration, community, devops, devops-origins, devopsdays, monthy-python I had real fun organizing Devopsdays 09. There was such a warm family feeling, it felt great hanging out with all these like minded people. Impressive to see so many brilliant minds together in one room. Have a look at the [presentations](http://www.devopsdays.org/ghent09/programme) and see the … ### Collection of Test Driven Infrastructure Links - URL: https://jedi.be/blog/2009/collection-of-test-driven-infrastructure-links/ - Stream: tools - Confidence: confirmed - Date: 2009-11-12 - Tags: bdd, cucumber-nagios, devops-origins, monitoring, tdd, test-driven-infrastructure This pages shows a list of links i’ve collected related to the topic(s) of behavior driven infrastructure test driven infrastructure test driven administration test driven deployment monitoring driven infrastructure You can subscribe to my bookmarks on delicious … ### Submit your greatest Continuous Integration Story - URL: https://jedi.be/blog/2009/submit-your-greatest-continuous-integration-story/ - Stream: talks - Confidence: confirmed - Date: 2009-06-22 - Tags: atlassian, bamboo, build-doctor, community, continuous-integration Build Doctor Julian Simpson and Atlassian are giving a way a free license of Bamboo and Build T-shirts. You only have to submit your story. Be quick and submit yours before Friday June 26 2009. You can read mine at https://www.jedi.be/pages/the-incredible-julian-episode-1/Comic.html ### Agile Alliance 2009 Toronto - Continuous Integration for the World - URL: https://jedi.be/blog/2009/agile-alliance-2009-toronto-continuous-integration-for-the-world/ - Stream: talks - Confidence: confirmed - Date: 2009-06-15 - Tags: devops, talk Presented at Agile Conference. Early DevOps era — helping establish DevOps as a movement. Resources: Event page ### Agile France 2009 - Agilité et exploitation Au delà de l'intégration continue traditionnelle : l'intégration de la production - URL: https://jedi.be/blog/2009/agile-france-2009-agilit%C3%A9-et-exploitation-au-del%C3%A0-de-lint%C3%A9gration-continue-traditionnelle-lint%C3%A9gration-de-la-production/ - Stream: talks - Confidence: confirmed - Date: 2009-06-15 - Tags: devops, talk Presented at Agile Conference. Early DevOps era — helping establish DevOps as a movement. Resources: Event page ### Cloud Camp 2009 - Antwerp - URL: https://jedi.be/blog/2009/cloud-camp-2009-antwerp/ - Stream: talks - Confidence: confirmed - Date: 2009-06-15 - Tags: devops, talk Talk on cloud camp - antwerp. Early DevOps era — helping establish DevOps as a movement. ### XPDays Benelux 2009 - Continuous Integration for the World - URL: https://jedi.be/blog/2009/xpdays-benelux-2009-continuous-integration-for-the-world/ - Stream: talks - Confidence: confirmed - Date: 2009-06-15 - Tags: devops, talk Presented at XP Days. Early DevOps era — helping establish DevOps as a movement. Resources: Event page ### 8 ways to share your git repository - URL: https://jedi.be/blog/2009/8-ways-to-share-your-git-repository/ - Stream: tools - Confidence: confirmed - Date: 2009-05-06 - Tags: apache, centos, collaboration, curl, git, github, gitosis, gitweb, netrc, webdav, workflow This blogpost provides a summary of different ways to share a git repository. Depending on your needs you can opt for different solutions. RepositoryProConControlling AccessCreate Repositories File shareNo network access requiredNot internet friendlyUsing filepermissionsNeeds preparation per project … ### The battle between developers and sysadmins must end - URL: https://jedi.be/blog/2009/the-battle-between-developers-and-sysadmins-must-end/ - Stream: thoughts - Confidence: confirmed - Date: 2009-03-17 - Tags: dev-vs-ops, devops-origins, manifesto Are you still playing the "big enterprise game"? Julian Simpson aka The build Doctor has posted a nice article "Partitions and Warfare" on AgileWeboperations. It describes how you really have to start communicating between each other and that the battle must end NOW! ### Rails Syndrome: It works on my PC but I don't know for how long - URL: https://jedi.be/blog/2009/rails-syndrome-it-works-on-my-pc-but-i-dont-know-for-how-long/ - Stream: thoughts - Confidence: confirmed - Date: 2009-03-13 - Tags: deployment, dev-vs-ops, externals, gem-home, gems, gemsonrails, piston, rails, reflection, ruby, subversion, svn Rails projects tend to suffer from the ‘it works on my PC syndrome’. People seem to struggle with keeping their application environment under control so it can be reproduced on another system. One of the reasons is that rails and ruby evolve fast to new concepts and ideas. While this is … ### 2009: The year of the Agile Sysadmin ? - URL: https://jedi.be/blog/2009/2009-the-year-of-the-agile-sysadmin/ - Stream: thoughts - Confidence: confirmed - Date: 2009-03-05 - Tags: agile, agile-sysadmin, agile2009, devops-origins, infrastructure, manifesto, sysadmin On 3/03/2009 the submission deadline for Agile 2009 in Chicago has expired. They have hundreds of submissions. It’s one of the largest conferences in the world around agile. It’s really nice to see 12 submissions related to bringing the field of sysadmins, infrastructure, service … ### Agile Oscars (the pig) for the best Agile stuff - URL: https://jedi.be/blog/2009/agile-oscars-the-pig-for-the-best-agile-stuff/ - Stream: talks - Confidence: confirmed - Date: 2009-02-27 - Tags: agile, agile2009, community It has been said before. Agile people are often very creative people. And from time to time they produce fun and informational video. Some time ago there was a competition by Agile Advert . I love these things. With this post I’m trying to convince the agile 2009 conference to have a kind of … ### Cloudcamp in Antwerp 9th of April - URL: https://jedi.be/blog/2009/cloudcamp-in-antwerp-9th-of-april/ - Stream: talks - Confidence: confirmed - Date: 2009-02-27 - Tags: cloud, community, conference, zoo 1st CloudCamp in Antwerp is Monday, April 9th Date: Thursday, April 9th, 2009 Location: The Zoo of Antwerp, near the Central Station If you are reading this blog, chances are that I talked you on a term called Agile Infrastructure or if I’m a good mood I tend to present myself as an … ### Agile Consortium Benelux: my first impressions - URL: https://jedi.be/blog/2009/agile-consortium-benelux-my-first-impressions/ - Stream: talks - Confidence: confirmed - Date: 2009-02-27 - Tags: agile, community, consortium On 27/02 the Agile Consortium Benelux held what they call a Knowledge-sharing meeting. This consortium is actually a resurrection of the former DSDM consortium and has been around for a while. The main difference between the existing Agile initiatives in the Benelux is that it does NOT target the … ### Five things to remember from Agile Open Belgium 2009 - URL: https://jedi.be/blog/2009/five-things-to-remember-from-agile-open-belgium-2009/ - Stream: thoughts - Confidence: confirmed - Date: 2009-02-27 - Tags: agile, open-space, reflection It has already been one week now after Agile Open Belgium 2009 has finished. It was fun organizing and nice to see that again the Open Space Technology works brilliantly. It will definitely be repeated! Again is has provided with a lot of insights and inspired me with good ideas. Have a look at … ### Xpdays Benelux 2008 / Hey ScrumMaster let the team decide - URL: https://jedi.be/blog/2008/xpdays-benelux-2008-/-hey-scrummaster-let-the-team-decide/ - Stream: talks - Confidence: confirmed - Date: 2008-12-07 - Tags: agile, conference, playmobil, scrum, selforganizing, stopmotion, teams, xpdays XP Days Benelux 2008: aah, it was great! I had a hard time going to work again on monday. It seems that my brain was still in overdrive, and everything at work , was sooo slow. Kudos to the organizing commitee. When arriving the ohmp’s (one halve minute presentations of the sessions) where … ### Visu-wall experiment at XPdays 2008 Benelux - URL: https://jedi.be/blog/2008/visu-wall-experiment-at-xpdays-2008-benelux/ - Stream: talks - Confidence: confirmed - Date: 2008-11-19 - Tags: agile, experiment, techniques, visual, visual-management, xpdays One thing that never stops to amaze me, is the creativity that the agile movement brings. For the next two days at XPdays 2008 Benelux , I will share some of the things I found on the net and hope to learn many new tricks and ideas. Have a look and see you at the visu-wall experiment. ### Rsync snapshots: seeing it work - URL: https://jedi.be/blog/2008/rsync-snapshots-seeing-it-work/ - Stream: tools - Confidence: confirmed - Date: 2008-11-07 - Tags: backup, rsync, snapshots Showing how rsync snapshots (–link-dest) work. This feature allows you to take incremental backups and still having a complete directory to copy over without taking additional diskspace for storing a copy of each file. It uses the notion of hardlinks off the filesystem. (having the same inodes … ### Moving from Rsync on Unix to Rsync on MacOSX - URL: https://jedi.be/blog/2008/moving-from-rsync-on-unix-to-rsync-on-macosx/ - Stream: tools - Confidence: confirmed - Date: 2008-11-07 - Tags: backup, macosx, rsync, rsyncx I use rsync alot on unix machines. It is a versatile tool that allows you to: save bandwith: when synchronizing multiple machines, it will only the changes, optionally compressing the files with the '-C' option make incremental backups: using the --link-dest option, you can synchronize your data … ### A few cases of (Tunnel) Piercings for firewalls for SSH access - URL: https://jedi.be/blog/2008/a-few-cases-of-tunnel-piercings-for-firewalls-for-ssh-access/ - Stream: tools - Confidence: confirmed - Date: 2008-11-07 - Tags: corkscrew, firewallpiercing, httptunnel, networking, ntlmaps, security, ssh As consultant I go around in multiple companies. In order to get access to all of my resources and testing systems, I have to be able to reach outside their corporate LAN with shell (SSH) access. Case 1: Customer allows all access outside Ok this one, is each, just SSH outside and this works. Case … ### Chaining SSH tunnels, Easy SSH hopping - URL: https://jedi.be/blog/2008/chaining-ssh-tunnels-easy-ssh-hopping/ - Stream: tools - Confidence: confirmed - Date: 2008-11-07 - Tags: chaining, networking, ssh When managing secure Unix infrastructure, you often find yourself hopping from one server to another by using SSH. Once I actually had a nightmare that I could not find the end of my SSH tunnel…. Hope this stops your nightmare: Most commonly you would do: client$ ssh user@server1 server1$ ssh … ### Book Pre-Review: Becoming Agile by Greg Smith and Ahmed Sidky - URL: https://jedi.be/blog/2008/book-pre-review-becoming-agile-by-greg-smith-and-ahmed-sidky/ - Stream: thoughts - Confidence: confirmed - Date: 2008-10-23 - Tags: agile, book The folks over at Manning.com asked me to do a review of the upcoming book “Becoming Agile” by Greg Smith and Ahmed Sidky. Thanks for giving me the opportunity! Currently there are a lot of books on getting the Agile message across. Books would either specialize in a specific area: … ### Agile 2008 Toronto: my recordings - URL: https://jedi.be/blog/2008/agile-2008-toronto-my-recordings/ - Stream: talks - Confidence: confirmed - Date: 2008-10-10 - Tags: agile, conference These are my recording from Agile 2008 in Toronto. The videos are nowhere near professional quality. Recorded with a simple webcam. Still I feel that they might be useful and I would propose that more people next year would bring their camera and record some sessions. Maybe a use of the 'crowd' , … ### Agile 2008 Toronto: Agile Infrastructure and Operations Presentation - URL: https://jedi.be/blog/2008/agile-2008-toronto-agile-infrastructure-and-operations-presentation/ - Stream: talks - Confidence: confirmed - Date: 2008-10-09 - Tags: agile, conference, devops-origins, infrastructure, operations I realized I never put my presentation online. Here it is: Agile 2008: Infrastructure and Operations I really enjoyed presenting it. The questions came sometimes really unexpected, it reminded me I still need to more study work. Some of the major players have been ’toying’ with the idea … ### Citcon 2008 Amsterdam - URL: https://jedi.be/blog/2008/citcon-2008-amsterdam/ - Stream: talks - Confidence: confirmed - Date: 2008-10-09 - Tags: conference, continuous-integration, testing I finally made it! It could not join it last year and I was really interested in seeing what was going on here. Being a sysadmin (well in transition), I found for the first time a conference who talked both about the sysadmin parts AND the development parts. It sure convinced me to go deeper into … ### Building High-Performance Agile Teams - URL: https://jedi.be/blog/2008/building-high-performance-agile-teams/ - Stream: talks - Confidence: confirmed - Date: 2008-10-09 - Tags: agile, conference, teams At Agile 2008 in Toronto I attended the session Building High-Performance Agile Teams by Paul Hodgetts. We did an exercise to learn how to come to a consensus with a group. The goal was to find the way to best spend a (real!) Five Dollar bill. As I was the only one to be from Europe around the … ### XP Days 2008: Hey Scrummaster, let the team decide - URL: https://jedi.be/blog/2008/xp-days-2008-hey-scrummaster-let-the-team-decide/ - Stream: talks - Confidence: confirmed - Date: 2008-07-30 - Tags: agile, conference, scrum A self-organizing team is a powerful concept. But what if the team collectively decides to go into a direction that you as a Scrum Master know for sure that they will hit problems. (or at least you think) F.i. they decide to abandon retrospectives. Will you respect their decision or will you try to … ### Agile 2008: Twitter, Delicious, Blog Posting, FriendFeed - URL: https://jedi.be/blog/2008/agile-2008-twitter-delicious-blog-posting-friendfeed/ - Stream: talks - Confidence: confirmed - Date: 2008-07-30 - Tags: agile, conference Vladimir Blagojevic and Nick Boucart from Sirris have set up a friendfeed room on Agile Conference 2008 in Toronto. Now you can follow everything that moves , even if you can’t make it to the conference!.. Hope it catches all the twitter, livefeeds and flickr stuff. Nice initiative. ### Disaster Recovery Planning by using Post-IT's - URL: https://jedi.be/blog/2008/disaster-recovery-planning-by-using-post-its/ - Stream: thoughts - Confidence: confirmed - Date: 2008-07-26 - Tags: agile, disaster-recovery, visual-management Hmm. You might wonder how Disaster Recovery relates to Post-IT’s. Well if you ever discussed a DRP project, one often starts with a technical overview of all the systems involved. This helps you to identify f.i. single point of failures (SPOF) and other relations that were not clear before. In … ### The web in 1994: I could have been yahoo (snif) - URL: https://jedi.be/blog/2008/the-web-in-1994-i-could-have-been-yahoo-snif/ - Stream: thoughts - Confidence: confirmed - Date: 2008-07-25 - Tags: reflection, web-history While researching my past digital life, I came across my first steps on the Internet. As a matter of fact the Internet too was making it’s first steps. During my thesis at the Biomath University of Ghent, I ran a website called “URL Heaven”: it collected the sites I found and I put … ### Agile Infrastructure and Operations: How Infragile are you? - URL: https://jedi.be/blog/2008/agile-infrastructure-and-operations-how-infragile-are-you/ - Stream: thoughts - Confidence: confirmed - Date: 2008-07-23 - Tags: agile, devops-origins, infrastructure Only two weeks left until my session on the Agile 2008 conference. I’ll be talking on my experiences on Agile Infrastructure and Operations. It often strikes me that the Agile community is only known in development circles, whereas the Agile idea also applies to other sections of the company. … ### Training for Coaching in Belgium - URL: https://jedi.be/blog/2008/training-for-coaching-in-belgium/ - Stream: talks - Confidence: confirmed - Date: 2008-07-10 - Tags: coaching, training Are you considering coaching? I’ve been looking into different training programs. Some might argue that coaching is learned by doing. And you learn it in action not by some training. While there is some truth in this, I’ve experienced in the NLP Practioner training, that training can … ### Book Review: A Perfect Mess - URL: https://jedi.be/blog/2008/book-review-a-perfect-mess/ - Stream: thoughts - Confidence: confirmed - Date: 2008-06-15 - Tags: book, book-review, complexity On our current project here at VRT Medialab we’re implementing a multimedia search engine. One thing we always discuss is what the end-user is looking for. Is he looking for one specific result or a broad range of result? Does he know what he is looking for, or is he merely figuring out what … ### NLP Practioner - URL: https://jedi.be/blog/2008/nlp-practioner/ - Stream: talks - Confidence: confirmed - Date: 2008-06-15 - Tags: coaching, learning, nlp Hurray, today I finally made it as an NLP Practioner. I’ve been following a training at www.nlp.be for over a year now. Whenever I talk to people on this training, I have difficulty explaining what it really about. To me it is all about people: this is the main reason why me as an IT’er … ### Agile Infrastructure and Operations: How Infra-gile Are You? - URL: https://jedi.be/blog/2008/agile-infrastructure-and-operations-how-infra-gile-are-you/ - Stream: talks - Confidence: confirmed - Date: 2008-06-15 - Tags: devops, infrastructure-as-code, publication, talk Publication on agile infrastructure and operations: how infra-gile are you?. Early DevOps era — helping establish DevOps as a movement. Resources: Event page ### Hey Scrum Master : Let the team decide - URL: https://jedi.be/blog/2008/hey-scrum-master-let-the-team-decide/ - Stream: talks - Confidence: confirmed - Date: 2008-06-15 - Tags: devops, talk Talk on hey scrum master : let the team decide. Early DevOps era — helping establish DevOps as a movement. Resources: Event page ### Operational security impact on developing secure applications. - URL: https://jedi.be/blog/2008/operational-security-impact-on-developing-secure-applications./ - Stream: talks - Confidence: confirmed - Date: 2008-06-15 - Tags: devsecops, security, talk Talk on operational security impact on developing secure applicat…. Early DevOps era — helping establish DevOps as a movement. ### The Lost use cases of operations - URL: https://jedi.be/blog/2008/the-lost-use-cases-of-operations/ - Stream: talks - Confidence: confirmed - Date: 2008-06-15 - Tags: devops, talk Talk on the lost use cases of operations. Early DevOps era — helping establish DevOps as a movement. ### Agile Open 2008 - URL: https://jedi.be/blog/2008/agile-open-2008/ - Stream: talks - Confidence: confirmed - Date: 2008-06-10 - Tags: agile, community, open-space For the first time I've attended an Open Space at the Agile Open 2008 Conference. I must say , I really love the format. Two days of energizing talks with people with a lot of different backgrounds. Hopefully later I get to organize one myself. Therefore I want to thank Willem van den Ende and Marc … ### E-gov for fun and profit flickr - URL: https://jedi.be/blog/2007/e-gov-for-fun-and-profit-flickr/ - Stream: talks - Confidence: confirmed - Date: 2007-06-15 - Tags: devops, talk Talk on e-gov for fun and profit flickr. Early DevOps era — helping establish DevOps as a movement. Resources: Event page ### The map is not the territory The day After - URL: https://jedi.be/blog/2007/the-map-is-not-the-territory-the-day-after/ - Stream: talks - Confidence: confirmed - Date: 2007-06-15 - Tags: devops, talk Talk on the map is not the territory the day after. Early DevOps era — helping establish DevOps as a movement. Resources: Event page ### A Devops Walks Into The Metaverse - URL: https://jedi.be/blog/1/a-devops-walks-into-the-metaverse/ - Stream: thoughts - Confidence: tested - Date: 0001-01-01 - Tags: devops, emerging-tech, metaverse, thought-experiment title: A devops walks into the Metaverse and Learns date: 2022-09-09 images: /blog/2022/09/09/a-devops-walks-into-the-metaverse/a-devops-walks-into-the-metaverse-and-learns-image.jpeg Devops and Metaverse : two buzzwords in one presentation. What can go wrong !? Besides an overview of exciting … ## Social - X: https://x.com/patrickdebois - Bluesky: https://bsky.app/profile/jedi.be - LinkedIn: https://linkedin.com/in/patrickdebois - GitHub: https://github.com/jedi4ever - YouTube: https://www.youtube.com/@jedi4ever