Skip to main content

Benjamin Gruenbaum

Benjamin Gruenbaum

Developer @ Testim.io. Speaker. Open source and community lover, Node.js core collaborator, core team at Bluebird, Sinon, MobX and some other open source libraries. Also a bit of a programming language nerd.

Benjamin Gruenbaum's Talk

The Anatomy Of A Click

Mon, 9th – 12:05

Have you ever wondered how many things actually happen when you click a button on a webpage? In just a split of a second, an amazing amount of things are happening: an electric circuit is closed, a USB packet is sent, an interrupt handler fires in the OS, which then dispatches the event to the browser's event loop, which eventually executes some JavaScript code. And this is just a small part of the whole story.

Have you ever looked into the source code of Chromium? Linux? What about the internals of a TCP/IP packet? Sit back, relax, and enjoy the show of two curious web developers who are enchanted by the complex world that awaits behind the scenes of the front end!