❓How does browser turn code we write into a functional site? 🕵️♀️@kosamari is on her mission to find out what happens inside of a web browser 📚Part 1: CPU, GPU, Memory, and multi-process architecture developers.google.com/web/updates/20…
🙋♀️What happens when you type a URL to your browser? What kind of optimization is done for fast navigation? 🌎Let's look at page navigation from inside browser point of view (oh, and yes more drawings🎨) 📚Part 2: What happens in navigation developers.google.com/web/updates/20…
@ChromiumDev @kosamari I think Chrome starts by allocating some RAM. Then a bit more RAM. Fuck it - lets allocate LOADS of RAM! Just a bit more now... And then 1GB for luck!
@ChromiumDev @kosamari This is great ! Explained very well, looking fw to second part
@ChromiumDev @g33konaut @kosamari Thanks for this excellent article which sheds light on how some complex browser internals works...expecting next three parts soon...
@ChromiumDev @kosamari How does functional code we write turn into a browser site?