Discover
Software Engineering Daily
![Software Engineering Daily Software Engineering Daily](http://softwareengineeringdaily.com/wp-content/uploads/2024/02/sed_logo.png)
1231 Episodes
Reverse
Subsea cables are high-capacity fiber-optic lines laid along the ocean floor to enable global communication by transmitting data between continents. Spanning thousands of miles, they carry an estimated 95% of international internet, phone, and data transmissions. Critically, these cables are vulnerable to sabotage by state actors, as they form critical infrastructure for global communication and
The post The Subsea Cable Network with Josh Dzieza appeared first on Software Engineering Daily.
LangChain is a popular open-source framework to build applications that integrate LLMs with external data sources like APIs, databases, or custom knowledge bases. It’s commonly used for chatbots, question-answering systems, and workflow automation. Its flexibility and extensibility have made it something of a standard for creating sophisticated AI-driven software. Erick Friis is a Founding Engineer
The post LangChain and Agentic AI Engineering with Erick Friis appeared first on Software Engineering Daily.
BlackBerry is a Canadian company known for its pivotal role in the smartphone market during the 2000s. Today, BlackBerry has adopted a major focus on cybersecurity. John Wall is the Chief Operating Officer and Head of Products, Engineering and Services at QNX, which is a division of BlackBerry. Ismael Valenzuela is the former Vice President
The post Secure Communications in Embedded Systems with Ismael Valenzuela and John Wall appeared first on Software Engineering Daily.
Caves of Qud is a roguelike game set in a richly detailed, post-apocalyptic world blending science fiction and fantasy. The game is known for its deep lore, emergent gameplay, and wildly creative character customization. It is a massive indie success, and recently hit a major milestone with the release of version 1.0 after 15 years
The post Caves of Qud with Brian Bucklew appeared first on Software Engineering Daily.
Compute optimization in a cloud environment is a common challenge because of the need to balance performance, cost, and resource availability. The growing use of GPUs for workloads, including AI, is also increasing the complexity and importance of optimization given the relatively high cost of GPU cloud computation. Jerzy Grzywinski is a Senior Director of
The post Maximizing Cloud Efficiency with Jerzy Grzywinski and Brent Segner appeared first on Software Engineering Daily.
Docker container vulnerability analysis involves identifying and mitigating security risks within container images. This is done to ensure that containerized applications can be securely deployed. Vulnerability analysis can often be time intensive, which has motivated the use of AI and ML to accelerate the process. NVIDIA Blueprints are reference workflows for agentic and generative AI
The post NVIDIA’s Agentic AI for Container Security with Amanda Saunders and Allan Enemark appeared first on Software Engineering Daily.
Raylib is a lightweight, beginner-friendly, and open-source C library for game development, known for its simplicity and lack of external dependencies. It’s designed to streamline the creation of 2D and 3D games, and has an intuitive API for managing graphics, audio, and input. Ramon Santamaria is the Founder and Lead Developer of Raylib. He joins
The post The Raylib C Library for Game Development with Ramon Santamaria appeared first on Software Engineering Daily.
Anduril is a technology defense company with a focus on drones, computer vision, and other problems related to national security. It is a full-stack company that builds its own hardware and software, which leads to a great many interesting questions about cloud services, engineering workflows, and management. Gokul Subramanian is Senior Vice President of Engineering
The post Anduril with Gokul Subramanian appeared first on Software Engineering Daily.
QuantStack is an open-source technology software company specializing in tools for data science, scientific computing, and visualization. They are known for maintaining vital projects such as Jupyter, the conda-forge package channel, and the Mamba package manager. Sylvain Corlay is the CEO of QuantStack. He joins the podcast to talk about his company, Conda, Mamba, the
The post Mamba and Software Package Security with Sylvain Corlay appeared first on Software Engineering Daily.
Ableton is a music software and hardware company based in Germany. The company develops Ableton Live which is a digital audio workstation for both improvisation and traditional arrangements. The software is remarkable for successfully blending good UI design with a powerful feature set. This has made it popular with new musicians as well as professionals
The post Ableton Live with Tobias Hahn appeared first on Software Engineering Daily.
beeps is a startup focused on building an on-call platform for Next.js. The company is grounded in the key insight that Next.js has become a dominant framework for modern development. A key motivation in leveraging Next.js is to create a developer-first experience for on-call. Joey Parsons is the founder and CEO of beeps, and he
The post beeps and on-call for Next.js developers with Joey Parsons appeared first on Software Engineering Daily.
Digital forensics is the process of identifying, preserving, analyzing, and presenting electronic data for investigative purposes. It’s often related to addressing cybercrime and is crucial in tracing the origin of breaches, recovering lost data, and security hardening. Emre Tinaztepe is the Founder and CEO of Binalyze which is a cybersecurity company specializing in digital forensics
The post Digital Forensics with Emre Tinaztepe appeared first on Software Engineering Daily.
Fallout: London is a 2024 total conversion mod developed by Team FOLON. The mod is based on Fallout 4 by Bethesda Softworks and takes place in a post-apocalyptic rendition of London. The project is remarkable for its ambition and scope, with the small indie team delivering a fully-realized open world RPG. Daniel Morrison Neil led
The post Fallout: London with Daniel Morrison Neil and Jordan Albon appeared first on Software Engineering Daily.
Heroku is a cloud platform-as-a-service that enables developers to build, deploy, and manage applications. It was founded in 2007 and was acquired by Salesforce in 2010. The platform supports multiple programming languages, including Ruby, Python, Node.js, and Java, and has features such as automated scaling, database monitoring tools, and a streamlined deployment workflow. Vish Abrams
The post Heroku and the Twelve-Factor App with Vish Abrams appeared first on Software Engineering Daily.
Over the years, Google has released a variety of ML, data science, and AI developer tools and platforms. Prominent examples include Colab, Kaggle, AI Studio, and the Gemini API. Paige Bailey is the Uber Technical Lead of the Developer Relations team at Google ML Developer Tools, working on Gemini APIs, Gemma, AI Studio, Kaggle, Colab
The post AI Developer Tools at Google with Paige Bailey appeared first on Software Engineering Daily.
Video game emulation is the process of using software to replicate the functionality of gaming hardware. It’s a fundamental approach to making older games accessible on modern devices. The Carbon Engine is a tool developed internally at video game publisher and distributor Limited Run Games. It allows a variety of emulators to interface with modern
The post Game Emulation on the Carbon Engine with Dimitris “MVG” Giannakis appeared first on Software Engineering Daily.
Serverless computing is a cloud-native model where developers build and run applications without managing server infrastructure. It has largely become the standard approach to achieve scalability, often with reduced operational overhead. However, in banking and financial services, adopting a serverless model can present unique challenges. Brian McNamara is a Distinguished Engineer at Capital One where
The post Going Serverless in Financial Services with Brian McNamara appeared first on Software Engineering Daily.
Teardown is a 2022 sandbox puzzle game developed and published by Tuxedo Labs. The game revolves around the owner of a financially stricken demolition company, who is caught undertaking a questionable job and becomes entangled between helping police investigations and taking on further dubious assignments. The game stands out for its technical achievements, particularly its
The post Teardown and Voxel-Based Rendering with Dennis Gustafsson appeared first on Software Engineering Daily.
Expo is a development framework that streamlines the process of building cross-platform mobile apps using React Native. It eliminates the need for complex native code setup by providing pre-built APIs for common device features like the camera and GPS, making it easier to access hardware functionality. It also simplifies the deployment process with built-in tools
The post Streamlined React Native Development with Charlie Cheever and James Ide appeared first on Software Engineering Daily.
To our Software Engineering Daily listeners – as we wrap up 2024, we want to thank you all for listening to the show. We’ve had a great time putting together all of our episodes this year, and we’re grateful for your support. This year we continued our wide lens coverage of software engineering, and we
The post Special End-of-Year Message from Software Engineering Daily appeared first on Software Engineering Daily.
Top Podcasts
The Best New Comedy Podcast Right Now – June 2024The Best News Podcast Right Now – June 2024The Best New Business Podcast Right Now – June 2024The Best New Sports Podcast Right Now – June 2024The Best New True Crime Podcast Right Now – June 2024The Best New Joe Rogan Experience Podcast Right Now – June 20The Best New Dan Bongino Show Podcast Right Now – June 20The Best New Mark Levin Podcast – June 2024
Unlock the full potential of your PC with our comprehensive software collection, featuring tools for developers, creators, and everyday users alike. Dive into the world of software engineering insights by tuning into 'Software Engineering Daily' on Castbox FM—where experts break down industry trends, best practices, and innovations shaping the future of technology. Discover and grow with us!https://getsoftsdl.com/
As I learned about the impact of cloud communications on business operations, my perspective on work changed. An article I read highlighted that about 94% of companies are already using cloud software http://www.robinwaite.com/blog/the-rise-of-cloud-based-communication-how-its-revolutionising-business-operations. This is not surprising: with the increase in remote work, cloud solutions provide flexibility and cost savings that would have been unimaginable just a few years ago. I was amazed at how cloud technologies improve collaboration and speed up decision-making through tools such as video conferencing and document sharing. These innovations make businesses more adaptive and efficient.
Cold Frontiers is a UK-based organization dedicated to providing expert guidance and support in polar expeditions, adventure travel, and remote area consultancy. With a deep passion for exploring some of the most challenging and extreme environments on Earth, Cold Frontiers offers bespoke expedition planning, training, and safety services for individuals, groups, and organizations seeking to venture into polar regions. Their expertise spans both Arctic and Antarctic regions, ensuring that clients are equipped with the knowledge, tools, and strategies needed to safely navigate and thrive in some of the planet’s harshest climates. https://www.coldfrontiers.com/
Technical interviews on software topics can be challenging but rewarding. They really test your problem-solving skills, understanding of algorithms, and coding efficiency. It's important to practice and be prepared for a range of topics, from data structures to system design. A solid grasp of fundamentals can make all the difference! https://www.outredev.com/
Excellent content ,Thanks for sharing this. It's pretty nice and very helpful contents in this article, everyone can use it wisely. Visit for : top jewellery software , top apparel garment footwear software .
thank you for this sharing, it shows how much you respect your audience, you're great at your interviews at a level you don't suspect, I haven't seen someone as relevant as you in your questions
Haven't tuned in a while... This show sure has changed.
i just wana congratulate the quality of questions asked !! extremely relevant