Talks

23 Mar 2024

Career advice

Career advice from Principal Engineer at Amazon.

22 Mar 2024

Leveraging type systems to your advantage

Video explaining how you can use Rust’s type system to describe your business logic. Many of the ideas can be transferred to other languages.

24 Nov 2019

Shoumik Palkar - Rust for Weld, a High Performance Parallel JIT Compiler

Speeding up data processing pipelines in different languages by using Weld - a JIT compiler in Rust.

24 Nov 2019

Aditya Siram - A (Not So Gentle) Introduction To Systems Programming In ATS

Have you ever wondered if there is a functional programming language without garbage collector? I have. ATS is very interesting (prototype?) language which compiles to C with great guarantees about resources safety, like Rust.

14 Nov 2019

Mike Acton - Data-Oriented Design and C++

A must watch for anyone who is interested performant software.

3 Nov 2019

Bret Victor - The Future of Programming

No need to add anything here, just watch it. Watch. IT.

30 Oct 2019

Simon Brown - Visualising software architecture with the C4 model

Very useful talk about correctly visualising architecture of software systems.

30 Oct 2019

Jon Bodner - Closures are the Generics of Go

30 Oct 2019

Steve Francia - 7 common mistakes in Go and when to avoid them

30 Oct 2019

Dave Cheney - Constant Time