podcast
details
.com
Print
Share
Look for any podcast host, guest or anyone
Search
Showing episodes and shows of
AgileData
Shows
Agile Data N’ Info
Activity Event Tile, AgileData Engineering Pattern #6 - Episode #72
Join Shane Gibson and Nigel Vining as they describe and discuss the AgileData Engineering Pattern for the AgileData Activity Event Tile. The Activity Event Tile pattern tracks a sequence of events (e.g., subscription signups, subscription payments) for a core business concept by storing minimal event data and using a hydration layer to automatically generate pre-calculated metrics as views. This allows business users and analysts to easily understand business performance and event sequencing without complex SQL, providing immediate, consistent insights into activity movements and financial impacts An AgileData Engineering Pa...
2025-08-07
11 min
Agile Data N’ Info
Data Engineering Patterns for the AgileData Event Tile, AgileData Engineering Pattern #5 - Episode #71
Join Shane Gibson and Nigel Vining as they describe and discuss the AgileData Engineering Pattern for the AgileData Event Tile. The Event Tile Data Modeling pattern captures business processes and transactions within AgileData's three-layered data architecture, modeling "who does what" at a specific point in time. It achieves this by storing only a small number of core business keys in insert-only event tables. These event records are then automatically hydrated into a "consume tile" by joining with all relevant detail attributes that were current at the exact moment the event occurred, ensuring an accurate, time-staged n...
2025-07-31
16 min
Agile Data N’ Info
Automated Load Patterns based on Source Data Profiles, AgileData Engineering Pattern #4 - Episode #70
Join Shane Gibson and Nigel Vining as they describe and discuss the AgileData Engineering Pattern of Automated Load Patterns based on Source Data Profiles. The Automated Load Patterns based on Source Data Profiles pattern automatically profiles incoming data to determine its optimal loading method. It classifies data as either event data (immutable, append-only) or change data (evolving records) by analysing characteristics like unique key volume and column names over time. This automated classification then dictates the load strategy: an efficient partition replace for event data or a cost-effective upsert (end-dating historical records) for change data. T...
2025-07-22
11 min
Agile Data N’ Info
Trust Rules to validate your data, AgileData Engineering Pattern #3 - Episode #69
Join Shane Gibson and Nigel Vining as they describe and discuss the AgileData Engineering Pattern of Trust Rules to validate data. The Trust Rules pattern provides automated data validation to ensure all incoming data is fit for purpose and trustworthy. It bakes in essential checks such as unique business keys and business effective dates, which run automatically upon data load or table refresh. Users can also define custom validation rules for specific columns. Results are collected, persisted, and surfaced via applications or alerts, with the system optimising validation for cost and speed through smart partitioning a...
2025-07-14
12 min
Agile Data N’ Info
Union two or more tables together automatically, AgileData Engineering Pattern #2 - Episode #68
Join Shane Gibson and Nigel Vining as they describe and discuss the AgileData Engineering Pattern of Unioning two or more tables together automatically. The Automated Table Unioning pattern automatically combines two or more tables by intelligently looking up column names and data types to generate safe SQL under the covers. It supports disparate data sources, such as those from multiple publishers in a data clean room, and creates a view or incrementally loads the unified data into a physical table while tracking load watermarks to prevent duplicates. An AgileData Engineering Pattern is...
2025-07-04
10 min
Agile Data N’ Info
Orchestrating Dynamic Data Flows, AgileData Engineering Pattern #1 - Episode #67
Join Shane Gibson and Nigel Vining as they describe and discuss the AgileData Engineering Pattern of Orchestrating Dynamic Data Flows. The Dynamic Data Flow Orchestration pattern dynamically generates and self-heals data flow manifests (DAGs) at runtime from a central context database, enabling adaptive, cost-effective, and low-latency data processing primarily for micro-batching workloads An AgileData Engineering Pattern is a repeatable, proven approach for solving a common data engineering challenge in a simple, consistent, and scalable way, designed to reduce rework, speed up delivery, and embed quality by default. If you want a co...
2025-06-30
22 min
Agile Data N’ Info
Data Engine Thinking Patterns with Roelant Vos - Episode #66
Join Shane Gibson as he chats with Roelant Vos about a number of Data Engine Thinking patterns and his new book Data Engine Thinking. You can get in touch with Roelant via LinkedIn or over at https://roelantvos.com/blog/ Or you can grab a copy of the Data Engine Thinking book on Amazon or at https://dataenginethinking.com/en/ If you want want to read a summary generated with GenAI, head over to: https://agiledata.substack.com/i/166295398/google-notebooklm-briefing If you want to download the transcript f...
2025-06-19
52 min
Agile Data N’ Info
Data Engineering Patterns with Chris Gambill - Episode #65
Join Shane Gibson as he chats with Chris Gambill about a number of Data Engineering patterns. You can get in touch with Chris via LinkedIn or view his YouTube channel https://www.youtube.com/@GambillDataEngineering If you want want to read a summary generated with GenAI, head over to: https://agiledata.substack.com/i/165842333/google-notebooklm-briefing If you want to download the transcript for the podcast, head over to: https://agiledata.substack.com/i/165842333/transcript Listen to more podcasts on applying Ag...
2025-06-13
1h 04
Agile Data N’ Info
The pattern of writing a data book with Shane Gibson and Ramona C Truta - Episode #64
Join Ramona C Truta as she interviews Shane Gibson about the patterns of writing a data book (and they discuss a whole lot of other data things) You can get in touch with Ramona via LinkedIn or read more on substack https://ramonatruta.substack.com/ Or buy a copy of Shanes book "an Agile Data Guide to Information Product Canvas", and finally fix those data requirement gathering problems. If you want to download the transcript for the podcast, head over to: https://agiledata.io/podcast/agiledata-podcast/the-pattern-of-writing-a-data-book-with-shane-gibson-and-ramona-c-truta/#read
2025-06-05
1h 04
Data With Direction
Data World Shaken: Salesforce x Informatica & DuckLake Unveiled!
Send us a text🚨 Major News in Data Engineering! 🚨Today, two industry-shaking headlines dropped:1️⃣ Salesforce announces its $8B acquisition of Informatica.2️⃣ DuckDB releases DuckLake, their open-source lakehouse format!Join me LIVE as I break down what these moves mean for data engineers, the enterprise stack, and the future of open-source analytics. Bring your questions and hot takes!🔗 **News Links:**- DuckLake Announcement: https://duckdb.org/2025/05/27/ducklake.html- DuckLake Website: https://ducklake.select/- Salesforce x Informatica: https://techcrunch.com/2025/05/27/salesforce-acquires-informatica-for-8-billion/👇 Drop your thoughts in the chat...
2025-05-30
54 min
Agile Data N’ Info
The Hook data modeling pattern with Andrew Foad - Episode #63
Join Shane Gibson as he chats with Andrew Foad on his data modeling pattern "Hook" You can get in touch with Andrew via LinkedIn or read more on substack https://hookcookbook.substack.com If you want to download the transcript for the podcast, head over to: https://agiledata.io/podcast/agiledata-podcast/the-hook-data-modeling-pattern-with-andrew-foad/#read If you want want to read a summary generated with GenAI, head over to: https://agiledata.substack.com/p/the-hook-data-modeling-pattern-with Listen to more podcasts on applying Agile Data patterns over at...
2025-05-16
47 min
Agile Data N’ Info
Increasing the perceived value of your data team with Aaron Wilkerson - Episode #62
Join Shane Gibson as he chats with Aaron Wilkerson on ways data teams can increase the perception of the value they add to their organisation. You can get in touch with Aaron via LinkedIn or read his newsletter on substack https://aaronwilkerson.substack.com If you want to read the transcript for the podcast head over to: https://agiledata.io/podcast/agiledata-podcast/increasing-the-perceived-value-of-your-data-team-with-aaron-wilkerson/#read Listen to more podcasts on applying Agile Data patterns over at https://podcast.agiledata.io/ Read more on the Agile Data Way of W...
2025-04-10
1h 03
Agile Data N’ Info
ELM Patterns Templates with Remco Broekmans - Episode #61
Join Shane Gibson as he chats with Remco Broekmans about the pattern templates that are part of the Ensemble Logical Modeling (ELM) patterns. You can find more about ELM and its templates over at: https://www.elmstandards.com/ Find Remco's book on Amazon: https://www.amazon.com/Stories-Solutions-Redefining-Communication-Professionals-ebook/dp/B0DXQ8RR3X/ You can get in touch with Remco via LinkedIn or get in touch via https://www.geneseeacademy.com/ If you want to read the transcript for the podcast head over to: https...
2025-03-04
58 min
Agile Data N’ Info
Data Operating Models patterns with Dylan Anderson - Episode #60
Join Shane Gibson as he chats with Dylan Anderson about the patterns required to define a Data Operating Model. This conversation was based on this article written by Dylan: https://thedataecosystem.substack.com/p/issue-13-defining-the-data-operating And specifically this pattern diagram: You can get in touch with Dylan via LinkedIn or subscribe to his newsletter at https://thedataecosystem.substack.com or get in touch via https://profusion.com If you want to read the transcript for the podcast head over to: https://agiledata.io/podcast...
2025-02-20
1h 09
Agile Data N’ Info
DataOps Patterns with Chris Bergh - Episode #59
Join Shane Gibson as he chats with Chris Bergh on improving your teams way of working by using DataOps patterns. You can get in touch with Chris via LinkedIn or over at https://datakitchen.io If you want to read the transcript for the podcast head over to: https://agiledata.io/podcast/agiledata-podcast/dataops-patterns-with-chris-bergh/#read Listen to more podcasts on applying AgileData patterns over at https://agiledata.io/podcasts/ Read more on the AgileData Way of Working over at https://wow.agiledata.io/ If...
2025-02-12
1h 15
🧠 _
Scott Ambler: The State of Agile - Episode 334
Podcast: Azure & DevOps Podcast (LS 36 · TOP 2.5% what is this?)Episode: Scott Ambler: The State of Agile - Episode 334Pub date: 2025-01-27Get Podcast Transcript →powered by Listen411 - fast audio-to-text and summarizationScott Ambler helps people and teams adopt new ways of working (WoW) and evolve their ways of thinking (WoT), particularly around data warehousing and data quality. He is the creator of the Agile Modeling (AM) (AgileModeling.com) method and Agile Data (AD) (AgileData.org) methods. With Mark Lines, he co-created PMI’s Disciplined Agile (DA) toolkit. As a con...
2025-02-02
46 min
Agile Data N’ Info
Merging Data Vault and Medallion Architecture Patterns with Patrick Cuba - Episode #58
Join Shane Gibson as he chats with Patrick Cuba on combining the Data Vault data modeling pattern with the Medallion Architecture pattern. This discussion was based on the patterns described in this article: https://medium.com/the-modern-scientist/the-modern-data-vault-stack-75103102e3d2 You can get in touch with Patrick via LinkedIn or you can read his thoughts on Data Vault patterns over at https://patrickcuba.medium.com If you want to read the transcript for the podcast head over to: https://agiledata.io/podcast/agiledata-podcast/merging-data-vault-and-medallion-architecture-patterns-with-patrick-cuba/#read
2025-01-30
1h 09
Azure & DevOps Podcast
Scott Ambler: The State of Agile - Episode 334
Scott Ambler helps people and teams adopt new ways of working (WoW) and evolve their ways of thinking (WoT), particularly around data warehousing and data quality. He is the creator of the Agile Modeling (AM) (AgileModeling.com) method and Agile Data (AD) (AgileData.org) methods. With Mark Lines, he co-created PMI’s Disciplined Agile (DA) toolkit. As a conference keynote speaker, he speaks about continuous data warehousing (DW)/business intelligence (BI), how to address enterprise data debt, how to succeed at corporate AI, and agile architecture. He has also (co-)authored several books, including Choose Your WoW!, An Executive’s Gu...
2025-01-27
46 min
Agile Data N’ Info
Agentic Mesh Ecosystem Patterns with Eric Broda - Episode #57
Join Shane Gibson as he chats with Eric Broda on the patterns required to create an ecosystem to support the use of Agents in enterprise organisations. You can get in touch with Eric via LinkedIn or you can read his thoughts on Agentic Mesh over at https://medium.com/@ericbroda If you want to read the transcript for the podcast head over to: https://agiledata.io/podcast/agiledata-podcast/agentic-mesh-ecosystem-patterns-with-eric-broda/#read Listen to more podcasts on applying AgileData patterns over at https://agiledata.io/podcasts/ Read more...
2025-01-23
1h 05
Agile Data N’ Info
Reliability Engineering of AI Agents with Petr Pascenko - Episode #56
Join Shane Gibson as he chats with Petr Pascenko on the pattern of Reliability Engineering of AI Agents You can get in touch with Petr via LinkedIn or you can read his thoughts on Agentic Mesh over at https://evalmy.ai/ If you want to read the transcript for the podcast head over to: https://agiledata.io/podcast/agiledata-podcast/reliability-engineering-of-ai-agents-with-petr-pascenko/#read Listen to more podcasts on applying AgileData patterns over at https://agiledata.io/podcasts/ Read more on the AgileData Way of Working over at https://wow.agiledata...
2025-01-08
1h 05
Agile Data N’ Info
An Experiment - Top Data Trends for 2025 with Coalesce and Google NotebookLM - Episode #55
Join two LLM generated guests as they discuss the Top Data Trends of 2025 Whitepaper published by Coalesce. This is a different episode. Instead of a human guest, we have two robot guests. I decided to try and experiment. My experiment was, can I upload a white paper to LLM, have it generate a podcast listen to that podcast in my daily walk and see whether that summary removes the need for me to actually read the white paper. So in this case, I have grabbed a white paper called Top Data Tre...
2024-12-11
33 min
🧠 _
#0108 - Wiring the Winning Organisation with Gene Kim
Podcast: No Nonsense Leadership (LS 25 · TOP 10% what is this?)Episode: #0108 - Wiring the Winning Organisation with Gene KimPub date: 2024-08-16Get Podcast Transcript →powered by Listen411 - fast audio-to-text and summarizationJoin Murray Robinson and Shane Gibson as they chat with Gene Kim, leader of the Enterprise Technology Leadership Conference and author of the Phoenix and Unicorn Projects. Gene describes how DevOps research shows that excellent socio-technical leadership is critical to team success and failure. He explains how technical leaders can dramatically increase team effe...
2024-10-11
45 min
🧠 _
#0111 - The crisis in agile with Jurgen Appelo
Podcast: No Nonsense Leadership (LS 25 · TOP 10% what is this?)Episode: #0111 - The crisis in agile with Jurgen AppeloPub date: 2024-09-26Get Podcast Transcript →powered by Listen411 - fast audio-to-text and summarizationJoin Murray Robinson and Shane Gibson as they chat with Jurgen Appelo about the crisis in the agile community. We explore how the agile job market has changed with diminishing roles for agile coaches and scrum masters. And we discuss what people can do now that the agile consulting and training gold rush is over. We...
2024-10-11
34 min
Agile Data N’ Info
Data Contracts with Andrew Jones - Episode #54
Join Shane Gibson as he chats with Andrew Jones on the pattern of Data Contracts You can get in touch with Andrew via LinkedIn or at https://andrew-jones.com/ If you want to read the transcript for the podcast head over to: https://agiledata.io/podcast/agiledata-podcast/data-contracts-with-andrew-jones/#read Listen to more podcasts on applying AgileData patterns over at https://agiledata.io/podcasts/ Read more on the AgileData Way of Working over at https://wow.agiledata.io/way-of-working/ If you want to j...
2024-09-05
59 min
The Brazilian BA Guest
Agile community mistakes and how to move forward - Guest: Scott Ambler
The opening question I ask my guest Scott Ambler may sound eschatological. Still, he recently caught the attention of the Agile community with these terms in a series of articles that you'll find in the comments of this post. Scott Ambler is a prominent figure within this community: Creator of the Agile Modeling (AM) (AgileModeling.com) and Agile Data (AD) (AgileData.org) methods and co-creator of PMI's Disciplined Agile (DA) toolkit. As a conference keynote speaker, he speaks about agile data warehousing (DW)/business intelligence (BI), enterprise agile, and agile architecture. Agile was a transformation in the way of...
2024-09-02
57 min
Agile Data N’ Info
AI Data Agents with Joe Reis - Episode #53
Join Shane Gibson as he chats with Joe Reis on how the potential adoption of GenAI and LLM's in the way Data teams work. You can get in touch with Joe via LinkedIn or at https://joereis.substack.com/ If you want to read the transcript for the podcast head over to: https://agiledata.io/podcast/agiledata-podcast/ai-data-agents-with-joe-reis/#read Listen to more podcasts on applying AgileData patterns over at https://agiledata.io/podcasts/ Read more on the AgileData Way of Working over at https://wow.agiledata...
2024-06-25
53 min
Agile Data N’ Info
Bridging Data and Product Management Practises and Patterns with Juha Korpela - Episode #52
Join Shane Gibson as he chats with Juha Korpela on how to adopt patterns and practises from Product Management and apply them to the data domain. You can get in touch with Juha via LinkedIn or at https://www.datakor.fi If you want to read the transcript for the podcast head over to: https://agiledata.io/podcast/agiledata-podcast/bridging-data-and-product-management-practises-and-patterns-with-juha-korpela/#read Listen to more podcasts on applying AgileData patterns over at https://agiledata.io/podcasts/ Read more on the AgileData Way of Working over at https...
2024-04-02
1h 11
Agile Data N’ Info
Patterns for being a successful internal data consultancy with Dylan Jones - Episode #51
Join Shane Gibson as he chats with Dylan Jones on how to adopt patterns used by successful data consultancies and apply them in your organisation as an internal data team. You can get in touch with Dylan via LinkedIn or at https://mydatabrand.com/ If you want to read the transcript for the podcast head over to: https://agiledata.io/podcast/agiledata-podcast/patterns-for-being-a-successful-internal-data-consultancy-with-dylan-jones/#read Listen to more podcasts on applying AgileData patterns over at https://agiledata.io/podcasts/ Read more on the AgileData Way of Working...
2024-03-04
1h 04
Agile Data N’ Info
Combining agile and data five years on with Blair Tempero - Episode #50
Join Shane Gibson as he chats with Blair Tempero on that last five years since they started the AgileData Podcast together. You can get in touch with Blair via LinkedIn If you want to read the transcript for the podcast head over to: https://agiledata.io/podcast/agiledata-podcast/combining-agile-and-data-five-years-on-with-blair-tempero/#read Listen to more podcasts on applying AgileData patterns over at https://agiledata.io/podcasts/ Read more on the AgileData Way of Working over at https://wow.agiledata.io/way-of-working/ If you want to...
2024-02-19
46 min
Agile Data N’ Info
Knowledge Graphs with Juan Sequeda - Episode #49
Join Shane Gibson as he chats with Juan Sequeda on Knowledge Graphs. You can get in touch with Juan via LinkedIn or at https://www.juansequeda.com If you want to read the transcript for the podcast head over to: https://agiledata.io/podcast/agiledata-podcast/knowledge-graphs-with-juan-sequeda/#read Listen to more podcasts on applying AgileData patterns over at https://agiledata.io/podcasts/ Read more on the AgileData Way of Working over at https://wow.agiledata.io/way-of-working/ If you want to join us o...
2023-12-13
59 min
Agile Data N’ Info
Data Storytelling with Kat Greenbrook - AgileData #48
Join Shane Gibson as he chats with Kat Greenbrook on how to tell stories with data. You can get in touch with Kat via LinkedIn or at https://www.roguepenguin.co.nz/ Buy Kat's new book "The Data Storyteller's Handbook" on Amazon. If you want to read the transcript for the podcast head over to: https://agiledata.io/podcast/agiledata-podcast/data-storytelling-with-kat-greenbrook/#read Listen to more podcasts on applying AgileData patterns over at https://agiledata.io/podcasts/ Read more on the AgileData Way of W...
2023-12-07
1h 00
Agile Data N’ Info
Ways of Working with Scott Ambler - AgileData #47
Join Shane Gibson as he chats with Scott Ambler about the power of data teams crafting their own Ways of Working. You can get in touch with Scott via LinkedIn or at https://scottambler.com/ If you want to read the transcript for the podcast head over to: https://agiledata.io/podcast/agiledata-podcast/ways-of-working-with-scott-ambler/#read Listen to more podcasts on applying AgileData patterns over at https://agiledata.io/podcasts/ Read more on the AgileData Way of Working over at https://wow.agiledata.io/way-of-working/ ...
2023-11-05
1h 11
Agile Data N’ Info
Attribution Model Patterns with Yorgos Moschovis - AgileData #46
Join Shane Gibson as he chats with Yorgos Moschovis and discussed the multifaceted world of marketing attribution You can get in touch with Yorgos via LinkedIn If you want to read the transcript for the podcast head over to: https://agiledata.io/podcast/agiledata-podcast/attribution-model-patterns-with-yorgos-moschovis/#read Listen to more podcasts on applying AgileData patterns over at https://agiledata.io/podcasts/ Read more on the AgileData Way of Working over at https://wow.agiledata.io/way-of-working/ If you want to join us on th...
2023-08-22
57 min
Agile Data N’ Info
Building a vibrant community with Scott Hirleman - AgileData #45
Join Shane Gibson as he chats with Scott Hirleman delving into the nuances of cultivating and sustaining thriving communities. You can get in touch with Scott via LinkedIn If you want to read the transcript for the podcast head over to: https://agiledata.io/podcast/agiledata-podcast/building-a-vibrant-community-with-scott-hirleman/ Listen to more podcasts on applying AgileData patterns over at https://agiledata.io/podcasts/ Read more on the AgileData Way of Working over at https://wow.agiledata.io/way-of-working/ If you want to join us on...
2023-08-08
1h 05
Agile Data N’ Info
Layered Data Architecture with Veronika Durgin - AgileData #44
Join Shane Gibson as he chats with Veronika Durgin delving into the world of data, discussing layered data architecture, data management, and the challenges that come with it You can get in touch with Veronika via LinkedIn If you want to read the transcript for the podcast head over to: https://agiledata.io/podcast/agiledata-podcast/layered-data-architectures-with-veronika-durgin/#transcript Listen to more podcasts on applying AgileData patterns over at https://agiledata.io/podcasts/ Read more on the AgileData Way of Working over at https://wow.agiledata.io/way-of-working/
2023-07-22
1h 03
Agile Data N’ Info
How can data teams use Generative AI with Shaun McGirr - AgileData #43
Join Shane Gibson as he chats with Shaun McGirr on Generative AI and Large Language Models and how data teams can leverage them to improve their Ways of Working. You can get in touch with Shaun via LinkedIn If you want to read the transcript for the podcast head over to: https://agiledata.io/podcast/agiledata-podcast/how-can-data-teams-use-generative-ai-with-shaun-mcgirr/#transcript Listen to more podcasts on applying AgileData patterns over at https://agiledata.io/podcasts/ Read more on the AgileData Way of Working over at https://wow.agiledata.io/w...
2023-07-04
1h 12
Agile Data N’ Info
The Activity Schema data modeling pattern with Ahmed Elsamadisi - AgileData #42
Join Shane Gibson as he chats with Ahmed Elsamadisi on the Activity Schema Modeling pattern. You can get in touch with Ahmed via LinkedIn or over at https://www.narratordata.com/ If you want to read the transcript for the podcast head over to: https://agiledata.io/podcast/agiledata-podcast/the-patterns-of-activity-schema-with-ahmed-elsamadisi/#transcript Listen to more podcasts on applying AgileData patterns over at https://agiledata.io/podcasts/ Read more on our AgileData Way of Working over at https://wow.agiledata.io/way-of-working/ If you wa...
2023-06-07
1h 08
Agile Data N’ Info
The patterns of Data Vault with Hans Hultgren - AgileData #41
Join Shane Gibson as he chats with Hans Hultgren on the core Data Vault Modeling patterns. You can get in touch with Hans via hans@geneseeacademy.com or over at https://www.geneseeacademy.com/contact If you want to read the transcript for the podcast head over to: https://agiledata.io/podcast/agiledata-podcast/the-patterns-of-data-vault-with-hans-hultgren/#transcript Listen to more podcasts on applying AgileData patterns over at https://agiledata.io/podcasts/ Read more on the AgileData Way of Working over at https://wow.agiledata.io/way-of-working/ ...
2023-05-16
1h 14
Tech Lead Journal
#131 - Data Essentials in Software Architecture - Pramod Sadalage
“The notion of transaction, consistency, and ACID compliance are many times tech imposed. It should be the business that makes the decision. We as technologists should not make that decision." Pramod Sadalage is a Director at ThoughtWorks and the co-author of the Jolt Award winning “Refactoring Databases”. In this episode, we discussed data essentials in software architecture. Pramod started by explaining why dealing with data is hard in software architecture and some data related concerns we should think about when making architecture decisions. He then shared the thought process of how we can choose the right database for ou...
2023-05-01
1h 00
Agile Data N’ Info
Data Consulting Patterns with Joe Reis - AgileData #40
Join Shane Gibson as he chats with Joe Reis on his experience in building and running a successful data and analytics consulting company. You can get in touch with Joe on LinkedIn If you want to read the transcript for the podcast head over to: https://agiledata.io/podcast/agiledata-podcast/data-consulting-patterns-with-joe-reis/#transcript Listen to more podcasts on applying AgileData patterns over at https://agiledata.io/podcasts/ Read more on the AgileData Way of Working over at https://wow.agiledata.io/way-of-working/
2023-04-26
1h 04
Agile Data N’ Info
Data Lineage Patterns with Tomas Kratky - AgileData #39
Join Shane Gibson as he chats with Tomas Kratky on his experience in defining data lineage and DataOps patterns. You can get in touch with Tomas on LinkedIn If you want to read the transcript for the podcast head over to: https://agiledata.io/podcast/agiledata-podcast/data-lineage-patterns-tomas-kratky/#transcript Listen to more podcasts on applying AgileData patterns over at https://agiledata.io/podcasts/ Read more on the AgileData Way of Working over at https://wow.agiledata.io/way-of-working/ If you want...
2023-03-29
53 min
Agile Data N’ Info
Observability with Raj Joseph - AgileData #38
Join Shane Gibson as he chats with Raj Joseph on his experience in defining data observability patterns. You can get in touch with Raj on LinkedIn Listen to more podcasts on applying AgileData techniques over at https://agiledata.io/podcasts/ or read more on our AgileData Way of Working over at https://wow.agiledata.io/way-of-working/ If you want to join us on the next podcast, get in touch over at https://agiledata.io/podcasts/#contact Or if you just want to talk about making magic...
2023-03-16
52 min
Agile Data N’ Info
AgileData #37 - Conceptually Modeling Concepts, Details and Events in AgileData
Join Shane and Nigel as they discuss how and why we define a conceptual model of Concepts, Details and Events in AgileData and how we map these to a physical Data Vault model. Listen to more podcasts from Shane and Nigel on applying AgileData techniques over at https://agiledata.io/podcasts/ If you have a suggestion on a subject you would like us to discuss on the next podcast, or even better you want to join us on the next podcast, send us a suggestion over at https://agiledata.io/podcasts/#contact Or if...
2023-02-26
19 min
Agile Data N’ Info
AgileData #36 - Agile and Product - Justin Bauer
Join Shane Gibson as he chats with Justin Bauer on his experience combining the worlds of agile and product in a data driven company. You can get in touch with Justin on LinkedIn Listen to more podcasts on applying AgileData techniques over at https://agiledata.io/podcasts/ or read more on our AgileData Way of Working over at https://wow.agiledata.io/way-of-working/ If you want to join us on the next podcast, get in touch over at https://agiledata.io/podcasts/#contact Or if you j...
2023-01-24
45 min
Agile Data N’ Info
AgileData #35 - AgileData WoW Q&A - Hamish Gray and May-Lyn Hu
Join Shane Gibson, Hamish Gray and May-Lyn Hu as they talk through some of the experiences they have had in their organisation applying agile and data together in a new way of working. You can get in touch with Hamish and May-Lyn on LinkedIn Listen to more podcasts on applying AgileData techniques over at https://agiledata.io/podcasts/ or read more on our AgileData Way of Working over at https://wow.agiledata.io/way-of-working/ If you want to join us on the next podcast, get in touch over at http...
2023-01-15
1h 03
Data Engineering Podcast
Build Data Products Without A Data Team Using AgileData
Summary Building data products is an undertaking that has historically required substantial investments of time and talent. With the rise in cloud platforms and self-serve data technologies the barrier of entry is dropping. Shane Gibson co-founded AgileData to make analytics accessible to companies of all sizes. In this episode he explains the design of the platform and how it builds on agile development principles to help you focus on delivering value. Announcements Hello and welcome to the Data Engineering Podcast, the show about modern data management When you’re ready to build your next pi...
2022-11-14
1h 12
Agile Data N’ Info
AgileData #34 - The Information Product Canvas with Tammy Leahy
Join Shane and Tammy Leahy as they discuss the Information Product Canvas, what each area of the canvas holds and why you would want to collect this information. This is the second in a series of podcast episodes that deep dives into the Information Product pattern. If you want to get in touch with Tammy, contact her over on LinkedIn. Listen to more podcasts on applying AgileData techniques over at https://agiledata.io/podcasts/ or read more on our AgileData Way of Working over at https://wow.agiledata.io/way-of-working/...
2022-10-24
32 min
Agile Data N’ Info
AgileData #33 - analytical team topologies - Ashwin Kamath
Join Shane and guest Ashwin Kamath as they discuss his experience working with analytical teams and analytical team topologies. If you want to get in touch with Ashwin, contact him over on LinkedIn or at https://www.spectredata.com/ Listen to more podcasts on applying AgileData techniques over at https://agiledata.io/podcasts/ or read more on our AgileData Way of Working over at https://wow.agiledata.io/way-of-working/ If you want to join us on the next podcast, get in touch over at https://agiledata.io/podcasts/#contact ...
2022-10-17
1h 01
Agile Data N’ Info
AgileData #32 - Information Products - What and Why
Join Shane and Tammy Leahy as they discuss what is an Information Product and why you would use the Information product pattern. This is the first in a series of podcast episodes that deep dives into the Information Product pattern. If you want to get in touch with Tammy, contact her over on LinkedIn. Listen to more podcasts on applying AgileData techniques over at https://agiledata.io/podcasts/ or read more on our AgileData Way of Working over at https://wow.agiledata.io/way-of-working/ If you wan...
2022-10-07
32 min
Agile Data N’ Info
AgileData #31 - scaling data teams - Tammy Leahy
Join Shane and guest Tammy Leahy as they discuss how to scale your data teams. If you want to get in touch with Tammy, contact her over on LinkedIn. Listen to more podcasts on applying AgileData techniques over at https://agiledata.io/podcasts/ or read more on our AgileData Way of Working over at https://wow.agiledata.io/way-of-working/ If you want to join us on the next podcast, get in touch over at https://agiledata.io/podcasts/#contact Or if you just want to t...
2022-08-19
1h 25
Agile Data N’ Info
AgileData #30 - data products - Eric Broda
Join Shane and guest Eric Broda as they discuss data products. If you want to get in touch with Eric, contact him over on LinkedIn. And don't forget to checkout Eric's thoughts on Data Products over at https://medium.com/@ericbroda Listen to more podcasts on applying AgileData techniques over at https://agiledata.io/podcasts/ or read more on our AgileData Way of Working over at https://wow.agiledata.io/way-of-working/ If you want to join us on the next podcast, get in touch over at https://ag...
2022-08-08
1h 15
Agile Data N’ Info
AgileData #29 - agile security - Laura Bell
Join Shane and guest Laura Bell as they discuss how you can eat the security elephant in an agile way. If you want to get in touch with Laura, contact her over on Twitter. And don't forget to checkout Laura's SafeStack Academy over at https://academy.safestack.io/ Listen to more podcasts on applying AgileData techniques over at https://agiledata.io/podcasts/ or read more on our AgileData Way of Working over at https://wow.agiledata.io/way-of-working/ If you want to join us on the next p...
2022-04-20
53 min
Agile Data N’ Info
AgileData #28 - analyst vs analytics engineer - Benn Stancil
Join Shane and guest Benn Stancil as they discuss the difference between the age old analyst role and the new emerging role of analytics engineer (amongst a few other interesting things) If you want to get in touch with Benn, contact him over on Twitter. And don't forget to subscribe to Benn's substack articles over at https://benn.substack.com Listen to more podcasts on applying AgileData techniques over at https://agiledata.io/podcasts/ or read more on our AgileData Way of Working over at https://wow.agiledata.io/way-of-working/
2022-03-01
56 min
Agile Data N’ Info
AgileData #27 - 3 agile architecture things - Brian McMillian
Join Shane and guest Brian McMillian as they discuss the art of architecture in an agile data world. We discuss 3 things: 1. the 4x approach 2. data vault 3. everything is code If you want to get in touch with Brian, contact him over on LinkedIn. If you fancy reading Brians book the Introduction to Data and Analytics Engineering, head over to https://www.minimumviablearchitecture.com/ Listen to more podcasts on applying AgileData techniques over at https://agiledata.io/podcasts/ or read more on our AgileData Way of Working over at...
2022-02-23
1h 07
Agile Data N’ Info
AgileData #26 - AgileBI - Raphael Branger
Join Shane and guest Raphael Branger as they discuss combining agile ways of working with the world of data and business intelligence (BI). If you want to get in touch with Raphael, contact him over on LinkedIn. If you want to read a beta version of Raphael's AgileBI book go to: https://oikosofyseries.com/how-to-succeed-with-agile-bi-the-book-page Read Raphael's blogs over at: http://rbranger.wordpress.com/ http://blog.it-logix.ch/author/raphael-branger/ Listen to more podcasts on applying AgileData techniques over at https://agiledata.io/podcasts/ or...
2022-02-07
1h 08
Agile Data N’ Info
Agile and Analytics with Shaun McGirr - AgileData #25
Join Shane and special guest Shaun McGirr as they discuss the combining of agile ways of working with analytics teams. If you want to get in touch with Shaun, contact him over on LinkedIn. Listen to more podcasts on applying AgileData patterns over at https://agiledata.io/podcasts/ Read more on the AgileData Way of Working over at https://wow.agiledata.io/way-of-working/ If you want to join us on the next podcast, get in touch over at https://agiledata.io/podcasts/#contact ...
2022-01-20
55 min
The Argument: Better Architecture Everyday
Scott Ambler on Agile Architecture
In this version of the Argument we get into Agility, agile delivery, and agile architecture at scale. Scott Ambler is the co-founder of Disciplined Agile (DA), which was acquired by Project Management Institute (PMI) in August 2019. The DA tool kit is the world’s only comprehensive agile body of knowledge (BOK) that provides straightforward and practical guidance to help individuals, teams and enterprises choose their “way of working” in a context-specific way. Together, PMI and DA offer a unique and unparalleled value proposition to stakeholders who are committed to improving their personal, team and enterprise agility. In addition to his wor...
2021-10-21
49 min
Le Sprinkler Mini
Mini 87 - Agilizing Tangibles vs. Intangibles with Scott Ambler
About Scott Ambler I am the co-founder of Disciplined Agile (DA), which was acquired by Project Management Institute (PMI) in August 2019. The DA tool kit is the world’s only comprehensive agile body of knowledge (BOK) that provides straightforward and practical guidance to help individuals, teams and enterprises choose their “way of working” in a context-specific way. Together, PMI and DA offer a unique and unparalleled value proposition to stakeholders who are committed to improving their personal, team and enterprise agility. In addition to my work on the DA tool kit, I am the creator of the Agile Modeling (AM) (Agi...
2021-09-15
09 min
Le Sprinkler Mini
Mini 86 - Agile Coaching and Disciplined Agile with Scott Ambler
About Scott Ambler I am the co-founder of Disciplined Agile (DA), which was acquired by Project Management Institute (PMI) in August 2019. The DA tool kit is the world’s only comprehensive agile body of knowledge (BOK) that provides straightforward and practical guidance to help individuals, teams and enterprises choose their “way of working” in a context-specific way. Together, PMI and DA offer a unique and unparalleled value proposition to stakeholders who are committed to improving their personal, team and enterprise agility. In addition to my work on the DA tool kit, I am the creator of the Agile Modeling (AM) (Agi...
2021-09-08
26 min
Le Sprinkler Mini
Mini 85 - Succeed Fast over Fail Fast with Scott Ambler
About Scott Ambler I am the co-founder of Disciplined Agile (DA), which was acquired by Project Management Institute (PMI) in August 2019. The DA tool kit is the world’s only comprehensive agile body of knowledge (BOK) that provides straightforward and practical guidance to help individuals, teams and enterprises choose their “way of working” in a context-specific way. Together, PMI and DA offer a unique and unparalleled value proposition to stakeholders who are committed to improving their personal, team and enterprise agility. In addition to my work on the DA tool kit, I am the creator of the Agile Modeling (AM) (Agi...
2021-09-01
05 min
Sprinkler - Agilité en Podcast
Episode 31 - Disciplined Agile with Scott Ambler
0:00 - Introductions 3:11 - Discipled Agile - What is it? 9:05 - Value proposition - Succeed fast over fail fast 11:35 - DA and agile coaching 13:45 - Agile coach or a child? 26:45 - How can the DA toolkit help the coach (experienced or not) 38:11 - Free advise from Scott for typical problems 53:00 - Maintaining the DA toolbox - DA IP team 58:58 - The Mob Programming inclusion example 1:01:30 - The Scoop!...not. 1:02:20 - The EVM example 1:04:27 - Back to Mob Programming... 1:06:07...
2021-08-25
1h 39
Agile and Project Management - DrunkenPM Radio
Disciplined Agile Certifications at PMI with Scott Ambler
This week my guest is Scott Ambler. Scott is the Vice President and Chief Scientist of Disciplined Agile at the Project Management Institute. He’s is also the co-founder of Disciplined Agile (DA), the creator of the Agile Modeling method and Agile Data methods, and he is the author of a number of books that focus on software development and Agile. (See links below.) In this episode of the podcast, Scott and I discuss how PMI’s efforts in support of Agile have evolved since August 2019 when PMI acquired Disciplined Agile and Alan Shalloway’s FLEX. We also discuss how the PM...
2021-06-17
45 min
Agile Data N’ Info
AgileData #24 - The magic of Agile Data teams vs Agile Software teams - Lynn Winterboer
Join Shane and special guest Lynn Winterboer as they discuss the core differences between teams that leverage an agile way of working while managing data versus creating software. Listen to more podcasts on applying AgileData techniques over at https://agiledata.io/podcasts/ If you have a suggestion on a subject you would like us to discuss on the next podcast, or even better you want to join us on the next podcast, send us a suggestion over at https://agiledata.io/podcasts/#contact Or if you just want to talk about making magic h...
2020-12-15
46 min
Agile Data N’ Info
AgileData #23 -Agile Data Testing Techniques, a magical list of testing TLA's
Join Shane and Nigel as they discuss the many notions you should understand to start your journey on the DataOps and automated data testing path. Listen to more podcasts from Shane and Nigel on applying AgileData techniques over at https://agiledata.io/podcasts/ If you have a suggestion on a subject you would like us to discuss on the next podcast, or even better you want to join us on the next podcast, send us a suggestion over at https://agiledata.io/podcasts/#contact Or if you just want to talk about making ma...
2020-12-01
27 min
Agile Data N’ Info
AgileData #22 - Data Lineage, mapping your way to magic
Join Shane and Nigel as they discuss data lineage, what it is, why people want it and what it can actually be used for. Listen to more podcasts from Shane and Nigel on applying AgileData techniques over at https://agiledata.io/podcasts/ If you have a suggestion on a subject you would like us to discuss on the next podcast, or even better you want to join us on the next podcast, send us a suggestion over at https://agiledata.io/podcasts/#contact Or if you just want to talk about making magic ha...
2020-11-18
30 min
Agile Data N’ Info
AgileData #21 - The magic of serverless
Join Shane and Nigel as they discuss what serverless actually means, and the value of leveraging serverless components within your data platform. Listen to more podcasts from Shane and Nigel on applying AgileData techniques over at https://agiledata.io/podcasts/ If you have a suggestion on a subject you would like us to discuss on the next podcast, or even better you want to join us on the next podcast, send us a suggestion over at https://agiledata.io/podcasts/#contact Or if you just want to talk about making magic happen with ag...
2020-11-03
25 min
Agile Data N’ Info
AgileData #20 - Data Layers, the magic of the right data in the right place
Join Shane and Nigel as they discuss what data layers and how we apply data layers as a core part of the AgileData.io Agile-Tecture. Listen to more podcasts from Shane and Nigel on applying AgileData techniques over at https://agiledata.io/podcasts/ If you have a suggestion on a subject you would like us to discuss on the next podcast, or even better you want to join us on the next podcast, send us a suggestion over at https://agiledata.io/podcasts/#contact Or if you just want to talk about making ma...
2020-10-20
37 min
Agile Data N’ Info
AgileData #19 - Refactoring, magically making changes when you need to
Join Shane and Nigel as they discuss what refactoring is and why you should always plan to refactor your data, code and platform from day one. Listen to more podcasts from Shane and Nigel on applying AgileData techniques over at https://agiledata.io/podcasts/ If you have a suggestion on a subject you would like us to discuss on the next podcast, or even better you want to join us on the next podcast, send us a suggestion over at https://agiledata.io/podcasts/#contact Or if you just want to talk about ma...
2020-10-13
22 min
Agile Data N’ Info
AgileData #18 - Agile Data Patterns, applying magic tricks you have created before
Join Shane and Nigel as they discuss what agile data patterns are and how you can apply them to speed up the delivery of data to your stakeholders. Listen to more podcasts from Shane and Nigel on applying AgileData techniques over at https://agiledata.io/podcasts/ If you have a suggestion on a subject you would like us to discuss on the next podcast, or even better you want to join us on the next podcast, send us a suggestion over at https://agiledata.io/podcasts/#contact Or if you just want to t...
2020-10-06
23 min
Agile Data N’ Info
AgileData #17 - Flying the airplane while building it - Jan Sheppard
Join Shane and Blair as they chat with Jan Sheppard about the experience of building a new agile way of working while still ensuring you are delivering data and analytical value to your stakeholders. Connect with us on Twitter | Shane @shagility | Blair @affman01 | or connect with Jan on Linkedin Listen to more podcasts on applying AgileData techniques over at https://agiledata.io/podcasts/ or read more on our AgileData Way of Working over at https://wow.agiledata.io/way-of-working/ If you want to join us on the next podcast, get in t...
2020-05-15
49 min
Agile Data N’ Info
AgileData #16 - Plan Continuation Bias
Join Shane and Blair as they chat with Tony O'Halloran about all things agile and how people prefer to stick to a plan once they have created one. Connect with us on Twitter | Shane @shagility | Blair @affman01 | Tony @ohallorantony If you have any questions or an area of applying agile techniques to Data, Analytics or Visualisations you would like us to discuss send us a note over at https://agiledata.io/contact-us/ Subscribe: iTunes, Spotify, Google Play Simply Magical Data
2020-03-19
56 min
Agile Data N’ Info
AgileData #15 - Leading agile data at scale
Join Shane and Blair as they chat with Chris La Grange about leading agile data teams in large organisations. Connect with us on Twitter | Shane @shagility | Blair @affman01 or on Linkedin | Chris https://nz.linkedin.com/in/chrislagrange If you have any questions or an area of applying agile techniques to Data, Analytics or Visualisations you would like us to discuss send us a note over at https://agiledata.io/contact-us/ Subscribe: iTunes, Spotify, Google Play Simply Magical Data
2020-02-26
1h 02
Agile Data N’ Info
AgileData #14 - Thoughts on the JAFAC conference
Join Shane and Blair as they chat amongst themselves on their highlights attending the JAFAC 2019 conference. Connect with us on Twitter | Shane @shagility | Blair @affman01 If you have any questions or an area of applying agile techniques to Data, Analytics or Visualisations you would like us to discuss send us a note over at https://agiledata.io/contact-us/ Subscribe: iTunes, Spotify, Google Play Simply Magical Data
2019-09-11
29 min
Agile Data N’ Info
AgileData #13 - A DataOps and Data Science Journey
Join Shane as he chats to Hamish and Liam in a pub in the middle of the North Island about their journey to adopting a way of working that combines DataOps with Data Science.. Connect with us on LinkedIn | Shane | Hamish | Liam. If you have any questions or an area of applying agile techniques to Data, Analytics or Visualisations you would like us to discuss send us a note over at https://agiledata.io/contact-us/ Subscribe: iTunes, Spotify, Google Play Simply Magical Data
2019-08-27
45 min
Agile Data N’ Info
AgileData #12 - Maturing Product Owner Capability
Join Shane and Blair as they chat amongst themselves on maturing the product owner capability. Connect with us on Twitter | Shane @shagility | Blair @affman01 If you have any questions or an area of applying agile techniques to Data, Analytics or Visualisations you would like us to discuss send us a note over at https://agiledata.io/contact-us/ Subscribe: iTunes, Spotify, Google Play Simply Magical Data
2019-08-13
30 min
Agile Data N’ Info
AgileData #11 - The value of agile ceremonies
Join Shane and Blair as they chat with Jo Shrigley on the value of agile ceremonies. Connect with us on Twitter | Shane @shagility | Blair @affman01 or Jo on Linkedin https://www.linkedin.com/in/joanna-shrigley-7b868a16/ If you have any questions or an area of applying agile techniques to Data, Analytics or Visualisations you would like us to discuss send us a note over at https://agiledata.io/contact-us/ Subscribe: iTunes, Spotify, Google Play Simply Magical Data
2019-07-30
57 min
Agile Data N’ Info
AgileData #10 - Prototype to Production
Join Shane and Blair as they chat with Gerhard DeBeer on moving prototypes to production in an agile way. Connect with us on Twitter | Shane @shagility | Blair @affman01 If you have any questions or an area of applying agile techniques to Data, Analytics or Visualisations you would like us to discuss send us a note over at https://agiledata.io/contact-us/ Subscribe: iTunes, Spotify, Google Play Simply Magical Data
2019-07-16
38 min
Agile Data N’ Info
AgileData #9 - Adapting for a BI Lifecycle
Join Shane and Blair as they chat with Nicky Mackenzie on adapting an agile approach to fit within a BI Lifecycle. Connect with us on Twitter | Shane @shagility | Blair @affman01 or connect with Nicky on LinkedIn If you have any questions or an area of applying agile techniques to Data, Analytics or Visualisations you would like us to discuss send us a note over at https://agiledata.io/contact-us/ Subscribe: iTunes, Spotify, Google Play Simply Magical Data
2019-07-02
44 min
Agile Data N’ Info
AgileData #8 - A new way of working
Join Shane and Blair as they chat with Pete Tansey aka agilePete on helping organisations to be agile and adopt a new way of working. Connect with us on Twitter | Shane @shagility | Blair @affman01 | Pete @agilepete Find out more about how agilePete can help your organisation over at http://www.agilepete.co/ If you have any questions or an area of applying agile techniques to Data, Analytics or Visualisations you would like us to discuss send us a note over at https://agiledata.io/contact-us/ Subscribe: iTunes, Spotify, Google Play S...
2019-06-18
55 min
Agile Data N’ Info
AgileData #7 - Innovation Iterations
Join Shane and Blair as they chat amongst themselves on their experience running innovation iterations. Connect with us on Twitter | Shane @shagility | Blair @affman01 If you have any questions or an area of applying agile techniques to Data, Analytics or Visualisations you would like us to discuss send us a note over at https://agiledata.io/contact-us/ Subscribe: iTunes, Spotify, Google Play Simply Magical Data
2019-06-04
46 min
Agile Data N’ Info
AgileData #6 - The art of Business Agility
Join Shane and Blair as they chat to Andy Cooper on his experience working with senior executives to help them introduce Business Agility to their organisations. Connect with us on Twitter | Shane @shagility | Blair @affman01 | Andy @Andy766Cooper or LinkedIn Find out more about how Andy helps executive and organisations adopt a agile mindset over at https://www.softed.com/about-us/our-team/andy-cooper/ Want to find our more about business agility, Andy recommends these: Business Agility White Paper: https://stage.softed.com/assets/Uploads/Business-Agility-Whitepaper.pdf Steve Denning: The age of Agile book: h...
2019-05-21
58 min
Agile Data N’ Info
AgileData #5 - Tips for a New Scrum Master
Join Shane and Blair as they chat about tips for up skilling a new scrum master. Connect with us on Twitter | Shane @shagility | Blair @affman01 If you have any questions or an area of applying agile techniques to Data, Analytics or Visualisations you would like us to discuss send us a note over at https://agiledata.io/contact-us/ Subscribe: iTunes, Spotify, Google Play Simply Magical Data
2019-05-07
41 min
Agile Data N’ Info
AgileData #4 - The Art of Data Story Telling
Join Shane and Blair as they chat to Kat Greenbrook on her experience doing and training teams on Data Story telling. Connect with us on Twitter | Shane @shagility | Blair @affman01 | Kat @katgreenbrook Find out more about how Kat helps teams learn how to tell stories using data over at https://www.roguepenguin.co.nz/ Want to find our more about data story telling, Kat recommends these: Storytelling With Data (book and podcast) - http://www.storytellingwithdata.com/podcast Data Stories (podcast) - http://datastori.es/ Data Visualization Society (community) - https://www.datavisu...
2019-04-23
39 min
Agile Data N’ Info
AgileData #3 - The life of an awesome product owner
Join Shane and Blair as they chat to Hiria Te Rangi on her experience of being and coaching awesome product owners. Connect with us on Twitter | Shane @shagility | Blair @affman01 | Hiria @n3rdybyn4ture. Find out more about Hiria's social enterprise focussed on sensors that tell you when your home is making you sick over at https://www.wharehauora.nz/ If you have any questions or an area of applying agile techniques to Data, Analytics or Visualisations you would like us to discuss send us a note over at https://agiledata.io/contact-us/ ...
2019-04-09
55 min
Agile Data N’ Info
AgileData #2 - Adopting the AgileBI way with Sam Sewell
Join Shane and Blair as they chat to Sam Sewell on his experience adopting the AgileBI way as part of building a new Agile team. Connect with Shane on Twitter @shagility or Blair @affman01. Listen to more podcasts on applying AgileData techniques over at https://agiledata.io/podcasts/ or read more on our AgileData Way of Working over at https://wow.agiledata.io/way-of-working/ If you want to join us on the next podcast, get in touch over at https://agiledata.io/podcasts/#contact Or if you...
2019-03-26
34 min
Agile Data N’ Info
AgileData #1 - Thoughts of a new scrum master with Juan Dione
Join Shane and Blair as they chat to Juan Dione on his experience as a new scrum master. Connect with Shane on Twitter @shagility or Blair @affman01. If you have any questions or an area of applying agile techniques to Data, Analytics or Visualisations you would like us to discuss send us a note over at https://agiledata.io/contact-us/ Subscribe: iTunes, Spotify, Google Play Simply Magical Data
2019-03-17
26 min
The Java Posse
Java Posse #372 - Roundup '11 - Should We Shoot Agile in the Head?
Roundup '11 - Shoot Agile in the Head? Fully formatted shownotes can always be found at http://javaposse.com Recorded at the Java Posse Roundup 2011, in Crested Butte, CO. Please join us for the next Java Posse Roundup in beautiful crested butte, CO, from March 26th to 30th 2012 (with the customary JVM languages day on the 26th free to anyone who wants to attend). https://docs.google.com/spreadsheet/viewform?hl=en_US&formkey=dGZqRnl1M3E4MVJvbUpQdk1jdVlfbXc6MA#gid=0 Agile Coach http://www.infoq.com/articles/agile-coach-a-to-z http://alltc.com/ Agile Manifesto http://agilemanifesto.org/ Agile Culture http://w...
2011-12-13
1h 05
The Java Posse
Java Posse #349 - Roundup '11 - Functional Testing
Roundup '11 - Functional Testing Fully formatted shownotes can always be found at http://javaposse.comRecorded at the Java Posse Roundup 2011 in Crested Butte, CO. A discussion about functional testing at all levels of the software development stack. Selenium http://code.google.com/p/selenium/?redir=1 Javascript MVC http://javascriptmvc.com/ WebDriver http://google-opensource.blogspot.com/2009/05/introducing-webdriver.html Flex http://www.adobe.com/products/flex/ http://www.ranorex.com/product/automated-ui-testing-of-flash-flex-applications.html Rational Functional Test http://www.ibm.com/software/awdtools/tester/functional/ Sikuli http://sikuli.org/ HP Performance Tester http://h50281.www5.hp.com/software...
2011-04-27
1h 09
The Java Posse
Java Posse #288 - Roundup 09 - API Design
Roundup 09 - API Design Fully formatted shownotes can always be found at http://javaposse.comRecorded at the Java Posse Roundup 2009 in Crested Butte, CO.Assembly Language librarieshttp://homepage.mac.com/randyhyde/webster.cs.ucr.edu/HighLevelAsm/HLADoc/HLAStdlib_info.html C librarieshttp://www.acm.uiuc.edu/webmonkeys/book/c_guide/ Python librarieshttp://docs.python.org/library/ Principle of least astonishmenthttp://en.wikipedia.org/wiki/Principle_of_least_astonishment Bean Managed Persistence vs JPAhttp://java.sun.com/j2ee/tutorial/1_3-fcs/doc/BMP2.html#62907http://java.sun.com/developer/technicalArticles/J2EE/jpa/ Standard Java librarieshttp://java.sun.com/javase/6/docs...
2009-12-04
1h 03