Skip to main content

2 docs tagged with "web"

View All Tags

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