๐๏ธ Caching vs Content Delivery Networks
Both CDNs and caching play crucial roles in optimizing website performance and user experience by speeding up content delivery. While caching stores frequently accessed data locally for quick retrieval, CDNs provide a geographically distributed network of servers to deliver content efficiently to users worldwide. - pranjal-barnwal | Pranjal Blogs- pranjal-barnwal | Pranjal Kumar, Hazaribag Jharkhand | SWE Bentley Systems
๐๏ธ How to Draw with JavaScript on an HTML Canvas Element
You don't need to have any prerequisites for this tutorial. Even if you missed the basics, you can start right away. We are only going to have some simple HTML and a plain JavaScript file that you can run directly in the browser. By the end, you'll know how to draw a gorilla with JS.โ - pranjal-barnwal | Pranjal Blogs- pranjal-barnwal | Pranjal Kumar, Hazaribag Jharkhand | SWE Bentley Systems
๐๏ธ The Past and Present of Browser Architecture
The browser architecture has undergone a transition from single-process browsers to multi-process browsers. Emphasizing stability, smoothness, and security, processes have been decomposed into rendering, GPU, network, and plugins, improving the cleanliness of the architecture. To review the browser's architecture, it is necessary to further understand the process of opening pages, the page rendering process, and the browser plugin mechanism. By organizing the timeline of Chrome extension versions, especially the transition from Manifest V1 to Manifest V3, one can gain a relatively comprehensive understanding of how browsers have evolved. - pranjal-barnwal | Pranjal Blogs- pranjal-barnwal | Pranjal Kumar, Hazaribag Jharkhand | SWE Bentley Systems