podcast
details
.com
Print
Share
Look for any podcast host, guest or anyone
Search
Showing episodes and shows of
Jeff@jeffgable.com (Luca Ingianni)
Shows
The Agile Embedded Podcast
Violet Su on hardware manufacturing
From Prototype to Product: Navigating Hardware Manufacturing with Violet SuIn this episode of the Agile Embedded Podcast, Luca speaks with Violet Su, Business Development Manager at Seed Studio, about the challenges and opportunities in hardware manufacturing. The conversation explores the realities of hardware development, from initial prototyping to mass production. Violet emphasizes the importance of getting products into users' hands quickly to gather feedback, even if they're not perfect. She highlights common pitfalls for newcomers to hardware manufacturing, including underestimating costs, certification requirements, and supply chain complexities. The discussion also covers the growing influence o...
2025-07-09
43 min
The Agile Embedded Podcast
AI-augmented software development
Luca and Jeff dive into how AI tools can supercharge embedded development workflows. Luca shares his extensive hands-on experience, while Jeff brings a fresh perspective as someone just starting to incorporate these tools. They explore how AI can help with coding, testing, and debugging - while emphasizing that good software engineering judgment remains crucial. The conversation is particularly timely since AI tools are evolving rapidly, unlike their usually more "evergreen" podcast topics.A key insight they discuss is that while AI tools offer amazing productivity boosts (much like IDEs did), they're not replacing experienced developers anytime soon...
2025-06-25
45 min
The Agile Embedded Podcast
BONUS: Listener Question on Repository Organization
## Key Topics * [00:30] Introduction to the listener's question about repository granularity in embedded development* [01:15] The listener's approach: separate repositories for different work products in safety-critical industries* [03:20] Luca's initial reaction and concerns about over-complication* [05:45] Discussion of monorepo approaches and configuration management* [08:10] The concept of micro-repositories and parallels to microservices* [11:30] Using feature flags and CI pipelines instead of repository separation ## Notable Quotes > "You're splitting something which ought to be joined together into different repositories and hiding whatever is happening within the...
2025-04-24
15 min
The Agile Embedded Podcast
MinimumCD
The episode discusses the concept of Minimum Viable Continuous Delivery (Minimum CD), which represents a counter-movement to heavyweight frameworks like SAFe. The hosts explore how Minimum CD provides a set of essential practices for successfully building software-based products without unnecessary complexity. The approach focuses on core principles rather than rigid frameworks, making it particularly relevant for embedded systems development.The discussion covers the fundamental requirements for continuous delivery, including automated testing, pipeline-driven deployments, and trunk-based development. The hosts emphasize that while these practices may seem challenging for embedded systems, they become increasingly important as devices become more...
2025-04-23
47 min
The Agile Embedded Podcast
Offensive Cybersecurity with Ryan Torvik
Key Topics* [03:00] Ryan's background in offensive cybersecurity and defense contracting* [04:30] The mindset and challenges of vulnerability research and hacking* [09:15] How security researchers approach attacking embedded devices* [13:45] Techniques for extracting and analyzing firmware* [19:30] Security considerations for embedded developers* [24:00] The importance of designing security from the beginning* [28:45] Security challenges for small companies without dedicated security staff* [33:20] Address Space Layout Randomization (ASLR) and other security measures* [37:00] Emulation technology for testing embedded systems* [45:30] Tulip Tree's approach to embedded system emulation and security testing
2025-04-09
48 min
The Agile Embedded Podcast
BDD with Steve Branam
Key Topics[02:30] Definition of BDD as an additional layer of discipline on top of TDD[03:15] Common pitfalls of TDD, including testing to implementation and brittle tests[08:30] The structure of BDD tests using Given-When-Then format[12:00] Applying BDD at different levels, from unit tests to system tests[15:45] Using test doubles and spies for hardware interactions in embedded systems[22:30] Testing state machines with BDD[27:00] Off-target testing and hardware abstraction layers[33:00] Why BDD isn't more widely used in embedded systems[36:30] Using code coverage as a signal rather than a goal metric[39:00] Overcoming the learning curve and maintaining discipline in BDDNotable...
2025-03-26
55 min
The Agile Embedded Podcast
John Taylor on the Embedded Systems Cookbook
John Taylor returns to the podcast to discuss his new book "The Embedded Project Cookbook", co-authored with Wayne Taylor. The book serves as a practical guide for embedded systems development, providing recipes and techniques that John has refined over his 30+ year career. Unlike his previous book "Patterns in the Machine" which focused on software engineering best practices, this new book takes a more hands-on approach to project mechanics - from requirements gathering through release.The book provides opinionated guidance on setting up project infrastructure, managing requirements, software architecture, and release processes. While organized in a waterfall-like structure...
2025-03-05
44 min
The Agile Embedded Podcast
Trunk-based development
In this episode, Jeff and Luca discuss trunk-based development, a software development practice where developers merge their work into the main branch (trunk) frequently - at least daily. They explain how this approach differs from traditional branching models like GitFlow, and address common objections and concerns. The hosts emphasize that while trunk-based development may seem risky, it actually reduces risk by exposing integration problems early and forcing teams to implement good engineering practices like automated testing and feature flags.The discussion highlights how trunk-based development acts as a "forcing function" that encourages better development practices, smaller changes...
2025-02-19
50 min
The Agile Embedded Podcast
QP framework with Mitch English
The episode features a discussion with Mitch English, a product development team lead at Inertia, about using the QP (Quantum Platform) framework for embedded systems development. Mitch and Jeff recently collaborated on a medical device project where they successfully implemented QP. The framework, created by Miro Samek, implements the actor model with active objects running in their own threads and communicating via messages. This approach helps avoid common concurrency issues found in traditional RTOS implementations.The discussion covers how QP's hierarchical state machine framework makes it easier to manage complex state transitions and system behaviors. They share...
2025-01-15
44 min
The Agile Embedded Podcast
2024 christmas special
https://youtu.be/Zwo1aTElfis You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2024-12-29
43 min
The Agile Embedded Podcast
SAFe
Bryan Finster's episode on Luca's DevOps podcast. part one: https://open.spotify.com/episode/26cnxrZEWhQRxY3jkwQTb8?si=Fj3VtirDRU-l2xQAomrWUwBryan Finster's episode on Luca's DevOps podcast. part two: https://open.spotify.com/episode/36U6glqDPuvkpPwrdD8Axv?si=8T9isqUHS6WBh1aQyZEXGAScaled Agile DevOps Maturity Framework (SADMF), a SAFe parody: https://scaledagiledevops.com/Klaus Leopold's Flight Levels framework: https://www.flightlevels.io/ You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2024-12-11
42 min
The Agile Embedded Podcast
Ceedling
In this episode of the Agile Embedded Podcast, we are joined by Mark VanderVoord and Michael Karlesky, creators of the open-source tools Unity, CMock, and Ceedling, which help developers unit test C code. Mark and Michael share their journey of creating these tools, their experiences as open-source maintainers, and insights into the evolving landscape of embedded systems testing.The discussion covers the origins of their tools, the challenges of maintaining open-source projects, and the different needs of various embedded development communities. We also explore the gaps in current testing tools, particularly in system and integration testing for...
2024-11-27
47 min
The Agile Embedded Podcast
Buzzword Bingo (or: which modern technologies make sense for embedded?)
Discussing Modern Development Techniques in Embedded SystemsIn this episode of the Agile Embedded Podcast, hosts Jeff Gable and Luca Ingianni play buzzword bingo, discussing various modern development techniques, tools, and methodologies in the context of embedded systems. They explore the relevance and applicability of terms like microservices, serverless, Kubernetes, Docker, continuous integration, continuous delivery, continuous deployment, A/B testing, API-first design, behavior-driven development, and modern languages such as Rust and C++. They also touch upon the use of AI in development and deployment processes, along with debugging, observability, monitoring, and simulation tools like Memfault, Mender, and...
2024-11-13
49 min
The Agile Embedded Podcast
Exploring Rust for Embedded Systems with Philip Markgraf
Exploring Rust for Embedded Systems with Philip MarkgrafIn this episode of the Agile Embedded Podcast, hosts Jeff Gable and Luca Ingianni are joined by Philip Markgraf, an experienced software developer and technical leader, to discuss the use of Rust in embedded systems. Philip shares his background in C/C++ development, his journey with Rust, and the advantages he discovered while using it in a large development project. The conversation touches on memory safety, efficient resource management, the benefits of Rust's type system, and the supportive Rust community. They also explore the practical considerations for adopting Rust...
2024-10-30
50 min
The Agile Embedded Podcast
Magic is Bad
The Dangers of Magic in Software AbstractionsIn this episode of the Agile Embedded Podcast, hosts Jeff Gable and Luca Ingianni discuss the pitfalls of relying on 'magic' in software development, particularly in tooling, build systems, and frameworks. They illuminate how seemingly helpful abstractions can become burdensome when they obscure necessary complexities or become hard to debug. Through various examples, including comparisons of Arduino and CMake, they explore what makes a good abstraction versus a bad one. The conversation also delves into the importance of composability, testability, and the real-world impact of overly simplistic or 'magical' solutions...
2024-10-16
41 min
The Agile Embedded Podcast
Bailey Steinfadt on teaching git to non-developers
Building Trust with Git: Teaching Best Practices to Non-Software EngineersIn this episode of the Agile Embedded Podcast, hosts Jeff Gable and Luca Ingianni are joined by Bailey Steinfadt, owner of Stonepath Engineering. Bailey discusses her experiences in teaching Git and other software tools to non-software engineers, particularly in small manufacturing companies. Topics include the importance of visibility and trust in code projects, the typical profiles of her clients, and strategies for effective communication and trust-building between technical and non-technical stakeholders. The episode also touches on useful tools like GitHub, Miro, and Draw.io for managing projects...
2024-10-02
39 min
The Agile Embedded Podcast
Accelerate the Book
Applying 'Accelerate' Principles to Embedded Systems | Agile Embedded PodcastWelcome to the latest episode of the Agile Embedded Podcast with Jeff Gable and Luca Ingianni! In this episode, we address a listener's question about the book 'Accelerate' by Nicole Forsgren, Jez Humble, and Gene Kim. Jeff and Luca delve into how the principles from this book, which focuses on Lean Software and DevOps, can be applied to embedded systems development. They discuss the nuances of embedded systems, the relevance of DORA metrics, and share insights on how capabilities and processes from the book translate to the unique...
2024-09-18
45 min
The Agile Embedded Podcast
Weronika Michaluk on Medical Devices development
Navigating Firmware and Software Collaboration in Medical Devices: Insights with Weronika MichalukIn this episode of the Agile Embedded Podcast, hosts Jeff Gable and Luca Ingianni are joined by Weronika Michaluk, Software as a Medical Device Practice Lead at HTD Health. Weronika shares her experiences and lessons learned from working with firmware teams, bridging cross-functional collaboration, and discussing the importance of version control, aligning technical aspects, and clear communication. The conversation delves into agile methodologies, customer interactions, and strategies for efficient requirement management in the medical device industry. Tune in to gain valuable insights from Weronika's extensive...
2024-09-04
48 min
The Agile Embedded Podcast
Luca's interviews and trip report from Embedded World 2024
Jeff and Luca talk about Luca's trip to Embedded World Nürnberg, and his impressions there. Bonus content are two impromptu interviews with Luka Mustafa, CEO of IRNAS, and Francois Baldassari, CEO of Memfault You can find Jeff at https://jeffgable.com. You can find Luca at https://luca.engineer. Want to join the agile Embedded Slack? Click here
2024-08-21
38 min
The Agile Embedded Podcast
A word from the hosts: we've changed our podcast process for the better
A brief message to address the fact that we had been unreliable over the last few months, but we've made some changes and will do better in the future.You can find Jeff at https://jeffgable.com. You can find Luca at https://luca.engineer. Want to join the agile Embedded Slack? Click here
2024-08-07
01 min
The Agile Embedded Podcast
Paul Barbu Gheorge on Geographically Distributed Tems
Paul's LinkedIn: https://www.linkedin.com/in/paul-gheorghe-barbu/Paul's employer, Wenglor: https://www.wenglor.com/ You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2024-08-07
49 min
The Agile Embedded Podcast
Code Reviews
You can find Jeff at https://jeffgable.com. You can find Luca at https://luca.engineer. Want to join the agile Embedded Slack? Click here
2024-07-26
42 min
The Agile Embedded Podcast
Team Topologies
Join our slack channel by clicking here You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2024-03-22
42 min
The Agile Embedded Podcast
Closing the gap between Regulatory and Development with Milton Yarberry
ICS offers medical device product development services, with their: - Proprietary low-code prototype system - Free Cybersecurity and Architecture gap analysis offeringsGet in touch with Milton Yarberry at: - email: myarberry@ics.com - LinkedIn: https://www.linkedin.com/in/milton-yarberry-06a2311 You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2024-03-05
51 min
The Agile Embedded Podcast
Living Documentation with Philip Markgraf
Get in touch with Philip Markgraf on LinkedIn: https://www.linkedin.com/in/philmarkgraf/Code Retreat -- a community event to practice Software Development: https://www.coderetreat.org You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2024-01-30
58 min
The Agile Embedded Podcast
Rapid Prototyping for Medical Devices with Ross Dehmoobed
Veranex website: https://veranex.com/Reach out to Ross on Linkedin: https://www.linkedin.com/in/rdehmoobed/ You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2024-01-11
37 min
The Agile Embedded Podcast
Scaling Agile
You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2023-12-05
46 min
The Agile Embedded Podcast
Model-Based Development with Max Kolesnikov
Max Kolesnikov is a founder and CEO of MKS Technology, an embedded software and controls engineering firm. He has nearly 20 years of experience working in controls and software for real-time, safety-critical applications in automotive and industrial domains.Max offers embedded software and controls engineering consulting for automotive applications.Website: http://mks.technologyEmail: max.kolesnikov@mks.technologyLinkedIn: https://www.linkedin.com/in/max-kolesnikov-phd-9b41617/ You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can fi...
2023-11-21
52 min
The Agile Embedded Podcast
Renode with Michael Gielda
Reach out to Antmicro at contact@antmicro.com or connect with them on social media: - Twitter: @antmicro . For latest Renode updates, follow @renodeio - LinkedIn: @antmicro-ltdTry Renode at https://renode.io/ Github: https://github.com/renode/renode Check out the Antmicro blog for Renode news: - ARMv8-A and 64-bit peripheral support in Renode - Simulating NB-IoT networking in RenodeSee the boards supported by Renode: zephyr-dashboard.renode.ioWatch our keynote about Organizing the Hardware Ecosystem with Open Source: Antmicro Visual System Designer dur...
2023-09-26
50 min
The Agile Embedded Podcast
Tyranny of the Urgent
You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2023-09-12
41 min
The Agile Embedded Podcast
TDD for UI
You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2023-06-23
42 min
The Agile Embedded Podcast
Git for Hardware Engineers with Valentina Ratner and Kyle Dumont
Check out Allspice: https://allspice.ioGit for Hardware Guide - 80+ page book on how to apply these principles to hardware development https://content.allspice.io/en-us/git-for-hardware-guideSee the hardware collaboration platform in action: https://content.allspice.io/schedule-allspice-demo-allie Get in touch with Valentina Ratner: Valentina@allspice.io https://www.linkedin.com/in/valentinaratner/Get in touch with Kyle Dumont: Kyle@allspice.io https://www.linkedin.com/in/kyledumont/ You can find Jeff at https://jeffgable.com.You ca...
2023-06-06
50 min
The Agile Embedded Podcast
Modern C++ for Embedded with Niall Cooling
Check out Niall's training company Feabhas.Feabhas training courseshttps://www.feabhas.com/course-listblog (over 10 years of content)https://blog.feabhas.comYouTube list:Is C+ a Safer C?https://www.youtube.com/watch?v=1lrN5bti-b4A brief introduction to concepts in Modern C++https://www.youtube.com/watch?v=Vdr-q-uEBjIWhy Rust won't replace C (just yet anyway)https://www.youtube.com/watch?v=ojEXMM_1bVAOther shownotes from things mentioned during the podcast:Doctest: https://github...
2023-05-18
58 min
The Agile Embedded Podcast
Rapid Hardware Iteration with Luka Mustafa
Visit IRNAS at https://www.irnas.eu/.Contact Luka Mustafa directly at luka.mustafa@irnas.eu.You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2023-04-19
47 min
The Agile Embedded Podcast
Agile vs. V Model
You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2023-03-30
45 min
The Agile Embedded Podcast
Continuous Delivery with Jonathan Hall
Try Jonathan's Lean CD bootcamp here: leancdbootcamp.comFind Jonathan Hall here: https://jhall.io/Minimum Viable CD: https://minimumcd.org/minimumcd/ You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2023-03-07
1h 03
The Agile Embedded Podcast
François Baldassari from Memfault on IoT Observability
Try Memfault at https://memfault.com/.You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2023-02-15
53 min
The Agile Embedded Podcast
Version Control Techniques
You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2023-02-03
51 min
The Agile Embedded Podcast
Crossover with Elecia White and Christopher White of Embedded
Listen to the Embedded podcast here: https://embedded.fm/Elecia's book "Making Embedded Systems" is highly recommended for junior and senior developers alike!You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2023-01-20
1h 23
Embedded
Condemned to Being Perfect
Chris and Elecia talk to Jeff Gable and Luca Ingianni of the Agile Embedded podcast, discussing the definition of Agile, agreeing about some things, and disagreeing about others. Agile Embedded can be found in your usual podcast locations or get it from the source: https://agileembeddedpodcast.com/ Jeff’s website is jeffgable.com and Luca’s is luca.engineer Transcript
2023-01-13
1h 23
Embedded
Condemned to Being Perfect
Chris and Elecia talk to Jeff Gable and Luca Ingianni of the Agile Embedded podcast, discussing the definition of Agile, agreeing about some things, and disagreeing about others.Agile Embedded can be found in your usual podcast locations or get it from the source: https://agileembeddedpodcast.com/Jeff’s website is jeffgable.com and Luca’s is luca.engineerTranscript
2023-01-13
1h 23
The Agile Embedded Podcast
Internal Developer Platforms with Joe Schneider
Get in touch with Joe here!Email: hello@dojofive.comWebsite: https://dojofive.com/LinkedIn: https://www.linkedin.com/in/schneiderjoseph/ You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2022-12-21
55 min
The Agile Embedded Podcast
Interview with Phillip Johnston Part 2
Visit Embedded Artistry for courses, resources, and a thriving community of embedded developers. Learn more about Embedded Artistry's consulting services!Virtual panel discussion with Memfault on "Debugging Embedded Devices in Production", recorded in August 2022.Get in touch with Phillip Johnston here. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2022-11-29
42 min
The Agile Embedded Podcast
Interview with Phillip Johnston Part 1
Visit Embedded Artistry for courses, resources, and a thriving community of embedded developers. Learn more about Embedded Artistry's consulting services!Virtual panel discussion with Memfault on "Debugging Embedded Devices in Production", recorded in August 2022.Get in touch with Phillip Johnston here. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2022-11-15
43 min
The Agile Embedded Podcast
The Agile Approach to Risk Management
You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2022-11-02
37 min
The Agile Embedded Podcast
Systems Architecture with Maik Pfingsten
Reach out to Maik Pfingsten on LinkedInor via email at maik.pfingsten@ing-pfingsten.deYou can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2022-10-19
43 min
The Agile Embedded Podcast
We're Not Paying You to Have Fun
You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2022-09-29
47 min
The Agile Embedded Podcast
The Three Ways of DevOps
Gene Kim's brief post describing the Three Ways of DevopsAn excellent blog post covering practical implications of the Three Ways of DevopsYou can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2022-09-06
1h 02
The Agile Embedded Podcast
James Grenning on TDD
James Grenning has a brand-new self-paced online training course on TDD for Embedded C!Sign up here.Get in touch with James:Email: james@wingman-sw.comWeb: https://wingman-sw.comTwitter: @jwgrenningLinkedIn: https://www.linkedin.com/in/jwgrenning/More from James:Stories from alumni of James Grenning's TDD TrainingThe ZOMBIE guide to writing useful unit testsThe classic book: Test-Driven Development for Embedded C Buy it hereYou can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable...
2022-08-24
1h 01
The Agile Embedded Podcast
The Matthew Test with Matthew Eshleman - Part 2
You can find Matthew Eshleman at: https://covemountainsoftware.com/His original "Matthew Test" article is here.You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2022-08-09
32 min
The Agile Embedded Podcast
The Matthew Test with Matthew Eshleman - Part 1
You can find Matthew Eshleman at: https://covemountainsoftware.com/His original "Matthew Test" article is here.You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2022-07-27
38 min
The Agile Embedded Podcast
Project Management Dysfunctions - Part 2
You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2022-07-13
44 min
The Agile Embedded Podcast
Project Management Dysfunctions - Part 1
You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2022-06-21
43 min
The Agile Embedded Podcast
Unit Testing vs HIL Testing
You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2022-06-02
37 min
The Agile Embedded Podcast
Jon Odo on Roadmaps
Find Jon on LinkedIn: https://www.linkedin.com/in/jonodo/You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2022-05-11
56 min
The Agile Embedded Podcast
Agile at Growing Hardware Startups with Matt Cole
Connect with Matt Cole on LinkedIn here.Matt is hiring at RISE Robotics! You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2022-04-19
50 min
The Agile Embedded Podcast
Agile Manifesto Part 2
You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2022-03-23
41 min
The Agile Embedded Podcast
Agile Manifesto Pt. 1
http://agilemanifesto.org/You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2022-03-08
37 min
The Agile Embedded Podcast
Build Pipelines Revisited
You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2022-02-16
43 min
The Agile Embedded Podcast
Embedded Cybersecurity Basics with Jacob Beningo
Jacob Beningo can be found at beningo.comEmbedded Online ConferenceIoT Online ConferenceRTOS Training with JacobReusable Firmware Development (Book)ARM TrustZone You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2022-02-02
36 min
The Agile Embedded Podcast
Modern Embedded Systems Programming with Miro Samek
The free video course "Modern Embedded Systems Programming" can be found here on YouTube. Accompanying course materials are here. Miro's company, Quantum Leaps, can be found at https://www.state-machine.com. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2022-01-18
56 min
The Agile Embedded Podcast
Patterns in the Machine with John and Wayne Taylor
You can find "Patterns in the Machine" at Amazon or Barnes & Noble (links are NOT affiliate). You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2022-01-04
52 min
The Agile Embedded Podcast
Christmas Special
You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2021-12-22
39 min
The Agile Embedded Podcast
Writing Firmware without Hardware (featuring Matt Chernosky)
Ceedling / Unity / CMock for embedded C unit testingA Field Manual for Ceedling by Matt ChernoskyHow to use Ceedling for Embedded Test-Driven Development (FREE)Get in touch with Matt Chernosky: matt@electronvector.com You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2021-11-16
36 min
The Agile Embedded Podcast
Agile in Small Teams
You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2021-10-26
39 min
The Agile Embedded Podcast
Behavior Driven Development
Gherkin: https://cucumber.io/docs/gherkin/reference/Easy Approach to Requirements Syntax: https://qracorp.com/easy-approach-to-requirements-syntax-ears-guide/ You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2021-10-12
46 min
The Agile Embedded Podcast
Hardware-in-the-Loop Testing
You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2021-09-21
34 min
The Agile Embedded Podcast
Testing on the Host vs Target
https://jeffgable.comhttps://luca.engineer“Data Model” pattern -- see Patterns in the Machine by John Taylor https://www.barnesandnoble.com/w/patterns-in-the-machine-john-taylor/1137499000 “MHC - Model-Hardware-Controller” pattern -- see Test Driven Development course from Throw the Switch http://www.throwtheswitch.org/dr-surlys-school You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2021-09-07
30 min
The Agile Embedded Podcast
Managing Product Variants and Versions
You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. The Git-Flow branching model: https://nvie.com/posts/a-successful-git-branching-model/ You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2021-08-17
28 min
The Agile Embedded Podcast
How to Speed Up Safety Critical Processes
You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. The Devops Handbook by Gene Kim, Jez Humble, Patrick Debois, and John Willis You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2021-07-27
33 min
The Agile Embedded Podcast
Living Documentation and Test Automation with Paul Massey
Bluefruit Software: https://www.bluefruit.co.uk/Read more about Living Documentation at Bluefruit. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2021-07-15
52 min
The Agile Embedded Podcast
Lean and Agile at a Product Development Consultancy
You can find Jose's company, Bold Type, at https://boldtype.com/You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2021-06-28
33 min
The Agile Embedded Podcast
Technical Debt in Embedded Systems Development
You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2021-06-08
33 min
The Agile Embedded Podcast
How to Speak Agile to Hardware Folks, with Mojtaba Hosseini
Find Mojtaba on LinkedIn: https://www.linkedin.com/in/mojtaba-hosseini-7a6666/You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2021-05-27
49 min
The Agile Embedded Podcast
Why Testing Sucks
You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. "Working Effectively with Legacy Code" by Michael Feathers You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2021-05-11
37 min
The Agile Embedded Podcast
Introducing Agile at John Deere with Joe Schneider
Dojo Five: https://dojofive.comYou can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2021-04-27
58 min
The Agile Embedded Podcast
How to Convince Management to Adopt Agile
You can find Jeff at jeffgable.com.You can find Luca at luca.engineer.Joel Spolsky's post "Getting Things Done when You're Only a Grunt" You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2021-04-14
39 min
The Agile Embedded Podcast
Agile is Old-Fashioned Engineering
You can find Jeff at jeffgable.com.You can find Luca at luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2021-03-30
27 min
The Agile Embedded Podcast
Replicable Build Environments for the Win
You can find Jeff at jeffgable.com. You can find Luca at luca.engineer. You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2021-03-16
41 min
The Agile Embedded Podcast
Continuous Integration for Embedded Systems
Luca's website: https://ingianni.eu/Jeff's website: https://jeffgable.com You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2021-03-01
39 min
The Agile Embedded Podcast
Development is Better when it's Test-Driven
Luca's website: https://ingianni.eu/Jeff's website: https://jeffgable.com You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2021-02-16
36 min
The Agile Embedded Podcast
How to Get Started
Luca's website: https://ingianni.eu/Jeff's website: https://jeffgable.com You can find Jeff at https://jeffgable.com.You can find Luca at https://luca.engineer.Want to join the agile Embedded Slack? Click here
2021-02-02
36 min
The Agile Embedded Podcast
Why Cross-Functional Product Teams Rule
The way your organization is structured has a fundamental impact on how quickly and effectively you can develop embedded products. Learn why project teams, composed of people with all the necessary skills to develop a product, will run circles around traditional functional departments that don't collaborate closely. You can find Jeff at https://jeffgable.com. You can find Luca at https://luca.engineer. Want to join the agile Embedded Slack? Click here
2021-01-19
33 min
The Agile Embedded Podcast
Remote Embedded Development
If you're developing software for embedded systems remotely, Agile practices and techniques will be your friends. You can find Jeff at https://jeffgable.com. You can find Luca at https://luca.engineer. Want to join the agile Embedded Slack? Click here
2021-01-06
33 min
The Agile Embedded Podcast
Does DevOps Make Sense for Embedded Systems?
Some people (apparently) think that DevOps principles don't make sense for embedded systems development. Spoiler alert: Luca and I think those people are wrong. You can find Jeff at https://jeffgable.com. You can find Luca at https://luca.engineer. Want to join the agile Embedded Slack? Click here
2021-01-06
40 min