Hardik Chotaliyahardikchotaliya.hashnode.dev·Jul 8, 2024📐 Mastering Browser Architecture in 2024: A Tester’s Essential GuideMastering Browser Architecture 2024 Introduction As a tester, it's crucial to understand the architecture of web browsers. Browsers are complex software applications, and having a grasp of how they work can help us in identifying issues, optimizing ...Discuss·2 likes·32 readsBrowser Architecture 2024
satyam raojarvish.hashnode.dev·Feb 11, 2024What is web engine and it's working?A web engine, also known as a browser engine or layout engine, is a core component of web browsers responsible for rendering web pages. It interprets HTML, CSS, JavaScript, and other web technologies to display content accurately and interactively. T...Discussweb engine
Vivek Kumarvk429.hashnode.dev·Dec 19, 2023Building Base In Web DevelopmentWelcome, aspiring developers! If you've just stepped into the exciting world of web development, you're in the right place. In this guide, we'll be laying the foundation for your journey by exploring key components that form the backbone of web devel...Discuss·10 likes·27 readsWeb Development
Gyandeep Aryangyandeeparyan.hashnode.dev·Oct 26, 2023inner engineering of browsersHow Browsers Work Browsers are complex applications that do much more than just displaying HTML pages. They are essentially a full-fledged operating system with many components working together to load and render web pages. When you load a web page ...DiscussWeb Development
The Bytescodeblog.thebytescode.in·Sep 30, 2023Loading time of a websiteThe loading time of a website is a crucial factor that can significantly impact user experience. Several factors can influence a website's load time, and it's essential to optimize them for a better user experience and SEO ranking. Factors affecting ...Priti Solanki and 5 others are discussing this6 people are discussing thisDiscuss·11 likes·153 readsWeb Development
Snowcatsnowcat.hashnode.dev·Aug 22, 2023Snowcat vs ChromeChrome has dominated the browser market for over a decade. But its market share has led to a monopoly-like control over web standards, complacency in innovation, and questionable data privacy practices. That's why I believe the time is right for inde...Discuss·10 likes·49 readsBROWSER ENGINE AND WEB BROWSER
Abakpa Dominicdtgamer.hashnode.dev·Jul 20, 2023WHAT HAPPENS WHEN YOU TYPE https://www.google.com IN YOUR BROWSER AND PRESS ENTERHave you ever wondered what happens behind the scenes when you type a website address, for example: https://www.google.com into your browser and hit enter? The process may seem simple, but there are actually many complex steps involved in retrieving ...Discuss·1 likeGoogle
Ritvik Saran Scodebyritvik.hashnode.dev·Jun 27, 2023Throttling, Debouncing and RequestAnimationFrame in JavaScriptIntroduction In web development, resource-intensive tasks such as event handling, DOM manipulation, and API requests can sometimes lead to performance issues and a sluggish user experience. To mitigate these problems, developers can employ techniques...Discuss·129 readsJavaScript
Biswojit Balbiswo2004.hashnode.dev·May 23, 2023What is a Browser Engine?Definition A Browser Engine is a core Software Component of every major web browser. Usage ->The Primary job of a browser engine is to transform HTML documents and other resources of a Web page into an interactive visual representation on a user's d...Discuss·1 like·47 readsbrowser
Biswojit Balbiswo2004.hashnode.dev·May 23, 2023What is Web Browser?Definition A Web Browser is a software program that is used to explore, retrieve and display the information available on the world wide web. Usage ->This information may be in the form of pictures, web pages, videos and other files that all are co...Discuss·1 likeweb browser