How Does Go Calculate len()?— A walk through the compiler showing that len() is not an actual function call so it has to be handled differently for each type that has a length. This is great for those wanting to dig into the compiler a bit more.
Paschalis Tsilias
Live Streaming for Go Apps— From zero to live streaming in a couple of minutes. Mux Video is an API-first platform that makes it easy to build beautiful live video that streams everywhere.
Mux sponsor
▶ Opening Up the Go Time Opinion Box— This is a fun Go Time episode reviewing the most and least popular “unpopular opinions” shared on the show over the years. It’s fun because it reflects on previous guests and covers a lot of possibly contentious ground quickly.
Find Tech Jobs with Hired— Create a profile on Hired to connect with hiring managers at growing startups and Fortune 500 companies. It's free for job-seekers.
Hired
Ent 0.9.0 Released with New Upsert API— Ent is a Go entity framework for modelling schemas and querying data - it now natively supports ‘upsert’ behavior (essentially an atomic ‘update or insert’ operation).
Virgo: A Graph-Based Configuration Language— Virgo parses and models directed acyclic graphs using its own configuration language so you can build dependency graphs, build pipelines, or any number of things.