Anjali Gurjar

Anjali Gurjar @anjali_gurjar_dff81513867

About: I am Anjali Gurjar Work as Software Developer, I have total experience 4.5 .

Joined:
Dec 3, 2024

Anjali Gurjar
articles - 112 total

https://youtube.com/shorts/UGkgOYslcB4?si=cKqaMI5cmuc1tY-2

A post by Anjali Gurjar

Learn More 0 0Jun 9

UseLocation Hooks

The useLocation hook in React Router provides access to the current location object, which contains...

Learn More 0 0May 27

Deno Updates

https://youtu.be/tu2P2rt8uW0?feature=shared

Learn More 0 0May 27

Fastify

https://youtube.com/shorts/HYLMLEyyp_U?feature=shared

Learn More 0 0May 27

बस तू ही है

"बस तू ही है — मेरी कहानी" एक समय की बात है, एक लड़की थी — शांत, समझदार, पर भीतर से टूटी हुई। ज़िंदगी...

Learn More 0 0Apr 29

"मौन संघर्ष"

राहुल एक साधारण सा लड़का था — बचपन से उसे सिखाया गया कि "लड़के रोते नहीं", "तुम मजबूत हो, तुम्हें कभी...

Learn More 0 0Apr 29

कहानी: "छोटी-सी ज़िंदगी, बड़ी-सी सोच"

कहीं एक गाँव में एक छोटी-सी लड़की थी — अंशिका। बचपन से ही उसे सिखा दिया गया था कि लड़कियाँ नाज़ुक...

Learn More 0 0Apr 29

I Want FAST API Framework with RAW please post basic concept

A post by Anjali Gurjar

Learn More 0 0Apr 4

JInja

What is Jinja? Jinja is a text rendering engine for Python programming language. It has first-class...

Learn More 0 0Mar 26

Debouncing & throttling

Debouncing postpones the execution until after a period of inactivity, while throttling limits the...

Learn More 0 0Mar 12

CACHE in NODE

In our previous posts, we’ve explored the garbage collector in V8, diving into how different object...

Learn More 0 0Mar 10

What are Transactions ?

What are Transactions ? Transactions allow multiple SQL queries to be treated as a single unit of...

Learn More 0 0Mar 9

JS basic question. with answer

1. Basic Data Types in JavaScript JavaScript has seven primitive data types and one...

Learn More 0 0Mar 8

JAVAscript performance

javascript 1) Use Strict Mode Enabling strict mode in JavaScript catches common coding bloopers,...

Learn More 0 1Mar 8

CRUD

// Endpoints: // // GET /books: Retrieve a list of all books. // // POST /books: Add a new book to...

Learn More 0 0Mar 6

Pattern Print

// function start(n){ // for(let i=1;i<=n;i++){ // console.log("* " .repeat(i)) // } // } //...

Learn More 0 0Mar 5

Output of the Question

function mysteryFunction(a) { let result = 0; // Initialize result to 0 for (let i = 0; i <...

Learn More 0 0Mar 5

Observable & Promise

📌 जब Observable बेहतर होता है ✅ 👉 Multiple Data Streams: अगर हमें एक बार से ज्यादा डेटा चाहिए, जैसे...

Learn More 0 0Mar 4

JS Question 1

const arr = [1, 2, 3, 4, 5, 6, 7, 8, 9]; let x = []; for (let i = 0; i < arr.length; i += 3) { ...

Learn More 0 0Mar 4

SQL

SELECT REPEAT('* ', ROW_NUMBER() OVER () - 1) AS pattern FROM information_schema.tables LIMIT...

Learn More 0 0Mar 4

CORS

What is CORS? Cross-Origin Resource Sharing (CORS) is a mechanism that allows your server to indicate...

Learn More 1 0Mar 1

MAx second and first Number

const arr = [-1, -2, -3, 4, 5, 7, 8, 4]; let second =-Infinity let max=-Infinity let result = [];...

Learn More 0 0Feb 28

Cloud

Cloud Computing Interview Questions with Detailed Answers Cloud Architecture & Design Q1. How...

Learn More 0 0Feb 27

District D company Question. Like

const x = [ { a: 8, b: 3 }, { c: 7, d: 9 }, { a: 9, b: 3 }, { c: 7, d: 94 }, { a:...

Learn More 0 0Feb 25

JS Tricky question

What will the following output? console.log(0.1 + 0.2 === 0.3); Answer: false Explanation: In...

Learn More 0 0Feb 25

Differ

https://differ.blog/me/submissions

Learn More 0 0Feb 25

AS Backend Dev

I realized firsthand that without a solid grasp of databases, backend development becomes...

Learn More 0 0Feb 25

Sr.software dev interview Question

If you're interviewing for a Senior Software Developer (Node.js) profile, interviewers will likely...

Learn More 0 0Feb 21

PREE AND POST

setImmediate() → I/O के तुरंत बाद Execute होता है। ✅ setTimeout(, 0) → Minimum Delay के बाद Execute...

Learn More 0 0Feb 21

groupBy

const people = [ { name: 'John', age: 28 }, { name: 'Jane', age: 28 }, { name: 'Joe', age: 32...

Learn More 0 0Feb 20