logo

BLOGS IN PERFORMANCE

  • PREMIUM
     2022-08-15
    Advanced Rendering Pattern

    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...

    Read  

    Sumit Kumar

  •  2022-07-31
    Static Rendering Pattern

    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 ...

    Read  

    Sumit Kumar

  •  2022-05-30
    Protocol Buffers (Golang)

    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 ...

    Read  

    Sumit Kumar

  •  2022-04-07
    AWS IAM EC2

    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 ...

    Read  

    Sumit Kumar

  • PREMIUM
     2022-01-13
    In the Metaverse of Madness

    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 ...

    Read  

    Sumit Kumar

  •  2021-12-19
    Docker And Containers

    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 ...

    Read  

    Sumit Kumar

  • HOT
     2021-12-12
    How to graphQL

    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....

    Read  

    Sumit Kumar

  •  2021-11-21
    Caching Strategy

    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. ...

    Read  

    Sumit Kumar

  •  2021-11-20
    Caching With Service Workers

    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. ...

    Read  

    Sumit Kumar

  • FEATURED
     2021-11-07
    Critical Rendering Path

    When it comes to user experience, speed matters. Poorly performing sites and applications can pose real costs for the people who use them. ...

    Read  

    Sumit Kumar

  • Blog Categories

    • JavaScript  
    • Performance  
    • DSA  
    • Database  
    • Security  
    • Backend  

    Exclusive Blogging Rights @codered_jack
    Loading...