Discover
Software Engineering Radio - the podcast for professional software developers

Software Engineering Radio - the podcast for professional software developers
Author: SE-Radio Team
Subscribed: 28,579Played: 340,459Subscribe
Share
© (c) IEEE. All content is licensed under the Creative Commons 2.5 license
Description
Software Engineering Radio is a podcast targeted at the professional software developer. The goal is to be a lasting educational resource, not a newscast. SE Radio covers all topics software engineering. Episodes are either tutorials on a specific topic, or an interview with a well-known character from the software engineering world. All SE Radio episodes are original content — we do not record conferences or talks given in other venues. Each episode comprises two speakers to ensure a lively listening experience. SE Radio is brought to you by the IEEE Computer Society and IEEE Software magazine.
677 Episodes
Reverse
Samuel Colvin, the CEO and founder of Pydantic, speaks with host Gregory M. Kapfhammer about the ecosystem of Pydantic’s Python frameworks, including Pydantic, Pydantic AI, and Pydantic Logfire. Along with discussing the design, implementation, and use of these frameworks, they dive into the refactoring of Pydantic and the follow-on performance improvements. They also explore ways in which Python programmers can use these three frameworks to build, test, evaluate, and monitor their own applications that interact with both local and cloud-based large language models. Brought to you by IEEE Computer Society and IEEE Software magazine.
Brian Demers, Developer Advocate at Gradle, speaks with host Giovanni Asproni about the importance of having observability in the toolchain. Such information about build times, compiler warnings, test executions, and any other system used to build the production code can help to reduce defects, increase productivity, and improve the developer experience. During the conversation they touch upon what is possible with today’s tools; the impact on productivity and developer experience; and the impact, both in terms of risks and opportunities, introduced by the use of artificial intelligence. Brought to you by IEEE Computer Society and IEEE Software magazine.
Vilhelm von Ehrenheim, co-founder and chief AI officer of QA.tech, speaks with SE Radio's Brijesh Ammanath about autonomous testing. The discussion starts by covering the fundamentals, and how testing has evolved from manual to automated to now autonomous. Vilhelm then deep dives into the details of autonomous testing and the role of agents in autonomous testing. They consider the challenges in adopting autonomous testing, and Wilhelm describes the experiences of some clients who have made the transition. Toward the end of the show, Vilhelm describes the impact of autonomous testing on the traditional QA career and what test professionals can do to upskill. This episode is sponsored by Fly.io.
In this episode of Software Engineering Radio, Abhinav Kimothi sits down with host Priyanka Raghavan to explore retrieval-augmented generation (RAG), drawing insights from Abhinav's book, A Simple Guide to Retrieval-Augmented Generation. The conversation begins with an introduction to key concepts, including large language models (LLMs), context windows, RAG, hallucinations, and real-world use cases. They then delve into the essential components and design considerations for building a RAG-enabled system, covering topics such as retrievers, prompt augmentation, indexing pipelines, retrieval strategies, and the generation process. The discussion also touches on critical aspects like data chunking and the distinctions between open-source and pre-trained models. The episode concludes with a forward-looking perspective on the future of RAG and its evolving role in the industry. Brought to you by IEEE Computer Society and IEEE Software magazine.
Luca Palmieri, author of Zero to Production in Rust and Principal Engineering Consultant at MainMatter, speaks with SE Radio host Gavin Henry about Rust in production. They discuss what production Rust means, how to get Rust code into production, specific Rust issues to think about when getting an application into production, what Rust profiles are, expected performance, telemetry options, error handling and what parts of Rust to use and avoid. Palmieri discusses docker containers, tracing, robust Rust error handling, how performant Rust is in the real world, p50, p99, docker build techniques, project layouts, crates, speeding up Rust build times, unwrap(), panics, budgeting resources, inner development loops, the Facade Pattern, structured logging, and how to always use clippy. Brought to you by IEEE Computer Society and IEEE Software magazine.
Will McGugan, the CEO and founder of Textualize, speaks with host Gregory M. Kapfhammer about how to use packages such as Rich and Textual to build text-based user interfaces (TUIs) and command-line interfaces (CLIs) in Python. Along with discussing the design idioms that enable developers to create TUIs in Python, they consider practical strategies for efficiently rendering the components of a TUI. They also explore the subtle idiosyncrasies of implementing performant TUI frameworks like Textual and Rich and introduce the steps that developers would take to create their own CLI or TUI. This episode is sponsored by Fly.io.
In this episode, SE Radio host Sriram Panyam explores HTMX with its creator, Carson Gross, who is also creator of Hyperscript, the mind behind the Grug Brained Developer, a professor of software engineering at Montana State University, and co-author of Hypermedia Systems. HTMX is a modern JavaScript library that allows developers to access AJAX, WebSockets, CSS Transitions, and Server-Sent Events directly in HTML using attributes. It represents a return to hypermedia-driven application architecture while supporting modern user experiences. The episode starts with a look at the current complexity in web development and how HTMX offers an alternative approach. Carson explains the core philosophy of "HTML as the interface" and how hypermedia principles influenced HTMX's design. From there, they dive into HTMX's technical concepts, including its attribute system, server-side integration, event handling, and state management approach. Carson shares some real-world implementation strategies, including migration paths from JavaScript frameworks, architectural patterns, and performance considerations -- as well as a few scenarios in which HTMX might not be the best fit. Finally, they look at the growing HTMX ecosystem, community contributions, and future development roadmap. Throughout the episode, Carson provides concrete examples and case studies of HTMX in production environments. Brought to you by IEEE Computer Society and IEEE Software magazine.
Matthias Endler, Rust developer, open-source maintainer, and consultant through his company Corrode, speaks with SE Radio host Gavin Henry about prototyping in Rust. They discuss prototyping and why Rust is excellent for prototyping, and Matthias recommends a workflow for it, including what parts of Rust to use, and what parts to avoid at this stage. He describes the key components that Rust provides to help us validate ideas via prototypes, as well as tips and tricks to reach for. In addition, the conversation explores type inference, unwrap(), expect(), anyhow crate, bacon crate, cargo-script, Rust macros to use, generics, lifetimes, best practices, project layout styles, and how to design through types. Brought to you by IEEE Computer Society and IEEE Software magazine.
Steve Summers speaks with SE Radio host Sam Taggart about securing test and measurement equipment. They start by differentiating between IT and OT (Operational Technology) and then discuss the threat model and how security has evolved in the OT space, including a look some of the key drivers. They then examine security challenges associated with a specific device called a CompactRIO, which combines a Linux real-time CPU with a field programmable gate array (FPGA) and some analog hardware for capturing signals and interacting with real-world devices. Brought to you by IEEE Computer Society and IEEE Software magazine.
Ashley Peacock, the author of Serverless Apps on Cloudflare, speaks with host Jeremy Jung about content delivery networks (CDNs). Along the way, they examine dependency injection with bindings, local development, serverless, cold starts, the V8 runtime, AWS Lambda vs Cloudflare workers, WebAssembly limitations, and core services such as R2, D1, KV, and Pages. Ashley suggests why most users use an external database and discusses eventually consistent data stores, S3-to-R2 migration strategies, queues and workflows, inter-service communication, durable objects, and describes some example projects. Brought to you by IEEE Computer Society and IEEE Software magazine.
Eran Yahav, Professor of Computer Science at Technion, Israel, and CTO of Tabnine, speaks with host Gregory M. Kapfhammer about the Tabnine AI coding assistant. They discuss how the design and implementation allows software engineers to use code completion and perform tasks such as automated code review while still maintaining developer privacy. Eran and Gregory also explore how research in the field of natural language processing (NLP) and large language models (LLMs) has informed the features in Tabnine. Brought to you by IEEE Computer Society and IEEE Software magazine.
Malcolm Matalka, founder of Terrateam, joins host Giovanni Asproni to talk about the reasoning behind choosing a not-so-widespread language (OCaml) and (almost) totally avoiding frameworks for the development of Terrateam. While discussing the reasons for choosing this specific programming language and the advantages and disadvantages of using external frameworks, they also consider a range of related topics, including static vs dynamic typing, the use of monorepos, and the advantages of choosing a single language that can be used both for web front ends and server back ends. The episode ends with lessons learned that can be applied to other contexts and projects. Brought to you by IEEE Computer Society and IEEE Software magazine.
Emre Baran, CEO and co-founder of Cerbos, and Alex Olivier, CPO and co-founder, join SE Radio host Priyanka Raghavan to explore “stateless decoupled authorization frameworks. The discussion begins with an introduction to key terms, including authorization, authorization models, and decoupled frameworks. They dive into the challenges of building decoupled authorization, as well as the benefits of this approach and the operational hurdles. The conversation shifts to Cerbos, an open-source policy-based access control framework, comparing it with OPA (Open Policy Agent). They also delve into Cerbos’s technical workings, including specification definitions, GitOps integration, examples of usage, and deployment strategies. The episode concludes with insights into potential trends in the authorization space. This episode is sponsored by Penn Carey Law school
Tyler Flint, CEO of qpoint.io, joins host Robert Blumen for a conversation about managing external vendor dependencies, including several best practices for adoption. They start with a look at internal versus external services, including details such as the footprint of external services within a micro-services application, and difficulties organizations have tracking their service consumption, quantifying service consumption, and auditing external services. Tyler also discusses the security implications of external services, including authentication and authorization. They examine metrics and monitoring, with recommendations on the key metrics to collect, as well as acceptable error rates for external services. From there they consider what can go wrong, how to respond to external service outages, and challenges related to testing external services. The episode wraps up with a discussion of qPoint’s migration from a proxy-based solution to one based on eBPF kernel probes. Brought to you by IEEE Computer Society and IEEE Software magazine.
Software architect and author Vlad Khononov joins host Jeff Doolittle for a discussion on balancing coupling in software design. They start by examining coupling and its relationship to complexity and modularity. Vlad explains the historical models for assessing coupling and introduces his updated approach, integration strength, which aims to simplify earlier frameworks and adapt them for modern practices. The episode explores three dimensions of coupling: integration strength (knowledge sharing), distance (proximity of components), and volatility (likelihood of change). Vlad illustrates how design decisions can lead systems toward complexity or modularity, and he emphasizes the importance of managing coupling to minimize cognitive load and cascading changes. The conversation wraps up with insights on applying these principles to real-world software projects and a reminder of coupling's critical role in software architecture. Brought to you by IEEE Computer Society and IEEE Software magazine.
Sunil Mallya, co-founder and CTO of Flip AI, discusses small language models with host Brijesh Ammanath. They begin by considering the technical distinctions between SLMs and large language models. LLMs excel in generating complex outputs across various natural language processing tasks, leveraging extensive training datasets on with massive GPU clusters. However, this capability comes with high computational costs and concerns about efficiency, particularly in applications that are specific to a given enterprise. To address this, many enterprises are turning to SLMs, fine-tuned on domain-specific datasets. The lower computational requirements and memory usage make SLMs suitable for real-time applications. By focusing on specific domains, SLMs can achieve greater accuracy and relevance aligned with specialized terminologies. The selection of SLMs depends on specific application requirements. Additional influencing factors include the availability of training data, implementation complexity, and adaptability to changing information, allowing organizations to align their choices with operational needs and constraints. This episode is sponsored by Codegate.
Pete Warden, CEO of Useful Sensors and a founding member of the TensorFlow team at Google, discusses TinyML, the technology enabling machine learning on low-power, small-footprint devices. This innovation opens up applications such as voice-controlled devices, offline translation tools, and smarter embedded systems, which are crucial for privacy and efficiency. SE Radio host Kanchan Shringi speaks with Warden about challenges like model compression, deployment constraints, and privacy concerns. They also explore applications in agriculture, healthcare, and consumer electronics, and close with some practical advice from Pete for newcomers to TinyML development. Brought to you by IEEE Computer Society and IEEE Software magazine.
Brenden Matthews, a seasoned software engineer, entrepreneur, and author of the Idiomatic Rust and Code Like a Pro in Rust books (both from Manning), speaks with SE Radio host Gavin Henry about Idiomatic Rust. They start with a look at what "idiomatic" means, and then discuss Generics, Traits, common design patterns you'll see in well written Rust code, and anti-patterns to avoid. Matthews suggests some tools that can help you immediately write idiomatic Rust, as well as what building blocks can also help. This episode examines what Generics are and how they compare to other languages, as well as what Traits are, how macros help, what a Fluent Interface is, and why unwrap() is bad. They also discuss what code smells to look out for, Clone, Copy, and a really nice place to go read real-world Idiomatic Rust code. Brought to you by IEEE Computer Society and IEEE Software magazine.
Tanya Janca, author of Alice and Bob Learn Secure Coding, discusses secure coding and secure software development life cycle with SE Radio host Brijesh Ammanath. This session explores how integrating security into every phase of the SDLC helps prevent vulnerabilities from slipping into production. Tanya strongly recommends defining security requirements early, and discusses the importance of threat modeling during design, secure coding practices, testing strategies such as static, dynamic, and interactive application security testing (SAST, DAST and IAST), and the need for continuous monitoring and improvement after deployment. This episode is sponsored by Codegate.ai
Hong Minhee, an open source developer and creator of the Fedify ActivityPub library, discusses the ActivityPub protocol and the fediverse with SE Radio's Jeremy Jung. They explore ActivityPub use cases, including microblogging applications such as Mastodon and Misskey, as well as activities built into the specification such as Like, Follow, and Accept. They also discuss extending the specification to include properties like Discoverable and Suspended, how different implementations communicate when they don’t implement the same extensions, ND the use of JSON-LD and why it is challenging to implement. Finally, they consider the HTTP-based inbox communication model, difficulties with scaling when using a push rather than a pull model, account migration, and resources for implementing the ActivityPub specification. Brought to you by IEEE Computer Society and IEEE Software magazine.
very nice episode
I recommend this video about floating point: https://youtu.be/PZRI1IfStY0?si=_KBn2pr64SC9Ww_5
Thank you so much for all the tips As a new software developer these tips are so essential It helped me in this project https://spark-driver.pissedconsumer.com/customer-service.html
This blog https://attractgroup.com/blog/introduction-to-aws-devops-simplifying-cloud-computing-with-amazon-web-services/ post offers an insightful introduction to AWS DevOps, effectively demystifying the complexities of cloud computing. By breaking down the core components and benefits of Amazon Web Services, the article provides valuable perspectives for both beginners and seasoned professionals. The emphasis on collaboration and automation showcases how AWS DevOps can streamline processes and enhance productivity. A must-read for anyone looking to leverage cloud solutions in their workflow!
EDI consultant is the opportunity for career advancement and growth. With the rapid evolution of technology and business practices, there's always something new to learn and master in the EDI field. Consultants who stay current with industry trends, new technologies, and emerging best practices can position themselves as leaders and influencers within the EDI community, opening doors to more challenging and rewarding opportunities.https://ihateedi.com/
Creating cutting-edge software and applications requires a combination of technical expertise and creative thinking. Whether you're developing a new product or improving an existing one, always keep the end-user in mind, so try to check https://amasty.com/import-and-export-for-magento-2.html where I was able to find Import and Export for Magento. With hard work, persistence, and a willingness to experiment, you can bring your ideas to life and make a real impact in the tech industry.
To know whether to employ engineers Serbia or in Ukraine, one necessities to zero in on the distinctions. Here are the principal benefits Ukrainian software engineers can offer better compared to a Belgrade devoted group: More ability. In Ukraine, there are more organizations, more new businesses, and more engineers (around 200,000). Simultaneously to employ committed engineers in Serbia is more earnestly, as they are deficient with regards to subject matter experts. Ukraine is a believed home for in excess of 100 Research and development focuses of worldwide organizations and industry pioneers. 80% of Ukrainian designers have an extraordinary order of English. While a product improvement devoted group in Serbia probably won't be as proficient in correspondence. Source: https://mobilunity.com/blog/hire-developers-in-serbia/
Cloud computing services have grown in popularity in recent years, and Microsoft Azure has emerged as a leading platform for managing cloud infrastructure. Azure provides a number of services to assist organizations in efficiently and effectively managing their infrastructure, ranging from virtual machines and storage to databases and networking. However, managing Azure infrastructure can be complicated and difficult, particularly for organizations lacking the required expertise or resources. Visit https://exbsoft.com/insight/azure-infrastructure-managment for more info.
As someone who is not well-versed in app development, I'm looking for a site https://rexsoftinc.com/logistics-app-development that can break things down in simple terms and provide step-by-step instructions on how to develop a logistics app. I'm also interested in learning more about the different technologies and platforms that are available, and how to choose the best options for my business. Additionally, I want to know how much it will cost to develop and maintain the app.As someone who is not well-versed in app development, I'm looking for a site https://rexsoftinc.com/logistics-app-development that can break things down in simple terms and provide step-by-step instructions on how to develop a logistics app. I'm also interested in learning more about the different technologies and platforms that are available, and how to choose the best options for my business. Additionally, I want to know how much it will cost to develop and maintain the app.
As someone who is not well-versed in app development, I'm looking for a site https://rexsoftinc.com/logistics-app-development that can break things down in simple terms and provide step-by-step instructions on how to develop a logistics app. I'm also interested in learning more about the different technologies and platforms that are available, and how to choose the best options for my business. Additionally, I want to know how much it will cost to develop and maintain the app.
As someone who is not well-versed in app development, I'm looking for a site https://rexsoftinc.com/logistics-app-development that can break things down in simple terms and provide step-by-step instructions on how to develop a logistics app. I'm also interested in learning more about the different technologies and platforms that are available, and how to choose the best options for my business. Additionally, I want to know how much it will cost to develop and maintain the app.
In this episode, Randy Shoup talks about his experience at eBay and how he was able to help them transition to an agile organization. He discusses the importance of having a clear vision, how to build trust with stakeholders, and how to set up teams for success. He also shares his thoughts on the role of technology in the future of work, and how to use it to enable the transition to an agile organization. Please Visit: https://getprosoft.com/idm-crack/
Software Engineering Radio is a podcast designed to share knowledge and experience from the software engineering world. The podcast features interviews with software engineering professionals, academics, and authors. The goal of the podcast is to provide software engineers with a window into the world of software engineering, and to give them access to the latest ideas and trends in the field. The podcast is hosted by Markus Völter, a software engineer and consultant. visit for free software: https://softwarezpro.net/microsoft-visio-pro/
Software Engineering Radio is a podcast designed to share knowledge and experience from the software engineering world. The podcast features interviews with software engineering professionals, academics, and authors. The goal of the podcast is to provide software engineers with a window into the world of software engineering, and to give them access to the latest ideas and trends in the field. The podcast is hosted by Markus Völter, a software engineer and consultant. visit for free software: https://softwarezpro.net/microsoft-visio-pro/
The software has proven to be very useful when used in everyday life. Software developers help in the development of businesses, enterprises and in improving the quality of life. At https://yellow.systems/blog/develop-live-streaming-app, you can read about live streaming app development. Quite an interesting article in this area.
A podcast series on programming and the executive's subjects focused on a worldwide crowd of computer programmers, https://letsgradeit.com/question/how-to-get-away-with-plagiarism/ engineers, administrators, and computers.we don't record meetings or talks given in different settings. Every episode includes two speakers
most interesting part is how at the end he talks about what community should be, guy can give different idea and not be "hit in the face" even if another person does not agree. other communities really lacks this
sof was a paid service at some point in time. did I hear that right?
wonderful episode, really relevant experiance shared
Really interesting! I wanna buy his book