
Anurag
@Anurag_singh_09
Followers
31
Following
68
Media
66
Statuses
151
MERN Developer | Building projects, solving problems | Learning DSA | Content Creator
Joined May 2023
Watched a video by @akshaymarch7 that broke down a 3-month placement strategy. It shifted my mindset completely—gave me clarity, direction & confidence. Not all videos change how you approach your goals. This one did. #TechJourney #SelfGrowth #PlacementPrep #StudentLife
1
0
6
Day 6 of my @nodejs journey Today I mastered CRUD operations Thanks to @prince_king_ Hello World channel — the concepts are now crystal clear! Learned: MongoDB recap, Mongoose models & schemas, body-parser, POST APIs, HTTP status codes, async/await, and error handling.
0
0
0
Day 5 of my #NodeJS journey! Today I learned about: Databases & types, MongoDB basics & install, Queries & Compass, Sending data frontend ➝ backend, Using Postman, Connecting Node.js with MongoDB & Mongoose Thanks to @prince_king_
0
0
0
Day 4 of my @nodejs journey Today I learned: servers, JSON, converting JSON to JS objects, how websites work, APIs, Express.js, localhost, creating servers in Node.js, sending form data, and HTTP methods in REST API — all from @prince_king_
#Nodejs #BackendDevelopment
0
0
1
Day 3 of my Node.js journey Today I learned: npm init, npm, package.json, creating server file, functions, nodemon, callback functions, core modules (fs), and import/export in Node.js — all from @prince_king_ Hello World channel. Excited to keep leveling up my backend skills!
0
0
1
Day 1: Just started my Node.js journey today! 🌱 Revised the basics of Node.js tutorial by @prince_king_ to strengthen my backend foundation. Excited to keep learning and growing in backend dev! 🚀 #NodeJS #BackendDevelopment #100DaysOfCode
1
0
0
Day 30/30 of my #30DaysOfJavaScript on @LeetCode is complete! 🎉 This journey built consistency, discipline & sharpened my JS problem-solving 💻🔥 Huge thanks to @NamasteDev for the motivation. 🚀 On to the next challenge! #JavaScript #LeetCode"
1
0
5
Day 29 #30ofmyJavaScript on @LeetCode challenge! Solved 2695. Array Wrapper 🧩 – a medium-level problem focusing on: ✔️ Custom class implementation ✔️ Operator overloading with + ✔️ Using toString() & valueOf() Another step closer to mastering JS OOP Inspired by @akshaymarch7
2
0
4
Day 28 #30DaysOfJavaScript on @LeetCode Solved LeetCode 2694: Event Emitter Built an EventEmitter class to handle: ✔️ Subscriptions ✔️ Emissions (with args) ✔️ Unsubscribing Loved how this problem mirrors real-world event-driven programming in JS. inspired by @akshaymarch7
0
0
5
Day 27 #30ofmyJavaScript on @LeetCode journey 🚀 Solved 2705. Compact Object (Medium) Task: Remove all falsy values (null, 0, false, etc.) from objects & arrays, including nested ones. Key takeaways: recursion + deep traversal + truthy vs falsy Inspired by @akshaymarch7
1
2
10
Day 26 of #30DaysofJavaScript on @LeetCode Solved 2625. Flatten Deeply Nested Array (Medium) without using Array.flat()! ✅ Practiced recursion ✅ Worked with nested data structures ✅ Custom flatten logic with depth control Inspired by @akshaymarch7 @namastedev_
#JavaScript
0
0
3
Day 25 of #30daysofJavascript on @LeetCode LeetCode 2722 – Join Two Arrays by ID Merge by id Keep unique IDs Sort ascending by id Override properties from 2nd array Fun practice for mastering JS array & object operations! 💻🔥 Inspired by @akshaymarch7
#JavaScript #LeetCode
2
0
4
Day 24 of #30DaysOfJavaScript on @LeetCode journey Solved "2724. Sort By" — sort an array using a custom function’s output (ascending order, no duplicates). A neat dive into sort() & callback logic 💡 Inspired by @akshaymarch7
#LeetCode #100DaysOfCode #Coding
0
0
2
Day 23 of #30DaysOfJavaScript on @LeetCode Solved: 2631. Group By (Medium) Built a custom Array.prototype.groupBy(fn) without using lodash! 💪 Grouped array items based on a callback, returning an object of arrays by key. Inspired by @akshaymarch7
#LeetCode #JavaScript
2
0
8
📅 Day 22 of #30DaysOfJavaScript on @LeetCode 🧪 Problem: LeetCode 2619 – Array Prototype Last 💡 Goal: Add a .last() method to all arrays ➡️ If array is empty → return -1, else return last element Inspired by @akshaymarch7 @namastedev_
#LeetCode #JavaScript
0
0
3
Day 21 of #30DaysOfJavaScript on @LeetCode "Chunk Array" Task: Split an array into subarrays of given size without using lodash’s _.chunk() 🔹 Great practice for loops, slices, and boundary conditions in JS! Inspired by @akshaymarch7
#LeetCode #JavaScript #Coding
2
0
9
Coders! What's the best coding tip you’ve ever gotten? Share it below & help a newbie! No passing without a comment—let’s spread wisdom! #CodeLife
0
0
1
⚙️ What’s your favorite VS Code extension that you *can’t live without*? Let’s build the ultimate list for devs 👇 #VScode #WebDevTools #DeveloperTools #MERN
1
0
1
🚀 Day 20 of #30DaysOfJavaScript on @LeetCode “Is Object Empty” Task: Check if an object or array (from JSON.parse) is empty. ✔ Object: No key-value pairs ✔ Array: No elements Inspired by @akshaymarch7 @namastedev_
#LeetCode #JavaScript #100DaysOfCode
4
0
22
🚀 Day 19 of #30DaysOfJavaScript on @LeetCode to Solved a Medium today: Challenge: Run multiple async functions without using Promise.all(). I learned how to manage promises manually and handle failures efficiently. Inspired by @akshaymarch7 @namastedev_
0
0
3
Day 18 of #30DaysOfJavaScript on @LeetCode : Debounce Function (Medium) Created a custom debounce utility from scratch—no Lodash! 🕒 Delays execution ❌ Cancels previous calls within t ms ✅ Useful in search bars, input handlers & more Inspired by @akshaymarch7 @namastedev_
0
0
1