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


Database Performance and Optimization with Andrew Davidson


When a database gets large, it can start to perform poorly. This can manifest in slow query speed. You can speed up a query by defining an index, which is a data structure that allows for faster access to the data that is being indexed.


share








 October 4, 2018  1h6m
 
 

Cursor: Data Collaboration with Adam Weinstein


Linkedin is an organization with thousands of employees. An enterprise of that size starts to develop problems with data collaboration. Data collaboration is the process of sharing and analyzing data with multiple users, such as data scientists,


share








 October 3, 2018  54m
 
 

Kotlin Design with Andrey Breslav


Kotlin is a statically typed programming language that started as a JVM language. It gained popularity because it reduces the amount of boilerplate code required for a typical Java project. Many of the early adopters of Kotlin were building Android app...


share








 October 2, 2018  48m
 
 

Continuous Integration in Open Source with Oren Novotny


Open source software is key to our software infrastructure. Closed source enterprises rely on open source software, but the development processes for closed source and open source software are often different in their approach to continuous integration...


share








 October 1, 2018  57m
 
 

Prisma: GraphQL Infrastructure with Soren Bramer Schmidt


GraphQL allows developers to communicate with all of their different data backends through a consistent query interface. A GraphQL query can be translated into queries to MySQL, MongoDB, ElasticSearch, or whatever kind of API or backend is needed to fu...


share








 September 28, 2018  54m
 
 

Android Things with Wayne Piekarski


Internet of Things is a concept that describes lots of devices that you interact with regularly being connected to the Internet and networked together. Technologists have been dreaming of the world of IoT for many years,


share








 September 27, 2018  1h2m
 
 

JavaScript Engines with Mathias Bynens


JavaScript performance has improved over time due to advances in JavaScript engines such as Google’s V8. A JavaScript engine performs compiler optimization, garbage collection, hot code management, caching,


share








 September 26, 2018  53m
 
 

Unity and WebAssembly with Brett Bibby


Unity is a game engine for building 2-D and 3-D experiences, augmented reality, movies, and other applications. Unity is cross-platform, so that applications can be written once and deployed to iOS, Android, web, and other surfaces.


share








 September 25, 2018  1h8m
 
 

Front Engineering with Laurent Perrin


Front is a shared inbox application that has seen rapid adoption within companies. Front allows multiple members of a company to collaborate together on a conversation–whether that conversation is in email, Twitter, or Facebook Messenger.


share








 September 24, 2018  53m
 
 

Checkr: Background Check Platform with Tomas Barreto


Background checks are a routine part of the hiring process. After a potential employee has made it through job interviews, a background check is administered to look through the applicant’s work history, criminal record, and other available data.


share








 September 21, 2018  1h3m