Feb 2 · 11 min read · The Question That Started It All What happens the moment you type a website address like google.com into your browser's address bar and press Enter? For most of us, the page simply appears—almost magically. But inside your browser, an incredibly comp...
Join discussion
Feb 1 · 3 min read · Have you ever typed a URL in your browser and wondered: “What actually happens behind the scenes before I see the page?” Most people think: “It just opens a website.” But a browser is much more than that. It’s a smart machine, made of many parts ...
Join discussion
Feb 1 · 2 min read · What a browser actually is (beyond “it opens websites”) A browser is a tool which does a lot of things beyond just opening websites: It talks to the server Acts as client in client-server architecture Handles documents Parses HTML and CSS into DO...
Join discussion
Jan 31 · 5 min read · Introduction - Have you ever typed a website address pressed Enter and wondered that “What actually happens now?” We use browsers every day but most of the time we think of them as just tools that “open websites.”In reality a browser is a complex pie...
Join discussion
Jan 29 · 9 min read · How good does it feel when we type in the URL of our favorite website and within a few seconds a beautiful interface pops up in our face. All those different sections containing the information we want to see and the perfect structure. Its so good th...
Join discussionJan 29 · 5 min read · Browser, when someone say this word people generally interprets it as an app for searching, websites etc. But Browser is far bigger than this, it’s not an simple app which just fetches webpages or sea
Join discussionJan 27, 2024 · 2 min read · Layout aka reflow is a step where the browser calculations the position and size of each element in the document considering the styles, dimensions and relationship between each element. https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExMW1pYzJrYWsxZH...
Join discussionFeb 5, 2021 · 2 min read · 수정된 렌더 트리를 다시 렌더링하는 과정에서 발생하는 것으로 웹 애플리케이션의 성능을 떨어뜨리는 주된 요인이다. 극단적인 경우, CSS 효과로 인해 JavaScript 의 실행 속도가 느려질 수도 있다. 따라서 Browser Rendering process를 이해하고 적절히 Optimazation해줄 필요성이 있다. Browser Rendering Process 브라우저마다 다른 렌더링 엔진을 사용하고 있다. 크롬/사파리 - 웹킷(webkit)...
Join discussion