The Podcast for Professional Software Developers

Similar Podcasts

The Cynical Developer

The Cynical Developer
A UK based Technology and Software Developer Podcast that helps you to improve your development knowledge and career, through explaining the latest and greatest in development technology and providing you with what you need to succeed as a developer.

Elixir Outlaws

Elixir Outlaws
Elixir Outlaws is an informal discussion about interesting things happening in Elixir. Our goal is to capture the spirit of a conference hallway discussion in a podcast.

Ship It! DevOps, Infra, Cloud Native

Ship It! DevOps, Infra, Cloud Native
A show about getting your best ideas into the world and seeing what happens. We talk about code, ops, infrastructure, and the people that make it happen. Gerhard Lazu and friends explore all things DevOps, infra, and running apps in production. Whether you’re cloud native, Kubernetes curious, a pro SRE, or just operating a VPS… you’ll love coming along for the ride. Ship It honors the makers, the shippers, and the visionaries that see it through. Some people search for ShipIt or ShipItFM and can’t find the show, so now the strings ShipIt and ShipItFM are in our description too.

Episode 478: Satish Mohan on Network Segmentation

September 24, 2021 53:10 51.26 MB Downloads: 0

Satish Mohan, CTO of AirGapNetworks discussed “AirGap Networks” with Priyanka. In this show Satish discusses what is “AirGapped Network”, difference between traditional physical air-gapped networks and virtual air-gapped networks for enterprise applications, High level architecture of AirGap networks, Step to protect networks including identity, importance of network segmentation. They also discuss information on ransomeware kill […]

Episode 477: Josef Strzibny on Self Hosting Applications

September 15, 2021 1:07:05 96.78 MB Downloads: 0

Josef Strzibny the author of Deployment from Scratch discusses how and why it’s valuable to learn how to self host applications. Host Jeremy Jung spoke with Strzibny about why self hosting can be overwhelming; choosing a linux distribution; Security Enhanced Linux; systemd; running background services; installing language runtimes; where to put application files; why his […]

Episode 476: Leonid Shevtsov on Transactional Email

September 08, 2021 51:13 73.93 MB Downloads: 0

Leonid Shevtsov, software architect at Railsware and developer of a forthcoming mail transfer agent talks with host Robert Blumen about email protocols and transactional email. The discussion opens with an overview of email; the architecture of email; DNS records and email; components of an email address; how email is forwarded; bounces; other things that can […]

Episode 475: Rey Bango on Secure Coding Veracode

August 31, 2021 55:40 80.33 MB Downloads: 0

Rey Bango, Senior Director of Developer and Security Relations at Veracode, discusses secure coding with host Priyanka Raghavan. They discuss the need for secure coding, barriers to adoption, how training can help teams improve at adopting secure coding practices; key principles of secure coding such as verifying for security early and regularly, looking at security […]

Episode 474: Paul Butcher on Fuzz testing

August 24, 2021 42:34 41.09 MB Downloads: 0

Paul Butcher of AdaCore discusses Fuzz Testing, an automated testing technique used to find security vulnerabilities and other software flaws. Host Philip Winston spoke with Butcher about positive and negative testing, how fuzz testing fits into the life-cycle of software development, brute-force and blunt-force fuzz testing, the popular open-source American Fuzzy Lop fuzzer from Google, […]

Episode 473: Mike Del Balso on Feature Stores

August 19, 2021 55:01 79.45 MB Downloads: 0

Mike Del Balso co-founder of Tecton discusses Feature Stores and how it helps operationalize Machine Learning. Akshay spoke with Mike about data engineering challenges to connect signals that make a feature from various data sources to a Machine Learning Model during training and to serve it in production. Mike talks about challenges faced by engineering […]

Episode 472: Liran Haimovitch on Handling Customer Issues

August 11, 2021 47:00 45.31 MB Downloads: 0

Liran Haimovtich, CTO of Rookout, joins host Robert Blumen for a discussion of handling customer issues. The discussion covers types of customer issues; handling of issues by a customer-facing support team; how customer support can resolve issues; when issues cannot be resolved by support; escalation path to engineering; how issues are transferred from direct support […]

Episode 471: Jason Meller on Choosing the Right Tech Stack for a Greenfield Project

August 03, 2021 1:08:00 98.08 MB Downloads: 0

Jason Meller, CEO and CTO of Kolide, discusses the strategies and heuristics for finding a tech stack for your next startup or project. Host Adam Conrad spoke with Meller on the basics of modern tech stacks, understanding trade-offs for these stacks as well as use cases for each choice, and then took a deep dive […]

Episode 470: L. Peter Deutsch on the Fallacies of Distributed Computing

July 27, 2021 1:04:30 93.04 MB Downloads: 0

L. Peter Deutsch of Aladdin Enterprises and formerly of Sun Microsystems joined host Jeff Doolittle to discuss the fallacies of distributed computing. Peter retold the history of the fallacies themselves and corrected some frequent misattributions and misunderstandings regarding their origin. The discussion also addressed interrelationships between the fallacies and changes in the relevance of particular […]

Episode 469: Dhruba Borthakur on Embedding Real-time Analytics in Applications

July 21, 2021 1:10:54 68.26 MB Downloads: 0

Dhruba Borthakur, CTO and co-founder of Rockset, discusses the core requirements of real-time analytics, how it differs from traditional analytics, and the use cases that benefit from it. Host Kanchan Shringi spoke with Dhruba about the evolution from Batch to streaming to real-time analytics and the relation to big data. They also explored how people […]

Episode 468: Iljitsch van Beijnum on Internet Routing and BGP

July 13, 2021 54:14 52.25 MB Downloads: 0

Iljitsch van Beijnum, author of the book BGP: Building Reliable Networks with the Border Gateway Protocol https://www.oreilly.com/pub/au/970 discusses internet routing and BGP – the border gateway protocol used by ISPs to update routing information. Host Robert Blumen spoke with Iljitsch about the topology of the internet, autonomous systems (AS), regulatory bodies that coordinate the AS space, […]

Episode 467: Kim Carter on Dynamic Application Security Testing

July 06, 2021 50:35 48.75 MB Downloads: 0

Kim Carter of BinaryMist discusses dynamic application security testing (DAST) and how the OWASP purpleteam project can improve early defect detection. Host Justin Beyer spoke with Carter about how DAST can provide meaningful feedback loops to developers to improve code quality and push penetration testing to the detection of higher-level vulnerabilities. They also discussed how […]

Episode 466: Casey Aylward on Venture Capital for Software Investing

June 29, 2021 50:58 122.48 MB Downloads: 0

Casey Aylward, Principal at Costanoa Ventures, discusses venture capital for software investing with a focus on early stage. Host Kanchan Shringi spoke with Casey on the key questions an entrepreneur may have when starting to think about obtaining VC funding and what the VC firms look for. They also talk about what it is like […]

Episode 465: Kevlin Henney and Trisha Gee on 97 Things Every Java Programmer Should Know

June 22, 2021 55:16 132.81 MB Downloads: 0

Trisha Gee and Kevlin Henney of 97 Things Every Java Developer Should Know discuss their book, which is a collection of essays by different developers. Host Felienne spoke with Gee and Henney about Java, including how to use immutability in Java, the value of type inference, and how to use your IDE most effectively when […]

Episode 464: Rowland Savage on Getting Acquired

June 16, 2021 57:07 82.43 MB Downloads: 0

Rowland Savage, author of How to Stick the Landing: The M&A Handbook for Startups, discusses mergers and acquisitions (M&A) and why it’s so important for software engineering startups to know the details. Host Gavin Henry spoke with Savage about why a startup should always be thinking about being acquired, the ways to ensure that it […]