
Happy Path Programming (Bruce Eckel & James Ward)
Explore every episode of Happy Path Programming
Pub. Date | Title | Duration | |
---|---|---|---|
05 Feb 2021 | #19 Technology Evolution & Adoption - Why So Slow? | 00:55:33 | |
Change happens, but slowwwwly. How can we accelerate the adoption of new & better programming language features? Should we? Discuss this episode: https://discord.gg/nPa76qF | |||
19 Jan 2024 | #93 Nerd Sniping via the 1B Row Challenge with Gunnar Morling | 00:59:06 | |
When Gunnar Morling announced the 1 Billion Row Challenge a few weeks ago, he had no idea it'd go crazy viral. Resources:
Discuss this episode: discord.gg/XVKD2uPKyF | |||
09 Apr 2021 | #25 No Good Build Tools. Blocked on Reactive. | 01:05:59 | |
Once again we lament build tools. Then we get blocked talking about Reactive, async, non-blocking, actors, and concurrency. Discuss this episode: https://discord.gg/nPa76qF | |||
14 Sep 2020 | #2 More Kotlin! | 00:59:23 | |
In episode 2 we continue the conversation about Kotlin, things we enjoy and things that could be better. Discuss this episode: https://discord.gg/nPa76qF | |||
05 Feb 2022 | #54 Flix: Designing a principled programming language with Magnus Madsen | 01:16:53 | |
Magnus Madsen, language designer for the Flix programming language, joins us to talk about the driving principles and innovative features of the language. Discuss this episode: https://discord.gg/nPa76qF | |||
16 Feb 2024 | #94 Build Ops & Developer Productivity With Trisha Gee | 01:07:31 | |
We chat with Trisha Gee about Test Driven Development (TDD), flaky tests, ops & observability for builds, and developer productivity. Mentioned TDD Article: The beautiful theory of TDD and the reality check of practice Discuss this episode: discord.gg/XVKD2uPKyF | |||
19 Mar 2021 | #23 The Modern Java Platform - 2021 Edition | 01:00:59 | |
James shares about a blog he posted this week titled: "The Modern Java Platform - 2021 Edition" Discuss this episode: https://discord.gg/nPa76qF | |||
05 Apr 2024 | #97 The Pkl Configuration Language with Philip Hölzenspies | 01:14:36 | |
We chat with Philip Hölzenspies, one of the maintainers of the new Pkl configuration language (pkl-lang.org). Resources:
Discuss this episode: discord.gg/XVKD2uPKyF | |||
22 Dec 2023 | #91 'Tis The Season For Reducing Gradle Friction | 01:07:23 | |
Announcing Graboo, a collection of experiments to reduce friction with Gradle. Repo: https://github.com/jamesward/graboo Buy your Happy Path Programming Shirt: https://happy-path.printify.me/products Discuss this episode: https://discord.gg/nPa76qF | |||
29 Sep 2023 | #86 The Journey to OCaml with Sabine | 01:10:34 | |
Sabine went from acedemia and a PhD in formal methods, to Python, Elm, Haskell, and now OCaml. We chat about this journey and some of the reasons why OCaml is an awesome modern language. Discuss this episode: https://discord.gg/nPa76qF | |||
10 Dec 2021 | #49 Smart Types (Like Regular Types, Only Smarter) with Jorge Vasquez | 01:04:01 | |
Jorge Vasquez has been working on a way to have more precise data modeling while not sacrificing performance or ergonomics. Smart Types in ZIO Prelude are the answer, and they are amazing! Discuss this episode: https://discord.gg/nPa76qF | |||
02 Apr 2021 | #24 Vulnerability & Additive Hiring with Dianne Marsh | 01:04:51 | |
Bruce & James have a delightful chat with long-time friend Dianne Marsh about changing tech culture to be more vulnerable and diverse. Note: The Non-Violent Communication trainer mentioned in the episode is Karl Steyaert. Discuss this episode: https://discord.gg/nPa76qF | |||
29 Sep 2020 | #7 Why Adopt New Technology? And Monads! Monads! Monads! | 00:56:29 | |
What are the reasons to adopt or migrate to a new technology? What prevents you from doing so? We explore that question and the differences between green-field and brown-field. Then we finally dive deep into Monads trying to conquer the Curse of the Monad. Discuss this episode: https://discord.gg/nPa76qF | |||
06 Nov 2020 | #12 The Rise of Python & (Unrelated) Making Illegal States Unrepresentable | 00:35:47 | |
Python usage surpasses Java to second place on the Tiobe Index (behind C). Is developer productivity the primary driver? We then switch gears to talk about the concept of "Making Illegal States Unrepresentable" where James continues his crusade against the Builder Pattern. Discuss this episode: https://discord.gg/nPa76qF | |||
06 Oct 2020 | #8 Kotlin Revisited with Cedric Beust | 01:06:28 | |
Long-time Java author & expert, Cedric Beust, joins us to revisit some of the topics from our Kotlin episodes. We talk more deeply about checked exceptions, null safety, the builder pattern, build systems, and of-course Monads. Discuss this episode: https://discord.gg/nPa76qF | |||
22 Mar 2024 | #96 Compassionate Coding with April Wensel | 00:59:13 | |
We chat with April Wensel, founder of Compassionate Coding, about helping programmers bring more compassion to themselves and others. Resources:
Discuss this episode: discord.gg/XVKD2uPKyF | |||
13 Aug 2022 | #66 The Journey to Rust with Christopher Hunt | 01:20:05 | |
No doubt that Rust is hot right now. We chat with Christopher Hunt about his journey through Java, Scala, and many other languages and learn why he is now using Rust. Discuss this episode: https://discord.gg/nPa76qF | |||
19 Nov 2021 | #48 Composability in Distributed Systems - Because Math! With Heather Miller | 01:02:11 | |
Heather Miller, Computer Science professor at Carnegie Mellon, joins us to talk about her research into composability in distributed systems, the challenges with serialization, and a better approach to Chaos Engineering. Discuss this episode: https://discord.gg/nPa76qF | |||
16 Sep 2020 | #4 Why is Developer Experience Often Terrible? | 01:02:10 | |
In this episode we discuss things that are often overlooked in developer experience and what underlying values make developer experience an afterthought. Discuss this episode: https://discord.gg/nPa76qF | |||
19 Dec 2020 | #16 Kotlin for Scala Devs. Reflection is the Devil. Meta-Programming. | 01:07:36 | |
James, as a Scala "True Believer," talks about his experiences with Kotlin and how they compare to Scala. Then he switches gears to rant about runtime reflection which leads to a deeper conversation about meta-programming and alternatives to runtime reflection. Discuss this episode: https://discord.gg/nPa76qF | |||
07 Jan 2021 | #17 The Problem with Gradle; Java 11; SemVer Isn't | 01:08:23 | |
Bruce and James have struggled with Gradle for years and Bruce this week blogged about some of his gripes: The Problem with Gradle. This prompted a lengthy response from Cédric Champeau. James has mostly stuck to Java 8 and Bruce is exploring Java 11. Finally, James rants about SemVer for the 3.1.4'th time. Discuss this episode: https://discord.gg/nPa76qF | |||
10 Jun 2024 | #99 The Agile Illusion with Trond Hjorteland | 00:55:54 | |
We chat with Trond Hjorteland about Agile and why it hasn't led to successful outcomes in many traditional organizations. Mentioned and related resources: | |||
30 Oct 2020 | #11 Small talk about Smalltalk | 01:06:43 | |
Our friend Joey Gibson joins us to talk about Smalltalk, the well known grandfather of Object Oriented Programming. James is assigned some homework to get a Smalltalk web app running on Google Cloud Run, which he did (after recording). Check out the source: https://github.com/jamesward/hello-pharo Discuss this episode: https://discord.gg/nPa76qF | |||
27 Feb 2023 | #76 WebAssembly (Wasm) "The Web Finds a Way" with Vivek Sekhar | 01:01:00 | |
WebAssembly (Wasm) finds a way for the web to move forward to near-native performance while avoiding the limitations of JavaScript. In this episode we chat with Vivek Sekhar, a product manager on the Chrome team, about all the Wasm things and how they relate to a better foundation for cross-platform, high performance apps, in the browser, on the cloud, and maybe just everywhere. Discuss this episode: https://discord.gg/nPa76qF | |||
05 Apr 2023 | #77 Quarkus and Microservices with Holly Cummins | 01:00:58 | |
Holly Cummins, a Senior Principal Software Engineer on Quarkus at Redhat, joins us to chat about Microservices and Quarkus. Discuss this episode: https://discord.gg/nPa76qF | |||
08 Dec 2023 | #89 Algebraic Effects with Kyo (Flavio Brasil) | 01:07:45 | |
We learn about Algebraic Effects with the Scala library Kyo ( getkyo.io) from the creator, Flavio Brasil. Discuss this episode: https://discord.gg/nPa76qF | |||
13 Sep 2020 | #1 Adventures in Kotlin | 00:29:39 | |
In our first episode we discuss features of the Kotlin programming language that we like. Discuss this episode: https://discord.gg/nPa76qF | |||
13 Jan 2023 | #74 Developer Joy = Developer Productivity with Justin Reock | 01:07:59 | |
Developer Productivity Engineering (DPE) is a set of tools & practices that help engineers be more productive. We chat with Justin Reock, field CTO at Gradle, about why more organizations need DPE and what that really means. Learn more at: https://gradle.com/developer-productivity-engineering/ Discuss this episode: https://discord.gg/nPa76qF | |||
31 Aug 2022 | #67 Swallowed by a Python with Luciano Ramalho | 01:23:29 | |
Finally Bruce gets a whole episode about Python with our friend Luciano Ramalho, author of Fluent Python. In the words of Luciano: "Thanks James and Bruce for the most enjoyable podcast panel I ever had!" Discuss this episode: https://discord.gg/nPa76qF | |||
28 Apr 2023 | #78 Immutability & IDLs for Declarative Services with Jakub Kozłowski | 01:16:15 | |
First a short rant about mutability followed by learning about Smithy, an Interface Description Language (IDL), with Jakub Kozłowski. Discuss this episode: https://discord.gg/nPa76qF | |||
18 Jun 2024 | #100 Thinking about Thinking with Diana Montalion | 01:31:57 | |
Diana Montalion teaches us about Systems Thinking and why it matters for those of us building software. Diana is founder of Mentrix, which teaches "systems architecture skills for an increasingly complex world." Pre-Order Diana's book: Learning Systems Thinking: Essential Nonlinear Skills and Practices for Software Professionals Discuss this episode: discord.gg/XVKD2uPKyF | |||
09 Jul 2021 | #34 Fear, Uncertainty, and Monads with Dick Wall | 01:01:49 | |
FEE, FOO, FUD, and FUM (Fear, Uncertainty, and Monads) - Scala Giant, Dick Wall, joins Bruce and James to talk about life, work, and Functional Programming. Discuss this episode: https://discord.gg/nPa76qF | |||
14 Jan 2022 | #52 Reveling in Nonsense With Josh Long | 01:22:19 | |
A stroll through 20 years of Spring with Josh Long. Also: Bruce, James, and Josh announce their new Ska band. Discuss this episode: https://discord.gg/nPa76qF | |||
30 Apr 2021 | #28 PREP - Performant, Reliable, Expressive, and Productive | 00:59:09 | |
Bruce, James, and their friend Bill are working on a new book about systems that are Performant, Reliable, Expressive, and Productive. This episode explores those themes with some significant detours along the way. Discuss this episode: https://discord.gg/nPa76qF | |||
28 May 2021 | #30 Programming in (not with) Scala 3 but with Bill Venners | 01:04:22 | |
Bruce and James chat with their long time friend Bill Venners about Scala 3 and the updates to his "Programming in Scala" book. Discuss this episode: https://discord.gg/nPa76qF | |||
17 Sep 2021 | #40 Poisoned Agile with Barry Hawkins | 01:16:43 | |
Bruce and James chat with Barry Hawkins about software methodologies, their triumphs and abuses. Discuss this episode: https://discord.gg/nPa76qF | |||
07 Jul 2023 | #82 The Future of Programming | 01:12:16 | |
Bruce and James chat about the future of programming. Discuss this episode: https://discord.gg/nPa76qF | |||
03 Mar 2022 | #55 Apache Kafka - Like Functional Programming but for Data (With Anna McDonald) | 01:08:20 | |
We chat with the Kafka Duchess, Anna McDonald, about Apache Kafka, CQRS, Event Sourcing, and of-course Functional Programming. Note: There was a bit of echo for a few minutes but we did resolve it around 8 minutes in. Discuss this episode: https://discord.gg/nPa76qF | |||
30 Sep 2022 | #69 Polymorphism Unbound | 01:07:01 | |
Bruce continues his archaeological dig into the foundations of mainstream programming. Referenced blog: Why Are There Functions? Discuss this episode: https://discord.gg/nPa76qF | |||
06 May 2023 | #79 Domain-Driven Design and Moduliths with Oliver Drotbohm | 01:02:13 | |
We chat with Oliver Drotbohm about what Domain-Driven Design is and how it might intersect with Microservices, Monoliths, or Moduliths. Mentioned resources:
Discuss this episode: https://discord.gg/nPa76qF | |||
16 Oct 2020 | #9 Buildpacks, Containers, Kubernetes, Happy Path Programming, Rust, and gRPC | 01:07:33 | |
We start off talking about Cloud Native Buildpacks and Containers which of-course leads to James trying to explain Kubernetes. Then we dive into what "Happy Path Programming" means and how, while the term is somewhat derogatory, it is what we ultimately want. We end with a discussion about Bruce's recent explorations into Rust and gRPC. Discuss this episode: https://discord.gg/nPa76qF | |||
22 Jul 2022 | #64 Building Build Tools is Hard with Josh Suereth | 01:03:58 | |
Bruce and James often rant about build tools but it turns out they are hard to get right. We dive into the reasons with Josh Suereth who maintained sbt (a Scala build tool) for a number of years. Discuss this episode: https://discord.gg/nPa76qF | |||
27 Aug 2021 | #38 Databases are Insufficient with Jonas Bonér | 01:04:42 | |
James rants about databases with Jonas Bonér, CEO of Lightbend and creator of Akka. Bruce & James also learn about the actor model, Reactive, and Akka Serverless. Discuss this episode: https://discord.gg/nPa76qF | |||
14 Dec 2020 | #15 Atomic Kotlin Done! Cloud Events. TestContainers / Serverless Cassandra. Scala ZIO CLI. | 01:06:55 | |
Bruce shares exciting news about completing the Atomic Kotlin book. The rest is a mishmash of topics related to newsworthy announcements including Spring Boot Cloud Event support, Serverless + TestContainer + Kubernetes Cassandra support, and Scala ZIO CLI. Discuss this episode: https://discord.gg/nPa76qF | |||
20 Oct 2020 | #10 Gazing Into the Programming Crystal Ball and Can Organizations Adopt Inner Source? | 01:06:25 | |
We start off discussing what the future of programming might be... Can developers stop thinking about resource limitations? Can we make the "right path" easy? Then we dive into Inner Source and the organizational & cultural challenges with adopting it. Discuss this episode: https://discord.gg/nPa76qF | |||
05 Nov 2021 | #46 What Problem Does GraalVM Solve? All of them. Featuring Alina Yurenko | 00:59:59 | |
We dive deep on GraalVM and learn from Alina Yurenko about all the problems it solves. Discuss this episode: https://discord.gg/nPa76qF | |||
15 Sep 2023 | #85 Scala, Rust, and Durable Computing with John De Goes | 01:19:34 | |
Our chat with John De Goes starts with his Scala & Rust journeys, then goes into Golem Cloud, a serverless durable computing platform underpinned by Wasm, and ends with a discussion about whether business applications really need parallelism. Discuss this episode: https://discord.gg/nPa76qF | |||
23 Jul 2021 | #35 The Pattern of Design Patterns | 01:11:34 | |
As usual, Bruce & James try to figure out monads & type classes. Then something new, as they go meta on design patterns. Discuss this episode: https://discord.gg/nPa76qF | |||
15 Dec 2023 | #90 The Best Manager with Sushila Sahay | 00:44:42 | |
Most of us have managers but they aren't always great. We chat with James' best manager, Sushila Sahay, about what makes her such a great manager. We also dive a bit into open source business models since Sushila has deep experience in that realm. Discuss this episode: https://discord.gg/nPa76qF | |||
08 Aug 2022 | #65 Rod's Gambit - Spring, Scala, TypeScript, and Chess with Rod Johnson | 01:04:33 | |
Rod Johnson (creator of Spring Framework) reflects on his programming and chess journeys. References: Discuss this episode: https://discord.gg/nPa76qF | |||
12 Feb 2021 | #20 Cultures (not the petri dish variety) & Developer Marketing (also not the petri dish variety) | 01:03:57 | |
Culture - the hidden force that sometimes reveals itself through code reviews. What is it & how does it form / change? Also, Developer Marketing and how most companies do it wrong. Discuss this episode: https://discord.gg/nPa76qF | |||
29 Mar 2022 | #59 Goetz's Law, Dhall, and Nix (With Gabriella Gonzalez) | 00:59:49 | |
Gabriella Gonzalez joins to teach us about the Dhall configuration language they created and Nix. References: The Dhall configuration language Henk: a typed intermediate language The Purely Functional Software Deployment Model Haskell for all: How to use NixOS for lightweight integration tests How to market Haskell to a mainstream programmer Discuss this episode: https://discord.gg/nPa76qF | |||
06 Oct 2023 | #87 Diving Deeper into Wasm with Zalim Bashorov | 01:07:11 | |
Zalim Bashorov (@bashorov) works on Kotlin/Wasm at JetBrains and answers our many questions about Wasm, GC, the Component Model, and other future proposals. Discuss this episode: https://discord.gg/nPa76qF | |||
06 Jan 2023 | #73 Nix - Functional Programming for Software Packaging with Domen Kožar | 01:02:13 | |
After being told many times that Nix is all we dream for when it comes to software packaging, we finally chat with Domen Kožar and learn all about Nix. Discuss this episode: https://discord.gg/nPa76qF | |||
07 Jul 2024 | #101 Effects and Local-First with Johannes Schickling | 01:13:10 | |
Johannes Schickling (@schickling | schickling.dev) gets us up-to-speed on Effect, the ZIO-inspired Effect System for TypeScript, and the Local-First movement. Resources:
Related Episodes:
Discuss this episode: discord.gg/XVKD2uPKyF | |||
18 Feb 2023 | #75 Haskell "Not as Scary as You Think" with Kris Jenkins | 01:07:19 | |
We learn the motivations behind Haskell and why it is the pinnacle of Functional Programming from Kris Jenkins, a Developer Advocate at Confluent. Discuss this episode: https://discord.gg/nPa76qF | |||
18 Jun 2021 | #32 Adopting Kotlin & FP with Katie Levy | 00:59:43 | |
Katie Levy joins Bruce & James to talk about how to help teams adopt Kotlin and Functional Programming. Discuss this episode: https://discord.gg/nPa76qF | |||
13 May 2023 | #80 Investing in Developer Tools with Renee Shah | 00:45:37 | |
Renee Shah is a partner at Amplify Partners, an early stage venture capital firm. We discuss some broad industry trends: Edge, Wasm, Distributed Systems, Functional Programming, and much more! Discuss this episode: https://discord.gg/nPa76qF | |||
20 Mar 2022 | #58 Scala 3: Significant indentation and other things we love (With Martin Odersky) | 01:08:31 | |
Martin Odersky, creator of Scala, joins us to chat about Scala, Effects, Exceptions, Experiments, and other Exciting stuff. Discuss this episode: https://discord.gg/nPa76qF | |||
04 Dec 2020 | #14 Poly-Polymorphism | 01:01:31 | |
Most developers have been exposed to inheritance based polymorphism but there are other ways to deal with overlapping functionality. In this episode we talk about ad-hoc polymorphism, parametric polymorphism, and type classes. Discuss this episode: https://discord.gg/nPa76qF | |||
17 Nov 2021 | #47 The Future of Programming Rocs! With Richard Feldman | 01:00:02 | |
The creator of the new Roc programming language, Richard Feldman, joins us to talk about rocking developers worlds' with better tools & paradigms. Discuss this episode: https://discord.gg/nPa76qF | |||
06 Sep 2023 | #84 Inevitable Failure with Dormain Drewitz | 01:09:11 | |
We chat with Dormain Drewitz about failure and reliability. Ironically our recording software crashed near the end of the episode but we recovered and wrapped things up. Referenced Article: 10 Years of Failure Friday at PagerDuty: Fostering Resilience, Learning and Reliability Discuss this episode: https://discord.gg/nPa76qF | |||
26 Sep 2021 | #41 "Never gonna give you up" (FP that is) with Wiem Zine Elabidine | 01:00:02 | |
Bruce and James hear about Wiem's journey in Functional Programming, her contributions to Scala ZIO, and how she never gave up despite the challenges she faced. Discuss this episode: https://discord.gg/nPa76qF | |||
17 Dec 2021 | #50 Testcontainers (Like Uber but for Integration Tests) with Sergei Egorov | 01:05:26 | |
Testcontainers are one of James' favorite modern technologies and in this episode we chat with Sergei Egorov, one of the project creators. We learn about what Testcontainers are and the new Testcontainers Cloud service created by Sergei's new company, AtomicJar. Discuss this episode: https://discord.gg/nPa76qF | |||
10 Mar 2024 | #95 21st Century Databases with Gwen Shapira | 01:00:15 | |
We chat with Gwen Shapira, co-founder of Nile, about her journey to creating a virtualized, serverless Postgres database service. We also dive into the challenges with traditional data architectures and approaches like ORMs. Discuss this episode: discord.gg/XVKD2uPKyF | |||
29 Oct 2021 | #45 ZIO 2 - Better, Faster, Friendlier with Adam Fraser | 01:01:21 | |
Adam Fraser is a core contributor to Scala ZIO. He joins us to chat about improvements in ZIO 2 and how we can grow adoption. Discuss this episode: https://discord.gg/nPa76qF | |||
21 Apr 2024 | #98 Continuous Deployment with Valentina Servile | 01:06:04 | |
We chat with Valentina Servile about her upcoming book on Continuous Deployment and reducing the risks to keeping HEAD not just always deployable, but automatically deployed to production. Book for preorder on Amazon: Continuous Deployment: Enable Faster Feedback, Safer Releases, and More Reliable Software Discuss this episode: discord.gg/XVKD2uPKyF | |||
21 Jan 2022 | #53 Open Source: Free as in Hot Dogs (With Donald Fischer) | 01:01:58 | |
Open Source is an essential foundation for pretty much everything. How do we fund it appropriately? What do we do about Log4Shell-types of issues? Donald Fischer of Tidelift joins us to discuss these economic and human issues. Discuss this episode: https://discord.gg/nPa76qF | |||
20 Aug 2024 | #103 AI Augmented Programming with Stephan Janssen | 01:07:54 | |
Stephan Janssen is always on the bleeding edge of both helping developers grow and with how he uses technology to accomplish amazing things. He led the creation of Devoxx but is a coder at heart. Stephan shares his journey with AI, both as a "library" in his applications and also as an "assistant" that helps him iterate and program more quickly. Resources:
Discuss this episode: discord.gg/XVKD2uPKyF | |||
10 Sep 2021 | #39 Cracking the Company Culture Conundrum with Sharon Schmidt | 01:02:10 | |
According to James, Heroku had the best company culture / vibe of anywhere he has worked. Bruce & James talk with Sharon Schmidt who is in large part responsible for creating that magical experience. Discuss this episode: https://discord.gg/nPa76qF | |||
31 Oct 2022 | #70 Understanding Software Through Bees & Biology With Grace Jansen | 01:03:47 | |
Grace Jansen joins us to chat about how bees and biology can help us better understand software development tools & paradigms like Reactive, Kubernetes, and maybe parts of the 15 Factor App methodology (a modernized version of the Twelve-Factor App methodology). Discuss this episode: https://discord.gg/nPa76qF | |||
18 May 2021 | #29 Contemplating Computer Cognition with Julie Amundson | 01:01:25 | |
Bruce and James chat with their friend Julie Amundson about AI, Machine Learning, and many related complexities. They explore what the journey is like for Data Scientists at medium / large companies where everything from data access to productionizing models, has challenges. Also we learn about the Metaflow system Julie's team built to make this journey smoother at Netflix. Discuss this episode: https://discord.gg/nPa76qF | |||
10 Mar 2022 | #56 Feedback Loops & Software is Like Surgery (With Daniel Terhorst-North) | 01:26:42 | |
We explore with Daniel Terhorst-North how social and technical feedback loops can help us build the right thing faster. Discuss this episode: https://discord.gg/nPa76qF | |||
11 Jun 2021 | #31 "ZIO's not a library it's a state of mind" with Kit Langton | 01:00:26 | |
Bruce and James' coauthor Bill Frasure, joins to talk with Kit Langton, creator of ZIO Magic and many other magical ZIO tools & libraries. Discuss this episode: https://discord.gg/nPa76qF | |||
23 Apr 2021 | #27 Side-Effects of a Scala 3 Release | 01:03:44 | |
With the eminent release of Scala 3, we chat about the language changes, effect systems (ZIO), and reliability. Discuss this episode: https://discord.gg/nPa76qF | |||
27 May 2022 | #62 Musing About Local-First Sync & CRDTs with Mark McGranaghan | 01:06:05 | |
Mark McGranaghan joins us to talk about how the Muse app uses Conflict-free Replicated Data Types (CRDTs) for local-first data synchronization. More details on Local-first: https://www.inkandswitch.com/local-first/ Referenced article about hybrid logical clocks: https://archive.jlongster.com/using-crdts-in-the-wild Discuss this episode: https://discord.gg/nPa76qF | |||
14 Aug 2021 | #37 The Future of Everything with Paul Snively | 01:17:48 | |
Paul Snively helps us see the future of programming. Spoiler: It's Typed & Functional. Referenced talks: Types vs. Tests: An Epic Battle? Type Systems - The Good, Bad and Ugly Discuss this episode: https://discord.gg/nPa76qF | |||
18 Jan 2021 | #18 "But Will it Scale?" and Other Illusions of Control | 01:10:25 | |
Software architectures, organizational management, hiring practices, and many other normal part of life give us an illusion of control. But is there another way? Discuss this episode: https://discord.gg/nPa76qF | |||
12 Jan 2024 | #92 Virtual Threads Looming with Adam Warski | 01:07:37 | |
We chat with Adam Warski about Loom, Virtual Threads, and his Loom-based Scala library, Ox, for structured concurrency & Go-Like Channels. Referenced articles & code:
Discuss this episode: https://discord.gg/nPa76qF | |||
16 Apr 2021 | #26 Dependency Injection - Why Do We Even... | 01:02:35 | |
All about Dependency Injection, why we do it, and why James thinks it is terrible. Discuss this episode: https://discord.gg/nPa76qF | |||
17 Sep 2020 | #5 Developer Productivity, Non-Violent Agile, and Organizational Structures | 01:03:18 | |
We begin by talking about personal developer productivity but then expand the scope to "collective" / team productivity. This leads us to grapple with some challenging ideas around Agile, non-violent communication, organization structures, diversity, and inclusion. Discuss this episode: https://discord.gg/nPa76qF | |||
15 Sep 2020 | #3 Nulls, ADTs, and Code Formatting | 01:02:34 | |
A bike-shedless discussion about nulls, algebraic data types, and code formatting. Discuss this episode: https://discord.gg/nPa76qF | |||
25 Oct 2021 | #43 Rúnar Bjarnason is Jackhammering the Foundations of Programming | 01:04:21 | |
We've mentioned the futuristic Unision programming language many times but now we dive deep with one of the co-founders. Discuss this episode: https://discord.gg/nPa76qF | |||
05 Oct 2021 | #42 The answer to life, the universe, and everything is an abstraction with Viktor Klang | 01:26:08 | |
The legendary Viktor Klang chats with Bruce & James about information loss, reactive, emergence, and many other mind expanding topics. Discuss this episode: https://discord.gg/nPa76qF | |||
21 Aug 2023 | #83 Rust Developer Retreat & Structured Concurrency | 00:58:12 | |
At the Rust Developer Retreat we explored Structured Concurrency with Tokio. With the attendees we chat about our projects and things learned, liked, and disliked about Rust. Then dive into Structured Concurrency generally and specific implementations. Discuss this episode: https://discord.gg/nPa76qF | |||
06 Aug 2021 | #36 The Freedom of Structured Unconferences | 00:53:09 | |
Bruce describes his multi-decade journey running conferences and how letting go of control, while still having a structure, has led to conferences where attendees connect in meaningful ways. Discuss this episode: https://discord.gg/nPa76qF | |||
30 Jun 2023 | #81 TypeScript & Effects with Michael Arnaldi | 01:06:20 | |
Michael created Effect, a functional effect system inspired by Scala ZIO, for TypeScript. We chat about Functional Programming, the TypeScript language, and Effects. Discuss this episode: https://discord.gg/nPa76qF | |||
02 Jul 2021 | #33 Rethinking "Thinking in Objects" | 01:02:54 | |
Object Oriented Programming might just be a series of solutions to self-created problems. Discuss this episode: https://discord.gg/nPa76qF | |||
01 Jul 2022 | #63 ZIO 2 dot Ohhhhh! with Bill Frasure | 01:26:17 | |
Our co-author on Effect Oriented Programming, Bill Frasure, joins us to chat about his programming journey and his involvement in last week's ZIO 2.0 release. Book repo: https://github.com/EffectOrientedProgramming/book Discuss this episode: https://discord.gg/nPa76qF | |||
16 Dec 2022 | #72 Pants Makes Developers Happier & More Productive with Benjy Weinberger | 01:08:03 | |
The Pants build tool is polyglot (Python, Java, Kotlin, Scala, Go, etc) and focused on helping developers be more productive and happier. We chat with a co-creator of Pants, Benjy Weinberger, about the history, motivations, and future of the build tool. Discuss this episode: https://discord.gg/nPa76qF | |||
20 Oct 2023 | #88 Developers Thriving In the Flow with Arty Starr | 01:15:08 | |
Arty Starr is a PhD student and entrepreneur focused on helping developers thrive. We chat about her research on developer momentum and ways that developers can find joy through more time in the flow state. Referenced resources: Discuss this episode: https://discord.gg/nPa76qF | |||
17 Aug 2024 | #102 Gathering Nerds and Java Gatherers with Venkat Subramaniam | 00:52:33 | |
We chat with Venkat about his upcoming dev2next conference and the new Stream Gatherers API (preview in JDK 22). Discuss this episode: discord.gg/XVKD2uPKyF | |||
08 Mar 2021 | #22 Be the Kindness You Want to See in the Programming World | 01:03:46 | |
Special guest Oli joins us to chat about Recursion Schemes, tech conferences, podcasts, and kindness. Discuss this episode: https://discord.gg/nPa76qF | |||
24 Dec 2021 | #51 James' New Kotlin PM Job | 01:03:37 | |
Hope you all have a happy & healthy holiday! Discuss this episode: https://discord.gg/nPa76qF | |||
26 Feb 2021 | #21 Statically-Dynamic Programming or Dynamically-Static Programming? And Death by 1000 Language Quirks | 00:51:29 | |
James is a Dynamic Programming Language Denier but realizes only a part of his code is actually statically typed. And programming languages so full of quirks that you have to hold the quick reference book in your teeth. Discuss this episode: https://discord.gg/nPa76qF | |||
01 Dec 2022 | #71 Functional Programming in Kotlin with Simon Vergauwen (Sorry about the terrible audio) | 01:03:16 | |
Simon Vergauwen shares about Arrow, a collection of Functional Programming libraries for Kotlin. Sincere apologies for Bruce & James' bad audio. We forgot to change our input device but figured we'd still publish this as it is tolerable and Simon has so much good stuff to say. (His audio is great) Discuss this episode: https://discord.gg/nPa76qF | |||
13 May 2022 | #61 Compassionate Communities with Tonya Moore | 01:04:52 | |
Tonya Moore has been helping build developer communities for years. We discuss how to deal with jerks and the importance of building on a foundation of compassion. Referenced blog from Bill Venners: https://www.artima.com/articles/compassion-in-our-community Discuss this episode: https://discord.gg/nPa76qF | |||
29 Oct 2021 | #44 Tired of Getting N+1'd by Your ORM? A Chat With Alexander Ioffe. | 00:59:47 | |
We chat with Alexander Ioffe, maintainer of the Quill library, about database access approaches and Scala metaprogramming. Discuss this episode: https://discord.gg/nPa76qF | |||
25 Sep 2020 | #6 The Crusade Against Custom Declarative Languages and Meta-Bike-Shedding | 01:07:22 | |
James officially launches his crusade against custom declarative languages and then we bike-shed about bike-shedding; exploring ways to make decisions for trivial problems. Discuss this episode: https://discord.gg/nPa76qF | |||
15 Mar 2022 | #57 Technology Trade Offs: Python & Kotlin (With Matt Anger) | 01:00:02 | |
We explore with Matt Anger a blog he wrote about migrating from Python to Kotlin and the trade offs engineering teams make when deciding which technologies to use. Discuss this episode: https://discord.gg/nPa76qF |