DiscoverSoftware Engineering Daily
Software Engineering Daily
Claim Ownership

Software Engineering Daily

Author: Software Engineering Daily

Subscribed: 44,030Played: 1,618,142
Share

Description

Technical interviews about software topics.
730 Episodes
Reverse
Kong is a software company that provides open-source platforms and cloud services for managing, monitoring, and scaling APIs and microservices. Marco Palladino is the CTO of Kong, and he joins the podcast to talk about the platform and APIs as the building blocks of the digital world. This episode is hosted by Lee Atchison. Lee The post It’s APIs All the Way Down with Marco Palladino appeared first on Software Engineering Daily.
Bitwarden is an open-source password management service that securely stores passwords, passkeys, website credentials, and other sensitive information Matt Bishop is the Principal Architect at Bitwarden. He joins the show to talk about the platform and his work there. Gregor Vand is a security-focused technologist, and is the founder and CTO of Mailpass. Previously, Gregor The post Bitwarden with Matt Bishop appeared first on Software Engineering Daily.
Codecademy is an online platform that offers classes on languages including Python, Go, JavaScript, C++, and many others. Zoe Bachman is the Senior Curriculum Director at Codecademy and designs courses for the platform. She joins the podcast to talk about her work there. Josh Goldberg is an independent full time open source developer in the The post Codecademy with Zoe Bachman appeared first on Software Engineering Daily.
Akash Network is a decentralized cloud computing platform that leverages unused compute capacity around the world. It makes this capacity available to others, and provides a decentralized peer-to-peer model for managing and paying for these resources in an online marketplace. Greg Osuri is the CEO for OverClock Labs which created Akash Network. He joins the The post A Decentralized Compute Marketplace with Greg Osuri appeared first on Software Engineering Daily.
Linting is the process of checking source code for programmatic as well as stylistic errors. Ruff is a highly popular Python linter written in Rust. It was developed by Charlie Marsh, who also founded Astral, which is focused on next-generation Python tooling. Charlie joins the podcast to talk about open source development, Ruff, the UV The post Ruff and Next-Generation Python Tooling with Charlie Marsh appeared first on Software Engineering Daily.
Gabriel Gambetta is a Senior Software Engineer at Google where he works on YouTube. He’s an expect in computer graphics and game development, and is famous for his articles on engineering fast-paced multiplayer games. Gabriel joins the show to talk about his history with game development, client-server game architecture, rubber-banding, raytracing, rasterizers, and much more. The post Engineering Fast-Paced Multiplayer Games with Gabriel Gambetta appeared first on Software Engineering Daily.
The U.S. government recently released a report calling on the technical community to proactively reduce the attack surface area of software infrastructure. The report emphasized memory safety vulnerabilities, which affect how memory can be accessed, written, allocated, or deallocated. The report cites this class of vulnerability as a common theme in the some of the The post C++ Safety with Herb Sutter appeared first on Software Engineering Daily.
Figma is a cloud-based design and product development platform that is widely used in UI and UX work. It allows users to collaborate in real-time, a key feature that has helped drive its popularity. Figma is an impressive engineering feat, in part because of how far it pushes what’s possible in a web browser. Abhi The post Figma Engineering with Abhi Mathur appeared first on Software Engineering Daily.
The majority of enterprise data exists in heterogenous formats such as HTML, PDF, PNG, and PowerPoint. However, large language models do best when trained with clean, curated data. This presents a major data cleaning challenge. Unstructured is focused on extracting and transforming complex data to prepare it for vector databases and LLM frameworks. Crag Wolfe The post Unstructured Data and LLMs with Crag Wolfe and Matt Robinson appeared first on Software Engineering Daily.
Red Hat Enterprise Linux is a Linux distribution developed by Red Hat for the commercial market. The company recently announced changes to the availability of its source code. In response, CIQ, Oracle and SUSE formed the Open Enterprise Linux Association, or OpenELA, which aims to provide a consistent and secure upstream location for Enterprise Linux The post The Changing Enterprise Linux Ecosystem with Wim Coekaerts appeared first on Software Engineering Daily.
LLMs have become one of the most important technologies to emerge in recent years. Many of the most prominent LLM tools are closed source, which has led to great interest in developing open-source tools. Antonio Velasco Fernández is a Data Scientist and Jose Pablo Cabeza García is a Lead Data Engineer, both at Elastacloud. In The post LLM Community Development with Antonio Velasco Fernández and Jose Pablo Cabeza García appeared first on Software Engineering Daily.
A deepfake is a synthetic media technique that uses deep learning to create or manipulate video, audio, or images to present something that didn’t actually occur. Deepfakes have gained attention in part due to their potential for misuse, such as creating forged videos for political manipulation or spreading misinformation. Ryan Ofman is a Lead Engineer The post Detecting Deepfakes with Ryan Ofman appeared first on Software Engineering Daily.
Decompilation is the process of translating a compiled program’s bytecode back into a higher-level programming language, like C. There’s a vibrant and growing scene of engineers working to decompile classic video games, and some of the most prominent projects have focused on the Nintendo 64. Recent successes include Super Mario 64, The Legend of Zelda: The post Bonus Episode: The N64 Decompilation Scene with Ethan Roseman and Mark Street appeared first on Software Engineering Daily.
CSS, or Cascading Style Sheets, is a fundamental technology in web development that defines the presentation and layout of HTML documents. It serves as a styling language that allows developers to control the appearance of web pages. Rachel Andrew is a Staff Technical Writer on the Google Chrome Team. Before that she worked for Mozilla The post The State of CSS with Rachel Andrews appeared first on Software Engineering Daily.
Security Operations, or SecOps, refers to the collaboration between security and operations teams to secure an organization’s systems, applications, and data. Maxime Lamothe-Brassard is a Co-Founder of LimaCharlie which is a cloud SecOps platform. He has a background in security and has previously worked at the Canadian Intelligence service, Crowdstrike, Google, and Google X. He The post Modern SecOps with Maxime Lamothe-Brassard appeared first on Software Engineering Daily.
Microsoft Copilot is a chatbot developed by Microsoft that launched in 2023 and is based on a large language model. Justin Harris is a Principal Software Engineer at Microsoft and has an extensive background in classical machine learning and neural networks, including large language models. He joins the show to talk about Microsoft Copilot, natural The post Microsoft Copilot with Justin Harris appeared first on Software Engineering Daily.
The interplanetary filesystem, or IPFS, is a peer-to-peer network that uses a distributed and decentralized model. Functionally, IPFS allows users to store and share files without having to rely on a single source of truth for those files. Matt Ober is the Co-Founder & CTO of Pinata. He joins the show to talk about IPFS The post Pinata and the Interplanetary File System with Matt Ober appeared first on Software Engineering Daily.
Animal Well is a Metroidvania game developed as a solo project by Billy Basso over the course of seven years. It’s the first game released by publisher Bigmode, which was founded by Jason “Dunkey” Gastrow. Billy joins the show to talk about creating Animal Well’s engine from scratch, how the game handles animation, fine-tuning character The post Animal Well with Billy Basso appeared first on Software Engineering Daily.
One of the most promising applications of large language models is giving non-experts the ability to easily query their own data. A potential positive side effect is reducing ad-hoc data analysis requests that often strain data teams. Sarah Nagy is the Co-founder and CEO at Seek which is using natural language processing to change how The post LLMs for Data Queries with Sarah Nagy appeared first on Software Engineering Daily.
Almost every application or system involves some sort of user onboarding. Increasingly, companies must implement know-your-customer and know-your-business compliance, or KYC and KYB, as part of that process. In addition, they often handle personal identifiable information, or PII. Footprint is a developer platform that was co-founded by Alex Grinman for handling identity, security, fraud, and The post Implementing KYC and User Verification with Alex Grinman appeared first on Software Engineering Daily.
loading
Comments (109)

Alok Kumar

Welcome to Outreach Club - Your Gateway to Digital Excellence! 🏆 Best Digital Marketing Company in Bihar Sharif: At Outreach Club, we take pride in being recognized as the best digital marketing company in Bihar Sharif. Our expert team is dedicated to elevating your brand's online presence, ensuring unparalleled success in the local market. 🌐 Best Digital Marketing Company in India: Embark on a digital journey with Outreach Club, the best digital marketing company in India. Our solutions transcend geographical boundaries, propelling businesses to new heights on the national stage. 🔍 Best SEO Agency in Bihar: Experience the power of top-notch SEO services with Outreach Club, honored as the best SEO agency in Bihar. https://outreachclub.co/

Apr 5th
Reply

Alok Kumar

At Kodehash, we're more than just a mobile app development company - we're your partners in growth. We blend innovation with creativity to create digital solutions that perfectly match your business needs. Our portfolio boasts over 500+ apps developed across a range of technologies. Our services include web and mobile app design & development, E-commerce store development, SaaS & Web apps support, and Zoho & Salesforce CRM & automation setup. We also offer IT managed services like AWS, Azure, and Google Cloud. Our expertise also extends to API and Salesforce integrations. We shine in leveraging cutting-edge tech like AI and Machine Learning. With a global presence in the US, UK, Dubai, Europe, and India, we're always within reach. https://kodehash.com/

Apr 5th
Reply

anthonystrunk

I've always been interested in how technology changes traditional industries, and recently, I came across an article discussing technological innovation in the insurance sector. It was fascinating to learn about the new tools and methodologies being adopted to enhance efficiency and customer experience. This article shed light on how technology is not just changing the way we live but also how businesses operate and evolve. It's interesting to see such sectors embracing innovation to meet the changing needs of consumers. https://saudiscoop.com/tech/technology-and-innovation-in-the-insurance-sector/

Mar 26th
Reply

Piers Randall

Are you considering outsourcing your development needs? Look no further than QIT software at https://qit.software/. Their commitment to quality, cost-effectiveness and long-term collaboration makes them the ideal partner for any project. Plus, their commitment to customer satisfaction means you can rest assured that they'll always have your back.

Mar 6th
Reply

Denial Brown

Thank you for this podcast, I think that serverless applications are a very good solution for businesses now, in particular because of the ease of scaling the architecture and other features. My company has also realized the benefits and is already negotiating with companies https://devcom.com/expertise/serverless-application-development-services/ that provide development services

Jan 4th
Reply

Alex Saunders

I had the opportunity to use Seek HD Software, and I must say, it was an exceptional experience. From the moment I installed the software, I was impressed by its user-friendly interface and seamless navigation. The high-definition graphics and crisp visuals added a whole new level of immersion to my digital experience, for more reviews visit https://seek-hd.pissedconsumer.com/review.html . The software's advanced features, such as its powerful search engine and efficient file management system, made it incredibly easy to find and organize my files effortlessly. Moreover, the lightning-fast performance and smooth operation of Seek HD Software truly enhanced my productivity. Overall, I highly recommend Seek HD Software to anyone seeking a top-notch software solution that combines functionality, aesthetics, and efficiency.

Nov 14th
Reply

Angela Т

Programming has now flooded the entire market due to the quarantine. Everyone has started moving in this direction. But it's hard to find good programmers, as they are already busy with their work. That's why I think it's better to go to companies that have been on the market for a long time and have certain guarantees. If you are interested, you can look at more info https://lightpointglobal.com/

Nov 5th
Reply

Angela Т

Programming has now flooded the entire market due to the quarantine. Everyone has started moving in this direction. But it's hard to find good programmers, as they are already busy with their work. That's why I think it's better to go to companies that have been on the market for a long time and have certain guarantees. If you are interested, you can look at more info https://lightpointglobal.com/

Nov 5th
Reply

Angela Т

Programming has now flooded the entire market due to the quarantine. Everyone has started moving in this direction. But it's hard to find good programmers, as they are already busy with their work. That's why I think it's better to go to companies that have been on the market for a long time and have certain guarantees. If you are interested, you can look at more info https://lightpointglobal.com/

Nov 5th
Reply

solya ninka

Everyone is capable of making mistakes. But you need to be able to correct these mistakes in time.

Nov 5th
Reply

solya ninka

Everyone is capable of making mistakes. But you need to be able to correct these mistakes in time.

Nov 5th
Reply

solya ninka

Everyone is capable of making mistakes. But you need to be able to correct these mistakes in time.

Nov 5th
Reply

Addie white

When discussing software development firms, a colleague of mine owns a restaurant enterprise. To streamline and expedite management, he opted to create a customized app. During his quest for a competent development team, he stumbled upon the professionals at https://uniquesoftwaredev.com/ Their performance in completing the assignment was commendable. Hence, if you're seeking software development services, I confidently recommend considering their expertise.

Aug 30th
Reply

MoJin

thanks you for sharing these with us.

Jul 31st
Reply

adrian wardell

https://github.com/june07/ngrok-dns solves problem #2.

Jan 23rd
Reply

Simon Richard

In terms of software development firms, a buddy of mine owns a restaurant and decided to create an app to make management easier and faster. He looked for a team of developers who could create an app and came across https://mmcgbl.com/. They handled the assignment admirably, thus I recommend them if you need to develop software.

Jan 6th
Reply

V Ingram

Nobody gonna talk about the mental breakdown posts about facebook and other things? Some episodes are good but other have a bit too much Rogan influence that's leaning to the right. Should be neutral.

Sep 17th
Reply

William Vaughn

RIP Jeff, you will be missed. your podcast has been a blessing.

Aug 10th
Reply

Timothy Ferguson

Talking about software development companies, a friend of mine has his restaurant business, so he decided to make up an app for easier and faster management. He searched for the team of developers who could build an app and came across those guys https://vironit.com/. They coped with the task greatly so I can say you can deal with them if you need to develop software.

Mar 24th
Reply

Nightwing

I'd love to hear the CTO's explanation of what's going on under the hood

Mar 17th
Reply