Ashutosh Sarangi

Ashutosh Sarangi @ashutoshsarangi

About: With 8 years in Front-End Dev, I'm skilled in JavaScript, React, Redux, and TypeScript. I'm passionate about learning and Sharing knowledge Let's grow together!

Location:
Limassole, Cyprus
Joined:
Jul 11, 2024

Ashutosh Sarangi
articles - 56 total

Gen AI, RAGS, CAG, Fine tuning, VectorDB, LangChain, LangSmith, LangGraph, Lang Flow, MCP, AI Agents, Agentic RAG

What is an LLM? A Large Language Model (LLM) is an instance of a foundation model, applied...

Learn More 5 0Jun 24

DSA Study map + Revise All

Every day Time Table Sun : Javascript, Html, Css Mon, Tues, Wed...

Learn More 5 0Jun 18

Introduction to Gen AI

What is GenAI? Generative AI (GenAI) refers to artificial intelligence systems capable of...

Learn More 5 1Jun 16

Client-Side Rendering (CSR) vs. Server-Side Rendering (SSR), Hydration and Selective Hydration

Hydration Process in Terms of React, HTML, CSS, and JavaScript Hydration in React refers...

Learn More 12 0Feb 6

When You Open a Website What Exactly happens Internally

Introduction:- When you load a webpage like amazon.in, a complex sequence of steps happens between...

Learn More 11 0Jan 26

Top 6 Types of Queues in Node.js You Should Know

Introduction Node.js is widely celebrated for its non-blocking, asynchronous architecture, making it...

Learn More 6 0Jan 9

Create Server in node under the hood

The image appears to be a conceptual diagram explaining how a Node.js server processes incoming...

Learn More 5 0Dec 9 '24

Node Under the hood

Introduction: As we all know we use Node.js mostly for Servers for our applications, Which use...

Learn More 8 0Nov 19 '24

Algo:: Tree Sum Should Match the Target

LeetCode 112. Path Sum easy problem . Question Given the root of a binary tree and an integer...

Learn More 5 0Oct 5 '24

Expert Javascript Interview Preparation

1. What are tradeoff in Event Delegation 2. What are Workers 3. Web Storage 4. HTTP methods 5....

Learn More 8 0Sep 21 '24

Twitter Like News Feed UI System Design

Here we are going to HLS for Twitter like News Feed System. 1. Requirement It should loaded from...

Learn More 8 0Sep 13 '24

Advance React Interview Question and Answer

1. controlled vs uncontrolled component In React, there are two types of form inputs: Controlled...

Learn More 7 0Sep 13 '24

Performance Impact Using Context API

Performance impact on Context-API? UI components where the context is consumed is going to be...

Learn More 7 0Sep 13 '24

Unit Testing For Your Redux, React

Introduction To test the Redux Toolkit store, you can use the configureStore function...

Learn More 7 0Sep 11 '24

React Component Testing using React Testing Library

Recently I adopted component testing in one of my react application using react-testing...

Learn More 7 0Sep 10 '24

React Interview Preparation

1. What is Difference between useState & useRef ? Ans:- useState is used to declare a state...

Learn More 13 2Sep 10 '24

React Unit Testing using Vitest

Introduction Types of Testing Unit Testing Component Testing Integration Testing E2E...

Learn More 5 0Sep 9 '24

React Hook in Class Component

Introduction In some scenarios lets assume you have to, use React hook concept in react...

Learn More 6 0Sep 7 '24

HTTP/1 vs HTTP/2 vs HTTP3

Introduction This is one of my favorite topics, and this would be a knowledge-heavy...

Learn More 31 6Sep 6 '24

Grid and Flex Layout in CSS

Introduction FlexBox and grid layout are both powerful layouts. Flexbox: Flexbox is a...

Learn More 16 10Sep 6 '24

Image Optimization in Any Web Apps / Mobile Apps

Advanced Image Optimization in React: Leveraging Intersection Observer 1....

Learn More 40 15Sep 2 '24

Implementing Internal Analytics Like Google Analytics Using JavaScript

Introduction In today's data-driven world, understanding user behavior is crucial for...

Learn More 6 0Sep 1 '24

Web Worker Vs Service Worker

Introduction When I first heard about these terms I thought, okay they are doing around...

Learn More 11 0Sep 1 '24

A Deep Dive into React's Optimization Algorithms & Process

Here’s a breakdown of the key algorithms that power React: 1. Diffing Algorithm The...

Learn More 8 3Aug 30 '24

React + Typescript Quick Adoption (Not With any 😅😅😅)

What would be your approach to type script adaptation if you have some old code base with...

Learn More 6 0Aug 29 '24

Two Pointer - Common Time Slot Algorithm Using Javascript

When there is a problem related to finding a common slot between 2 people. you can use the 2-pointer...

Learn More 5 0Aug 29 '24

Hash Map using Javascript

Introduction A Hash Map, also known as a Hash Table, is a data structure that implements...

Learn More 71 12Aug 26 '24

LRU Cache Implementation using Javascript

Introduction LRU stands for Least Recently Used. An LRU cache is a type of cache in which...

Learn More 6 0Aug 26 '24

Infinite Scrolling Demo with Intersection Observer, React, and `useRef`

Introduction This project demonstrates an infinite scrolling implementation using the...

Learn More 7 0Aug 25 '24

Increase Your Web App Performance By 20-30%, Even more

Web Vitals FCP (First Contentful Paint) (Response Quick) LCP (Largest Contentful Paint) (get to...

Learn More 5 0Aug 24 '24