logo

Read blogs on latest tech, get familiar with coding patterns and most importantly enjoy.

You take the blue pill, the story ends. You wake up in your bed and believe whatever you want to. You take the red pill, you stay in wonderland, and I show you how deep the rabbit hole goes. Remember, all I'm offering is the truth. Nothing more.
1
2
3
4
5
6
7
8
9
10
11
|
  • PREMIUM
     2022-09-20
    React and Re-render

    In this post we will understand what triggers a re-render in React, Pure Components in React and when to use React memo, when should we use useCallback , what are Internal props and React with auto-memoizing compiler React Forget ...

    Read  

    Sumit Kumar

  • PREMIUM
     2022-08-30
    React Fiber

    The goal of React Fiber is to increase its suitability for areas like animation, layout & gestures. Its headline feature is incremental rendering the ability to split rendering work into chunks and spread it out over multiple frames. We will cover concepts like Fiber Node, Reconciliation, Effects List, Current & WorkInProgress states ...

    Read  

    Sumit Kumar

  • 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-07-20
    Swim in Rising Water

    The rain starts to fall. At time t, the depth of the water everywhere is t. You can swim from a square to another 4-directionally adjacent square if and only if the elevation of both squares individually are at most t. You can swim infinite distances in zero time ...

    Read  

    Sumit Kumar

  • HOT
     2022-07-07
    MongoDB Schema Design

    MongoDB is a document-oriented NoSQL DBMS. Unlike traditional relational DBMS, which store data in tables consisting of rows & columns,MongoDB stores data in JSON like structures referred to as documents. This article will lay foundation for destined article covering MultiReaction System of this blog that is powered by GraphQL & MongoDB ...

    Read  

    Sumit Kumar

  •  2022-06-15
    Find The Celebrity

    Suppose you are at a party with n people (labeled from 0 to n - 1) and among them, there may exist one celebrity. The definition of a celebrity is that all the other n - 1 people know him/her but he/she does not know any of them. There will be exactly one celebrity if he/she is in the party ...

    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-05-15
    Max Points In Archery

    Alice and Bob are opponents in an archery competition. Alice first shoots numArrows arrows and then Bob shoots numArrows arrows. Return the array bobArrows which represents the number of arrows Bob shot on each scoring section from 0 to 11. The sum of the values in bobArrows should equal numArrows ...

    Read  

    Sumit Kumar

  • 🏴‍☠️  DARK SEA
     2022-03-30
    Performance Patterns

    Design patterns provide typical solutions to commonly recurring problems in software design.This article covers Static Import, Dynamic Import ,Import On Visibility ,Import On Interaction ,Route Based Splitting ,Bundle Splitting ,Preload ,Prefetch and Optimizing loading of 3rd Party JavaScript...

    Read  

    Sumit Kumar

  • 🏴‍☠️  DARK SEA
     2022-03-17
    Rendering Patterns

    Design patterns provide typical solutions to commonly recurring problems in software design.This article covers different rendering patterns like Client-Side Rendering ,Static Rendering ,Incremental Static Generation ,Selective Hydration , Progressive Hydration ,Streaming Server-Side Rendering and Server-Side Rendering. ...

    Read  

    Sumit Kumar

  • 🏴‍☠️  DARK SEA
     2022-03-10
    JavaScript Design Patterns

    Design patterns provide typical solutions to commonly recurring problems in software design.This article covers Singleton pattern, Proxy pattern ,Factory pattern ,Provider pattern ,Prototype pattern ,Observer pattern ,Module pattern ,HOC ,Render Props and Hooks Pattern ...

    Read  

    Sumit Kumar

  • Ready to explore more blogs?

    Don't wait , hit theRead All Postslink and get started right away.

    Read All Posts

    Exclusive Blogging Rights @codered_jack
    Loading...