Software Engineering Daily

Technical interviews about software topics.

https://softwareengineeringdaily.com/

Eine durchschnittliche Folge dieses Podcasts dauert 54m. Bisher sind 1677 Folge(n) erschienen. Jeden Tag erscheint eine Folge dieses Podcasts.

Gesamtlänge aller Episoden: 62 days 1 hour 59 minutes

subscribe
share






recommended podcasts


Multicloud MySQL with Jiten Vaidya and Anthony Yeh


For many applications, a transactional MySQL database is the source of truth. To make a MySQL database scale, some developers deploy their database using Vitess, a sharding system built on top of Kubernetes.


share








 May 5, 2020  52m
 
 

Isolation with Courtland Allen and Anurag Goel


We are all living in social isolation due to the quarantine from COVID-19. Isolation is changing our habits and our moods, ravaging the economy, and changing how we work. One positive change is that more people have been reconnecting with their friends...


share








 May 4, 2020  57m
 
 

Data Lakehouse with Michael Armbrust


A data warehouse is a system for performing fast queries on large amounts of data. A data lake is a system for storing high volumes of data in a format that is slow to access. A typical workflow for a data engineer is to pull data sets from this slow d...


share








 May 1, 2020  59m
 
 

JAMStack Content Management with Scott Gallant, Jordan Patterson, and Nolan Phillips


A content management system (CMS) defines how the content on a website is arranged and presented. The most widely used CMS is WordPress, the open source tool that is written in PHP. A large percentage of the web consists of WordPress sites,


share








 April 30, 2020  55m
 
 

Prefect Dataflow Scheduler with Jeremiah Lowin


A data workflow scheduler is a tool used for connecting multiple systems together in order to build pipelines for processing data. A data pipeline might include a Hadoop task for ETL, a Spark task for stream processing,


share








 April 29, 2020  1h4m
 
 

CockroachDB with Peter Mattis


A relational database often holds critical operational data for a company, including user names and financial information. Since this data is so important, a relational database must be architected to avoid data loss.


share








 April 28, 2020  56m
 
 

Dask: Scalable Python with Matthew Rocklin


Python is the most widely used language for data science, and there are several libraries that are commonly used by Python data scientists including Numpy, Pandas, and scikit-learn. These libraries improve the user experience of a Python data scientist...


share








 April 27, 2020  1h1m
 
 

Rasa: Conversational AI with Tom Bocklisch


Chatbots became widely popular around 2016 with the growth of chat platforms like Slack and voice interfaces such as Amazon Alexa. As chatbots came into use, so did the infrastructure that enabled chatbots.


share








 April 24, 2020  59m
 
 

Cloudburst: Stateful Functions-as-a-Service with Vikram Sreekanti


Serverless computing is a way of designing applications that do not directly address or deploy application code to servers. Serverless applications are composed of stateless functions-as-a-service and stateful data storage systems such as Redis or Dyna...


share








 April 23, 2020  59m
 
 

NGINX API Management with Kevin Jones


NGINX is a web server that can be used to manage the APIs across an organization. Managing these APIs involves deciding on the routing and load balancing across the servers which host them. If the traffic of a website suddenly spikes,


share








 April 22, 2020  53m