Player FM - Internet Radio Done Right
29 subscribers
Checked 18d ago
اضافه شده در six سال پیش
محتوای ارائه شده توسط Jason Swett. تمام محتوای پادکست شامل قسمتها، گرافیکها و توضیحات پادکست مستقیماً توسط Jason Swett یا شریک پلتفرم پادکست آنها آپلود و ارائه میشوند. اگر فکر میکنید شخصی بدون اجازه شما از اثر دارای حق نسخهبرداری شما استفاده میکند، میتوانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
Player FM - برنامه پادکست
با برنامه Player FM !
با برنامه Player FM !
پادکست هایی که ارزش شنیدن دارند
حمایت شده
V
Via Podcast


The truth is out West! We’re hopping on the ET Highway and venturing to the most notorious alien hot spots, including Roswell’s infamous crash site, Area 51’s eerie perimeter, and a mysterious desert watchtower. Join us as journalist Laura Krantz, host of the podcast Wild Thing , beams up to share stories from the front lines of UFO reporting—from strange sightings and quirky festivals to a mailbox where people leave letters to extraterrestrials. Maybe you’ll even decide for yourself: Is Earth a tourist stop for spaceships? UFO hot spots you’ll encounter in this episode: - UFO Watchtower (near Great Sand Dunes National Park, Colorado) - Roswell, New Mexico - Area 51, Nevada - Extraterrestrial Highway (aka State Route 375), Nevada - Little A’Le’Inn, ET Highway, Nevada - E.T. Fresh Jerky, ET Highway, Nevada - Alien Research Center, ET Highway, Nevada - The Black Mailbox, ET Highway, Nevada Via Podcast is a production of AAA Mountain West Group .…
218 - Working with and Testing APIs with Rich Steinmetz
Manage episode 412898403 series 2543897
محتوای ارائه شده توسط Jason Swett. تمام محتوای پادکست شامل قسمتها، گرافیکها و توضیحات پادکست مستقیماً توسط Jason Swett یا شریک پلتفرم پادکست آنها آپلود و ارائه میشوند. اگر فکر میکنید شخصی بدون اجازه شما از اثر دارای حق نسخهبرداری شما استفاده میکند، میتوانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
On this episode, Rich Steinmetz returns once again for a conversation on working with and testing APIs.
262 قسمت
Manage episode 412898403 series 2543897
محتوای ارائه شده توسط Jason Swett. تمام محتوای پادکست شامل قسمتها، گرافیکها و توضیحات پادکست مستقیماً توسط Jason Swett یا شریک پلتفرم پادکست آنها آپلود و ارائه میشوند. اگر فکر میکنید شخصی بدون اجازه شما از اثر دارای حق نسخهبرداری شما استفاده میکند، میتوانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
On this episode, Rich Steinmetz returns once again for a conversation on working with and testing APIs.
262 قسمت
همه قسمت ها
×C
Code with Jason

1 257 - Colleen Schnettler, Creator of HelloQuery 1:03:01
1:03:01
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:03:01
In this episode, Colleen Schnettler discusses her startup HelloQuery, which allows non-technical people to query databases using natural language. She explains her marketing approach for growing the business, including her LinkedIn outreach system and focus on finding the right niche in the crowded AI space. Colleen also shares insights about her new venture, SaaS Marketing Gym, which helps technical founders develop and implement marketing plans.…
C
Code with Jason

1 256 - Dave Farley, Author of Modern Software Engineering 1:08:49
1:08:49
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:08:49
In this episode I talk with Dave Farley about how good software engineering prioritizes making code easy to change, since we inevitably need to revise our systems as requirements evolve. Dave also shares stories from building ultra-fast financial trading systems, where his team had to repeatedly rethink their architecture to meet performance demands. We also discuss how key concepts like abstraction and modularity connect to scientific thinking, with both requiring a healthy skepticism toward our own assumptions. Modern Software Engineering The Software Developers' Guidebook Nonsense Monthly…
In this episode I talk with Yegor Denisov-Blanch and Simon Obstbaum about their Stanford research on developer productivity. They share findings about "ghost engineers" (9.5% of developers who do minimal work), discuss challenges in measuring engineering output versus productivity, and explain their data-driven approach to software engineering assessment. The conversation explores how different developers contribute varying value, how life circumstances impact work motivation, and their methodology examining source code and Git metadata. The researchers highlight the importance of quantifying engineering contributions and have collected data from over 50,000 engineers in their ongoing study.…
C
Code with Jason

1 254 - Amanda Perino, Executive Director of The Rails Foundation 1:12:28
1:12:28
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:12:28
In this episode, Amanda Perino, Executive Director of The Rails Foundation, discusses the foundation's mission to promote Rails through events like Rails World, focusing on finding unique venues that create special conference experiences. She shares insights about venue selection, sponsor negotiations, and the foundation's efforts to showcase Rails amid challenging job market conditions.…
C
Code with Jason

1 253 - Dave Thomas, Author of The Pragmatic Programmer and Sin City Ruby 2025 Keynote Speaker 1:27:12
1:27:12
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:27:12
In this podcast episode I talk with Dave Thomas, co-author of The Pragmatic Programmer and Sin City Ruby 2025 keynote speaker, who discusses his upcoming book Simplicity and how software development has become unnecessarily complex. Dave and I explore how developers can regain control by questioning established practices, trusting their intuition when code feels overly complicated, and experimenting with simpler approaches rather than blindly following industry trends. Simplicity Sin City Ruby The Pragmatic Programmer…
C
Code with Jason

1 252 - What is Good Code? with Jerad Gallinger 1:10:10
1:10:10
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:10:10
In this episode, I talk with Jared Gallinger about what makes good code. We agree that code must first work correctly, but real quality comes from being understandable and maintainable. We discuss how different code requires different quality standards - throwaway scripts can be messy while core systems need careful design. We explore how UI design limits code quality and why creating good software, like art, requires both discipline and comfort with necessary waste. A practical look at a concept developers discuss but rarely define clearly. jeradgallinger.ca…
In this episode of Code with Jason, host Jason Swett interviews Prarthana Shiva, a senior software engineer at NexHealth, who shares how her team is handling massive database scaling challenges. Prarthana explains their PostgreSQL database's growth to 24 terabytes (with projections to triple within a year) and details their innovative solutions including read replicas, Elasticsearch implementation, Redis caching, external write-ahead logs, and optimized vacuuming processes. The conversation also touches on Jason's own database challenges with his CI platform and concludes with Prarthana's upcoming presentation at Sin City Ruby 2025, where she'll discuss their transition from schema-based to row-based multi-tenancy for better scalability. Prarthana Shiva on LinkedIn Sin City Ruby…
C
Code with Jason

1 250 - Nick Schwaderer 1:08:14
1:08:14
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:08:14
This podcast episode features a lively conversation between Jason Swett and Nick Schwaderer, covering a range of topics from Thanksgiving traditions to Ruby conferences, personal philosophies, and even the idea of starting a long-format, freeform podcast. They discuss their approaches to cooking turkey, the quirks of different Thanksgiving side dishes across the U.S., and the experience of celebrating American holidays abroad. The conversation then shifts to Sin City Ruby and Rails World, with Nick reflecting on how conferences create strong community bonds. They also delve into personal growth, handling adversity, and the importance of resilience in career and life.…
The episode explores the challenges of remote work and the opportunities for connection that arise from engaging in community events like the Sin City Ruby conference. Neeraj Singh shares his experiences running a remote consulting agency, highlights unconventional hiring practices, and delves into the benefits of creating clone products, all while emphasizing the value of quality software and a thriving company culture. • Discussing the emotional toll of remote work • Importance of community events for connection • Neeraj's Big Binary: A unique, remote-first agency • Innovatively maintaining talent on the bench for flexibility • The value of creating clones in a saturated market • Hiring challenges and unique strategies • Retaining talent through strong company culture • Quality assurance as a fundamental aspect of software development • A holistic view on building competitive and maintainable products BigBinary Neeto Sin City Ruby…
C
Code with Jason

1 248 - Ryan Kulp, Founder of TRMNL 1:04:24
1:04:24
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:04:24
In this episode I talk with Ryan Kulp, creator of TRMNL, an e-ink dashboard. TRMNL ryanckulp.com Ryan Kulp on X
C
Code with Jason

1 247 - Steven R. Baker, Creator of RSpec 1:40:44
1:40:44
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:40:44
In this podcast episode, Steven R. Baker dives into test doubles like mocks and stubs, discussing their essential role in robust code development and challenging traditional testing practices. The conversation covers the nuances of Test-Driven Development (TDD), including writing failing tests first for better code clarity and test coverage, and explores RSpec's influence on TDD. Additionally, Steven examines Ruby's adaptability and the integration of AI in programming, providing listeners with actionable strategies for more maintainable codebases and a balanced view on AI's evolving role in software development.…
C
Code with Jason

Join us for a conversation with John Gallagher, founder of Joyful Programming, as he shares insights on making programming enjoyable through Ruby, design, and object-oriented practices. We’ll explore the Unison programming language, designed to simplify distributed computing, and discuss the role of AI tools like ChatGPT in adopting new technologies. The episode includes stories about human forgetfulness and the growth opportunities podcasting offers, along with resources from Joyful Programming Joyful Programming Software Design Simplified…
C
Code with Jason

1 245 - Irina Nazarova, CEO of Evil Martians and Sin City Ruby 2025 Speaker 1:24:14
1:24:14
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:24:14
Jason Swett and Irina Nazarova discuss the revitalization of the Ruby community, focusing on the announcement of Sin City Ruby 2025 in Las Vegas. They highlight the importance of small, intimate gatherings for networking, insights from past events, the resurgence of Ruby meetups in San Francisco, and the role of mentorship in fostering growth. - Evil Martians - Martian Events - Sin City Ruby…
C
Code with Jason

1 244 - Jeff Dwyer, Founder & CEO at Prefab 1:02:38
1:02:38
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:02:38
This episode explores how Prefab enhances deployment workflows by integrating feature flags with Java microservices and Ruby on Rails, drawing on Jeff's experiences at HubSpot and EasyCater. We discuss strategies for minimizing deployment risks, improving PR reviews, and mentoring junior developers through clear objectives and constructive feedback. Real-world examples and practical advice offer insights into building efficient development systems and fostering growth in engineering teams. Links: - Prefab - Jeff Dwyer on LinkedIn…
C
Code with Jason

1 243 - Johanna Rothman, Author and Consultant 1:17:52
1:17:52
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:17:52
Johanna Rothman shares how to overcome the isolation of remote work by rebuilding community and fostering connections. She talks about the balance between creativity and knowledge, how understanding client needs is more important than just following requests, and why value-based work often beats hourly pay. Johanna also explains how experimenting, using feedback loops, and refining ideas can lead to better results in both business and writing.…
C
Code with Jason

1 217 - Rich Steinmetz 1:16:44
1:16:44
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:16:44
Today Rich Steinmetz returns for a discussion that touches on switching between languages, both spoken and programming, structuring tests, getting the most out of reading a book, buying an existing business, struggles with CircleCI and GitHub Actions, my project SaturnCI, and the need for better APIs. The Beginning of Infinity by David Deutsch The SaaS Playbook by Rob Walling Start Small, Stay Small by Rob Walling Acquire.com Flippa.com Rich Steinmetz on Twitter Rich Stone.io…
C
Code with Jason

1 227 - Paul Campbell, Co-Founder and CEO of Tito 1:04:06
1:04:06
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:04:06
On this episode, I talk with Paul Campbell, co-founder and CEO of Tito. We discuss the origins and early days of Tito, trends in current web design, Parkinson's Law, my project SaturnCI, using LLMs in the coding process, the need to understand universal programming principles rather than superficialities, and the quest for dejankification. We Are Developers World Congress XOXO Festival The Beginning of Infinity by David Deutsch The Fabric of Reality by David Deutsch Tito Io Paul Campbell on Mastodon Paul Campbell on LinkedIn Paul@tito.io…
In today's episode, I'm joined by Ciaran Lee, founder and Chief Engineer of Intercom for a discussion that touches on the genesis of Intercom and factors that enabled their success, scaling challenges when you're dealing with double-digit growth month to month, load balancers, canary deployment, the benefits of making many small deployments, how a robust testing environment benefits the hiring process, and the benefits of in-person vs remote work. The DevOps Handbook by Gene Kim et al. The Phoenix Project by Gene Kim et al. Intercom Ciaran Lee on LinkedIn Ciaran Lee on Twitter…
On today's episode, Matthew Kaliara joins me for a conversation on his work with his startup Rescale Supply. We also discuss React, ViewComponent, system testing, looks vs usability in design, flat design, the value of convention in design, usability testing, the inseparability of good UI design and good code, the importance of appropriate names in core components, and how good code can help with hiring. Rescale.Supply Matthew Kaliara on LinkedIn Matthew Kaliara on Twitter Kaliara.com…
It must be both hot dogs and buns, not just the hot dogs themselves. Preparation (e.g. skipping meals beforehand) is allowed. Guests: Peter Cai, Brandon Casci.
On today's episode, Brad Pauly and I dig into the five causes (raised conditions, fixed time dependency, randomness, leaky state, and network or third party dependency) of flaky tests. We also discuss diagnosing flaky tests, common pitfalls of fixing flaky tests, and things that do work for fixing flaky tests. Brad Pauly on Twitter Brad Pauly on GitHub…
C
Code with Jason

1 222 - Into the Software Industry Straight out of High School with Verda Korzeniewski 1:10:28
1:10:28
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:10:28
On this episode, I talk with Verda Korzeniewski about going into programming straight out of high school. We also discuss Verda's experience in 3D printing, problems in modern manufacturing, and problem solving skills that transcend programming. Verda Korzeniewski on LinkedIn Verda Korzeniewski on Instagram…
On today's episode, Trae Robrock joins me for a discussion of his new Rails project Translated and his hotel management software Comfort.ly. We also talk about managing a hotel, investing in real estate, internationalizing a Rails app, investing in assets that give you income, investing in your personal brand, marketing Comfort.ly, connecting with potential clients in person, the importance of having a comfortable working environment, reading to enrich yourself, and taking care of your health. Trae Robrock on Twitter trobrock.com TranslatedRB.com GitHub.com/GetComfortly Comfort.ly $100M Leads by Alex Hormozi $100M Offers by Alex Hormozi Never Split the Difference by Chris Voss A Sense of Style by Steven Pinker Copy That.com Modern Software Engineering by David Farley Refactoring by Martin Fowler Function Health Greenbits.com RezStream…
C
Code with Jason

1 220 - Sin City Ruby 2024 Recap with Andrew Atkinson 1:11:36
1:11:36
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:11:36
On today's episode, Andrew Atkinson joins me once again for a recap of events at Sin City Ruby 2024. We also talk about Andrew's new Postgres consulting venture, his upcoming book High Performance PostgreSQL for Rails and what he learned in the process of writing the book, deciding how to communicate what you do as a consultant, naming things appropriately, how poor decision making in the early stages in the creation of an app can make it prohibitively expensive to fix later, how consulting jobs can naturally grow into new opportunities for work, being a generalist vs being a specialist, and Andrew's upcoming speaking engagements. High Performance PostgreSQL for Rails by Andrew Atkinson RailsConf Posette Madison Ruby RubyConf Rails World Blue Ridge Ruby RubyKaigi Red Dot Ruby Conference PGConf.dev PGConf NYC Andy Atkinson.com Andrew Atkinson on Twitter Andrew Atkinson on Mastodon Andrew Atkinson on LinkedIn Andrew Atkinson on GitHub Sin City Ruby…
C
Code with Jason

1 219 - Tom Henrik Aadland, VP Development at EG 1:00:53
1:00:53
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:00:53
In this episode, Tom Henrik Aadland joins me for a conversation about learning languages, life as an ex-pat in small town Argentina, starting a company focused on quality control in Norwegian fish farming, microservices, object oriented design, learning from Fred George, and instilling a healthy testing culture. Tom Henrik Aadland on LinkedIn Tom Henrik Aadland on Twitter EG Fred George on Twitter…
On this episode, Rich Steinmetz returns once again for a conversation on working with and testing APIs. Rich Steinmetz on Twitter Rich Stone.io
In this episode I talk with Andy Croll about Brighton Ruby Conference, RailsConf, and why attending a conference is an investment in your career. RailsConf Brighton Ruby Conference Andy Croll on Twitter Andy Croll on Mastodon AndyCroll.com First Ruby Friend CoverageBook
In this episode, Ran Craycraft, Managing Director at Thoughtbot and I discuss consulting at Thoughtbot, the process of finding new clients, setting rates as a consultant, consulting vs becoming a full-time employee, earning a positive reputation as a consultant through thought leadership and referrals, the enduring popularity of Ruby on Rails, and work-life balance. Thoughtbot.com Thoughtbot on LinkedIn Ran Craycraft on LinkedIn Sin City Ruby…
On today's episode, I talk with Erik Cameron of The Gnar Company. We discuss containerization, WASI, the possibilities of AI-generated binaries, the iterative process of AI-assisted programming, potential professional and social changes from AI-assisted programming, the mismatch between the stock of currently available programmers and the needs of the current programming industry, and the granularity of the work that is output by AI. The Gnar Company Erik's profile on The Gnar Company site The Gnar Company Blog Erik Cameron on LinkedIn Sin City Ruby…
Avo founder Adrian Marin returns for a discussion about our experience at Friendly.rb and how to get the most out of your time at a conference. We also talk about Adrian's work with Avo, my upcoming Sin City Ruby conference and the possibilities for extracurricular activities, the Code with Jason World Tour, and my consulting work. Friendly.rb How to Win Friends and Influence People by Dale Carnegie EuRuKo 2024 The Rails 7 Way by Obie Fernandez et al. Nonsense Monthly, my newsletter Adrian Marin on Twitter Adrian Marin on GitHub Avo Admin Adrianthedev.com Sin City Ruby…
به Player FM خوش آمدید!
Player FM در سراسر وب را برای یافتن پادکست های با کیفیت اسکن می کند تا همین الان لذت ببرید. این بهترین برنامه ی پادکست است که در اندروید، آیفون و وب کار می کند. ثبت نام کنید تا اشتراک های شما در بین دستگاه های مختلف همگام سازی شود.