Dixit Parmar
@dixitp18
Followers
26
Following
480
Media
7
Statuses
149
Full-Stack Developer | MERN Stack + TypeScript | Building scalable apps on AWS | Sharing daily code tips & cloud insights | #BuildInPublic
Gujrat
Joined September 2019
Advanced React Pattern 🧩 Stop building rigid components! Use Compound Components for maximum flexibility. This gives consumers FULL control over rendering and features! #ReactJS #AdvancedReact
0
0
0
const updatedUser = await User.findOneAndUpdate( { _id: userId }, { $set: { name: "New Name" } }, { new: true } // <-- This is the key! );
0
0
0
Quick poll for my fellow full-stack devs: For your next backend API, which would you choose? #NodeJS #Backend #WebDevelopment
0
0
0
CJS/ESM bugs are really frustrating While Modernizing Packages to ESM Here are some of the resources to help #javascript #ESM #CJS #JS #CodingJourney #coder #vite #js
1
0
0
👑 Should we bow? Yea, he's a king. 💯 Matches. ♾ Countless Memories. #ViratKohli #100thTest #VK100 #Kohli100 #INDvSL
0
0
2
4️⃣0️⃣ wins in 6️⃣8️⃣ Tests! Virat Kohli steps down as India's most successful Test captain 👏 Read more: https://t.co/D0qfZJLRjP
0
0
2
Love you and Respect you for all your contributions to Indian Cricket @MdShami11
#Shami 
0
0
1
Do you have your own real life examples?? Write down in the comments below
0
0
3
4. Abstraction -- a mobile phone -- -> you can do many things like Make a call, take pictures, play games it doesn't show you the inside process of how it's doing the things. The implementation parts are hidden.
1
0
3
3. Encapsulation -- a company -- -> it can have several departments Production department,HR department, Marketing department All these departments make up a company
1
0
1
2. Polymorphism -- a girl -- -> she can be many things Mother, student, Sister a same person can have different roles
1
0
1
OOPS in Real Life 1. Inheritance -- Dogs -- ->they can have same colour same name same size But they are not the same dog #oops #programmer #programing #100DaysOfCode
2
1
4
it's not just that function alone it returns but the entire closure.
0
0
1
Let's learn Closures in JS -- function bundle with its lexical environment is known as a closure. --Whenever function is returned,even if it's vanished in excecution context but still it remember the reference it was pointing to. #javascript #100DaysOfCode
1
1
2
completed @kunalstwt String Lecture. Great explanation on Concatenation and Time Complexity @commclassroom #60daysofDSA
#Java
0
1
5