From 37002d0bc5e897722db3d5ed5c6dc762e8c993b6 Mon Sep 17 00:00:00 2001 From: Luigia D'Alessandro <92725100+luigiadale@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:40:06 +0100 Subject: [PATCH] add blog on gene kim podcast (#166) * add blog on gene kim podcast * add YT video to blog post * add podcast link to blog --------- Co-authored-by: Luigia D'Alessandro --- src/pages/blog/gene-kim-podcast.md | 28 ++++++++++++++++++++++++++++ src/pages/careers/hello.ts | 0 2 files changed, 28 insertions(+) create mode 100644 src/pages/blog/gene-kim-podcast.md create mode 100644 src/pages/careers/hello.ts diff --git a/src/pages/blog/gene-kim-podcast.md b/src/pages/blog/gene-kim-podcast.md new file mode 100644 index 00000000..10a3950a --- /dev/null +++ b/src/pages/blog/gene-kim-podcast.md @@ -0,0 +1,28 @@ +--- +author: 'juxt' +title: 'Gene Kim on JUXTCast: Insights into DevOps, AI, and High-Performance Technology Organizations' +description: 'In this episode, Jeremy Taylor and Malcolm Sparks are joined by Gene Kim to explore the evolution of technology through modularity, AI-driven programming, and the future of innovation.' +category: 'AI' +layout: '../../layouts/BlogPost.astro' +publishedDate: '2024-12-11' +heroImage: 'JuxtCast-dark.jpg' +tags: + - 'AI' + - 'devops' + - 'xtdb' + - podcast +--- + +This latest episode of the JUXTCast features Gene Kim, a Wall Street Journal bestselling author, celebrated researcher, and multiple award-winning Chief Technology Officer. Gene is widely recognized for his contributions to the DevOps movement and for co-authoring influential works such as The Phoenix Project and The DevOps Handbook. In this engaging discussion, Gene reflects on his career journey, from his time as the founder and CTO of Tripwire to his rediscovery of the joy of programming through Clojure. The episode explores key themes including high-performing technology organizations, the transformative role of AI in programming, and the strategic importance of modularity in systems design. + +The conversation also offers unique insights into the evolving role of AI in augmenting developer productivity and creativity. Gene shares his hands-on experience with pair programming and discusses the intersection of REPL-based programming, economic principles in software design, and the future of junior developers in an AI-enhanced ecosystem. + +🎥 Watch the full episode here: + + + +### Addendum + +This JUXT Cast episode is also available as a podcast across [all your favourite platforms](https://pnc.st/s/juxt-cast/fb61eb8f/insights-into-devops-ai-and-high-performance-technology-organizations-with-gene-kim). + +Happy listening! diff --git a/src/pages/careers/hello.ts b/src/pages/careers/hello.ts new file mode 100644 index 00000000..e69de29b