Conf42 Rustlang - Aug 22, 2024
Rust Unlinked - A Journey through rustc
, symbols, linkers and static libraries
Curious how a linker works with Rust programs on Unix-like systems? I’ll share my insights on linking, rustc, symbol resolution, and the ELF format. We’ll explore the quirks of manually linking static libraries and peek into .o files. Let’s link all the pieces together!
React Day Bangalore - June 08, 2022
Concurrent React 💙 3D
This talk introduces the building blocks of 3D, drawing simple shapes with WebGL, how react-three-fiber and React 18’s concurrent features enable building performant 3D experiences on the web using three.js.
Reactify Meetup - November 29, 2021
What's Poppin in React 18?
This talk introduces React 18, the out of the box improvements that it comes with, concurrent features and more.