Lydia Hallie: JavaScript Visualized: A Script's Life

preview_player
Показать описание

About Lydia
Lydia Hallie is a full-time software engineering consultant and educator that primarily works with JavaScript, React, Node, GraphQL, and serverless technologies. She also spends her time mentoring and doing in-person training sessions.Lydia Hallie is a full-time software engineering consultant and educator that primarily works with JavaScript, React, Node, GraphQL, and serverless technologies. She also spends her time mentoring and doing in-person training sessions.

Abstract
JavaScript is cool (don't @ me), but how can a machine actually understand the code you've written? As JavaScript devs, we usually don't have to deal with compilers ourselves. In this talk, I’ll use visualizations to show you how the JavaScript engine handles our human-friendly code, and compiles it to code that machines understand.
Рекомендации по теме
Комментарии
Автор

00:43 HTML parser, byte stream decoder 01:25 tokens, parser, creates nodes, abstract syntax tree 02:17 print bytecode flag in node, registers, accumulators 04:46 bytecode generator, bytecode optimizers, bytecode interpretor 06:15 shapes, inline caching

domaincontroller
Автор

amazing amazing content XD Thankyou Lydia for sharing it. Cleared up so many things for me.
Very high quality content and graphics

avimehenwal
Автор

Hey, lydia .. I just want to thank you so much for sharing your understanding. You really amazing

aniokechukwudi
Автор

2:03 Engine's work doesn't start with the interpreter, it's already started by that point - parser is a part of the V8 engine, too. Nitpicking, but might save you from developing wrong mental models.

boskoa.
Автор

Hello World ! I am little new to JS/Ecmascript works. In the talk Lydia Hallie mentioned some great resources to look out for better understand the inner workings of js and ecosystem inside browser. Kindly please share links to your favourites resources for me as for me its still little difficult to narrow it down to good resources. All I get in my search results are stackoverflow and medium posts XD Some Personal Blogs would be nice as SEO underestimates them

avimehenwal