BLOGS IN PERFORMANCE
Performance of our website hugely depends on the way we do the rendering. Here we will discuss commonly used rendering patterns like Server Side Rendering, Incremental Static Regeneration, On demand Incremental Static Regeneration, Edge SSR, Edge Streaming SSR and React Server Components...
Sumit Kumar
Performance of our website hugely depends on the way we do the rendering. This post contains notes on the commonly used rendering patterns like Static Rendering, Static Rendering with client side fetch and Static Rendering with getStaticProps ...
Sumit Kumar
Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data – think XML, but smaller, faster, and simpler. Protocol Buffers are widely used at Google for storing and interchanging all kinds of structured information ...
Sumit Kumar
Amazon Elastic Compute Cloud is a part of Amazon.com's cloud-computing platform, Amazon Web Services, that allows users to rent virtual computers on which to run their own computer applications. In this post we will discuss how to launch our EC2 instance, setup node at our instance and use PM2 and nginx ...
Sumit Kumar
This article includes the Metaverse, NFT, And DeFi and why they matter in the Blockchain World.Along with these it will also cover Moralis which lets us integrate with an endless array of external projects, chains and technologies for ultimate extensibility ...
Sumit Kumar
Containers are an abstraction at the app layer that packages code and dependencies together. A Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application:- code, runtime, system tools, system libraries and settings ...
Sumit Kumar
GraphQL is a query language for APIs and a runtime for fulfilling those queries with our existing data. GraphQL provides a complete and understandable description of the data in our API, gives clients the power to ask for exactly what they need and nothing more....
Sumit Kumar
When service workers were first introduced, a set of common caching strategies emerged. A caching strategy is a pattern that determines how a service worker generates a response after receiving a fetch event. ...
Sumit Kumar
A service worker is a script that our browser runs in the background, separate from a web page, opening the door to features that don't need a web page or user interaction. Today, they already include features like push notifications and background sync. ...
Sumit Kumar
When it comes to user experience, speed matters. Poorly performing sites and applications can pose real costs for the people who use them. ...
Sumit Kumar
Blog Categories
- JavaScript
- Performance
- DSA
- Database
- Security
- Backend