SEDaily
Argo and Kubernetes with Michael Crenshaw and Zach Aller
Argo is an open-source suite of tools to enhance continuous delivery and workflow orchestration in Kubernetes environments. The project had its start at Applatix and was accepted to the
Rust and C++ with Steve Klabnik and Herb Sutter
In software engineering, C++ is often used in areas where low-level system access and high-performance are critical, such as operating systems, game engines, and embedded systems. Its
Engineering an Open Source CRISPR with Aadyot Bhatnagar
CRISPR is a powerful tool in biotechnology that allows scientists to precisely edit genes, much like editing lines of code in a computer program. Just as developers can remove or alter
SoundCloud’s Platform Architecture with Matthew Drooker
SoundCloud is an online platform and music streaming service where users can upload, promote, and share their music or audio creations. It was founded in 2007 and is known for its
The End of GraphQL with Matt Bessey
GraphQL is an open-source query language for APIs and a runtime for executing those queries. It was developed by Facebook to address the problem of over-fetching or under-fetching data,