
Location:
United States
Description:
Technical interviews about software topics.
Twitter:
@software_daily
Language:
English
Contact:
5122170273
Episodes
Sofascore with Josip Stuhli
11/28/2023
If you’re a sports fan and like to track sports statistics and results, you’ve probably heard of Sofascore. The website started in 2010 and ran on a modest single server. It now has 25 million monthly active users, covers 20 different sports, 11,000 leagues and tournaments, and is available in over 30 languages. Josip
The post Sofascore with Josip Stuhli appeared first on Software Engineering Daily.
Duration:00:49:48
Daytona with Ivan Burazin
11/23/2023
Cloud-based software development platforms such as GitHub Codespaces continue to grow in popularity. These platforms are attractive to enterprise organizations because they can be managed centrally with security controls. However, many, if not most, developers prefer a local IDE. Daytona is aiming to bridge that gap. It’s a layer between a local IDE and a
The post Daytona with Ivan Burazin appeared first on Software Engineering Daily.
Duration:00:46:52
GraphAware with Luanne Misquitta
11/22/2023
Knowledge graphs are an intuitive way to define relationships between objects, events, situations, and concepts. Their ability to encode this information makes them an attractive database paradigm. Hume is a graph-based analysis solution developed by GraphAware. It represents data as a network of interconnected entities and provides analysis capabilities to extract insights from the data.
The post GraphAware with Luanne Misquitta appeared first on Software Engineering Daily.
Duration:00:56:38
Shopify with Mike Shaver
11/21/2023
Shopify is an e-commerce platform focused on enabling small businesses to sell online. The company was founded in 2006 and since then has become a core technology of online business infrastructure. Mike Shaver is a Distinguished Engineer at Shopify and previously worked at Facebook, Mozilla, Oracle and others. At Shopify he works on the core
The post Shopify with Mike Shaver appeared first on Software Engineering Daily.
Duration:01:03:51
Building a State Machine Backend with Adam Berger
11/16/2023
When Adam Berger was at Uber, his team was responsible for ensuring that Uber Eats merchants correctly receive and fulfill orders. This required them to think hard about engineering workflows and state management systems. Six years of experience at Uber motivated Adam to create State Backed, which is an open-source backend system written in Typescript.
The post Building a State Machine Backend with Adam Berger appeared first on Software Engineering Daily.
Duration:00:46:23
The Right to Be Forgotten with Gal Ringel
11/16/2023
Data breaches at major companies are so now common that they hardly make the news. The Wikipedia page on data breaches lists over 350 between 2004 and 2023. The Equifax breach in 2017 was especially notable because over 160 million records were leaked, and much of the data was acquired by Equifax without individuals’ knowledge
The post The Right to Be Forgotten with Gal Ringel appeared first on Software Engineering Daily.
Duration:00:47:45
Figma Dev Mode with Marcel Weekes
11/15/2023
One of the key challenges that teams encounter is how to smoothly collaborate on converting a design into code. For example, if a designer designs a web component, how can it be most efficiently implemented by a developer? What happens if the designer needs to adjust the design and communicate this change to the developer?
The post Figma Dev Mode with Marcel Weekes appeared first on Software Engineering Daily.
Duration:00:55:24
The Astro Framework with James Quick
11/14/2023
Frontend web frameworks are software toolkits that handle many of the low-level and repetitive aspects of building a website. These frameworks have made it easier than ever to build a modern website. The open-source Astro framework was created in 2021 for the purpose of creating simple static sites that load quickly. A key factor to
The post The Astro Framework with James Quick appeared first on Software Engineering Daily.
Duration:00:44:51
Chronosphere with Martin Mao
11/9/2023
Observability software helps teams to actively monitor and debug their systems, and these tools are increasingly vital in DevOps. However, it’s not uncommon for the volume of observability data to exceed the amount of actual business data. This creates two challenges – how to analyze the large stream of observability data, and how to keep
The post Chronosphere with Martin Mao appeared first on Software Engineering Daily.
Duration:00:48:08
Open Source Contributing with Brian Douglas
11/8/2023
The open source coding philosophy has enormous appeal to many software engineers, and with good reason. Open source libraries, applications, and operating systems are now essential to the overall technology ecosystem. And the number of open source projects is only increasing. But many developers don’t know how to get involved in open source. Or, they
The post Open Source Contributing with Brian Douglas appeared first on Software Engineering Daily.
Duration:00:46:47
Temporal with Max Fateev
11/7/2023
There are countless real world scenarios where a workflow or process has multiple steps, and some steps must be completed before others can be started. Think of something as simple as cooking dinner. First you look up a recipe, then you write down the ingredients you need, you go shopping, and then you cook. These
The post Temporal with Max Fateev appeared first on Software Engineering Daily.
Duration:00:38:51
Speechlab and Realtime Translation with Ivan Galea
11/2/2023
Speech technology has been around for a long time, but in the last 12 months it’s undergone a quantum leap. New speech synthesis models are able to produce speech that’s often indistinguishable from real speech. I’m sure many listeners have heard deep fakes where computer speech perfectly mimics the voice of famous actors or public
The post Speechlab and Realtime Translation with Ivan Galea appeared first on Software Engineering Daily.
Duration:00:41:20
Sourcegraph with Quinn Slack
11/1/2023
If you’re a developer, there’s a good chance you’ve experimented with coding assistants like GitHub Copilot. Many developers have even fully integrated these tools into their workflows. One way these tools accelerate development is by autocompleting entire blocks of code. The AI achieves this by having awareness of the surrounding code. It understands context. However,
The post Sourcegraph with Quinn Slack appeared first on Software Engineering Daily.
Duration:00:41:48
GitBook with Addison Schultz
10/31/2023
Documentation is something that everyone knows is important but it’s often difficult to get right. On software teams, good documentation can help to onboard new people, improve communication across teams, and troubleshoot technical issues. When an application, API, or library is a commercial product, the quality of its documentation can determine whether it attracts
The post GitBook with Addison Schultz appeared first on Software Engineering Daily.
Duration:00:38:10
A Different Monitoring Philosophy with Costa Tsaousis
10/26/2023
Observability is becoming an increasingly competitive space in the software world. Many developers have heard of Datadog and New Relic, but there are a seemingly countless number of observability products out there. Costa Tsaousis (he/him) is the Founder and CEO of Netdata. His goal was to build an open-source platform that was high-resolution, real-time, and
The post A Different Monitoring Philosophy with Costa Tsaousis appeared first on Software Engineering Daily.
Duration:00:48:39
Building Pieces.app and the Future of Developer Productivity with Tsavo Knott
10/25/2023
Ongoing advances in generative AI are already having a huge impact on developer productivity. Tools like GitHub Copilot and ChatGPT are increasing the velocity of code development, and more advances are on the horizon. However, an ever-growing challenge for developers is how to manage their coding resources – things like code snippets, website links, messages,
The post Building Pieces.app and the Future of Developer Productivity with Tsavo Knott appeared first on Software Engineering Daily.
Duration:00:37:23
Streamlit with Amanda Kelly
10/24/2023
The importance of data teams is undeniable. Most companies today use data to drive decision-making on anything from software feature development to product strategy, hiring and marketing. In some companies data is the product, which can make data teams even more vital. But there’s a common problem – analyzing data is hard and time consuming.
The post Streamlit with Amanda Kelly appeared first on Software Engineering Daily.
Duration:00:44:55
Platform Engineering with Cory O’Daniel
10/19/2023
Platform engineering is difficult to get right, and in the age of DevOps and cloud computing, software developers increasingly serve as platform engineers while they’re building their applications. This can be an engineering challenge because organizations often require their platforms to provide fine-grained control and compliance management. Cory O’Daniel is the CEO and Co-Founder of
The post Platform Engineering with Cory O’Daniel appeared first on Software Engineering Daily.
Duration:00:47:09
Modern Web Scraping with Erez Naveh
10/18/2023
Today it’s estimated there are over 1 billion websites on the internet. Much of this content is optimized to be viewed by human eyes, not consumed by machines. However, creating systems to automatically parse and structure the web greatly extends its utility, and paves the way for innovative solutions and applications. The industry of web
The post Modern Web Scraping with Erez Naveh appeared first on Software Engineering Daily.
Duration:00:57:29
Postman and the Growth of APIs with Joyce Lin
10/17/2023
If you’re a developer, you’ve probably worked with an API, or application programming interface. An API is a set of rules for how to communicate with an applications or device. For example, when you build an app and want to use Stripe to handle payments, or use Slack to deliver notifications, it’s APIs that make
The post Postman and the Growth of APIs with Joyce Lin appeared first on Software Engineering Daily.
Duration:00:46:36