akshaymarch7 Profile Banner
Akshay Saini Profile
Akshay Saini

@akshaymarch7

Followers
91K
Following
9K
Media
736
Statuses
6K

Taught 2M+ devs (and counting) My students work at FAANG Tweets on tech, career advice & truth bombs

localhost:3000
Joined March 2011
Don't wanna be here? Send us removal request.
@akshaymarch7
Akshay Saini
2 months
Some students crossed 40+ days of grinding DSA consistently. While others are still stuck in the loop of “I’ll start next week...” “Let me finish this first...” “Not the right time yet.” Let me tell you the truth, There’s never a perfect time. You just start. That’s it. You’re
Tweet media one
11
17
273
@akshaymarch7
Akshay Saini
6 hours
Most people who quit their low paying stressful job and take a break to study full time for a few months to crack a better job ends up being more stressed.
43
40
1K
@Zaryab_005
Zaryab Zubair
1 day
🚀 Day 27 of my #DSA journey! ✅ Solved 2 LeetCode problems today: Valid Palindrome 🪞 Largest Odd Number in a String 🔢 Step by step, building stronger problem-solving muscles Consistency > Motivation #100DaysOfCode #LeetCode #CodingJourney #SoftwareEngineering #CodeNewbie
Tweet media one
2
1
17
@dev_Ashish1
Ashish Gupta
1 day
Day 13 / #90daysgrind 🚀 -DSA: POTD + 1 question from Biweekly Contest -Attended an insightful lecture on JS on Server by @akshaymarch7 -Worked on admin auth frontend integration for SIH. Consistency = Growth✨ #WebDev #SIH #DSA #NodeJS #Consistency #Hackathon #buildinpublic
Tweet media one
Tweet media two
Tweet media three
1
1
20
@KumarRahul36001
Rahul Kumar
1 day
✨ Day 05 of #100DaysOfCode Today I learned about loop within a loops and created some cool star patterns ⭐ Feeling more confident with logic building 💻🚀 Teacher:-@akshaymarch7 🙏 #JavaScript #CodingJourney #LearnInPublic
Tweet media one
1
1
6
@akshaymarch7
Akshay Saini
6 hours
That was an epic video in Namaste JS series.
@manusmare74302
Pranay Manusmare
1 day
async and await feels confusing, All Thanks to this legend make it easy with detail explanation @akshaymarch7 🔥🔥🔥
Tweet media one
0
1
79
@dev_Ashish1
Ashish Gupta
21 hours
Gud morning 🌄 guys Was trying to sleep but couldn't, So decided to watch a lecture on modules by @akshaymarch7 bhaiya. It was super beneficial and amazing #WebDev #nodejs
Tweet media one
1
1
21
@Sayyed_Aquibb
Aquib Sayyed
13 hours
Episode 07: Sync, Async & setTimeout(0) 🤔 This one is all about blocking code in Node.js and the tricky behavior of setTimeout(0). Notes from my learning 👇 #NodeJS #JavaScript @akshaymarch7
1
1
4
@manish_guhe818
Manish
10 hours
🚀 Day 47 – #100DaysOfCode 📚 Namaste DSA: Pattern Programming (P2) — cracked intermediate patterns problems ✅ Solved: number pyramid, reverse number triangle, star triangle, right-aligned stars & binary (0/1)'s 🙌 Thanks @akshaymarch7 #buildinpublic #DSA #JavaScript
Tweet media one
0
0
14
@Abhishek501415
Abhishek Madiwale
9 hours
Daily learning progress solved Merge Sorted Lists + Rotate Array by K. The rotation problem stretched my thinking until Akshay’s solution clicked. These daily reps really build problem-solving skills still missing some edge cases, will improve it All thanks to @akshaymarch7
Tweet media one
Tweet media two
Tweet media three
0
0
6
@akshaymarch7
Akshay Saini
1 day
People won't take your words seriously unless you've achieved something in your life.
34
80
938
@1amWaziR
Shiv Shankar Singh
1 day
🚀 Day 90 #100DaysOfDSA Continued with BST, focused on inorder traversal & ancestor logic Solved: ✔️ 230. Kth Smallest in BST (Medium) ✔️ 235. Lowest Common Ancestor of BST (Medium) Focus: recursion patterns in BST & 2Q/day Big thanks to @akshaymarch7 #DSA #JS #100DaysOfCode
Tweet media one
Tweet media two
Tweet media three
Tweet media four
2
1
19
@akshaymarch7
Akshay Saini
2 days
Anyone can grind for a day. Anyone can be motivated for a week. But staying consistent for years? That’s what separates legends from the average.
28
63
780
@Ankit89Jindal
Ankit Jindal
2 days
@akshaymarch7 Consistency is key. I have been doing @namastedev_ from 43 days and was started feeling confident that I can approach problems now. But what should we do for problems like below, I was completely blank and was unable to even initiate the problem. #Interview
Tweet media one
Tweet media two
0
1
5
@ishivamgaur
Shivam Gaur
2 days
📅 Day-6 of my #DSA journey with #NamasteDSA 🚀 Teacher: @akshaymarch7 🙌 ✨ What I Solved Today (LeetCode) Q88: Merge Sorted Array (Approach 2) Q283: Remove Zeros #100DaysOfCode #DSA #CodingJourney #LeetCode #LearnInPublic
Tweet media one
Tweet media two
Tweet media three
0
1
12
@P_GuruYadav
HelloWorld
2 days
51 days of DSA ✅ Coffee + Code + Consistency ☕💻 Onwards to Day uptoEnd🚀 Tqs very much to @akshaymarch7 and @namastedev_ #NamasteDSA #JavaScript #namastedsa #Namastedev #DSA #ConsistencyIsKey #ReactJS
Tweet media one
0
1
5
@hopesneveE
ByteByByte
2 days
Day 9 — Node.js with @akshaymarch7 : I finally “get” the Event Loop + libuv 🚀 Today was one of those core topics that unlock how Node.js actually runs our code. I started a bit confused, but after 4–5 solid examples it clicked. Here’s the clean version 👇 JavaScript runs on a
Tweet media one
4
1
22
@1amWaziR
Shiv Shankar Singh
3 days
🚀 Day 88 #100DaysOfDSA Started with Binary Search Trees (BSTs), properties, efficiency & validation with recursion Solved: ✔️ 98. Validate BST (Medium) Top-down recursion w/ bounds Time O(n), Space O(n) - Focus: 2Qs/day Big thanks @akshaymarch7 #DSA #JS #100DaysOfCode
Tweet media one
Tweet media two
Tweet media three
1
1
12
@manish_guhe818
Manish
3 days
🚀 Day 44 – #100DaysOfCode 📚 Namaste DSA: solved second largest in array → missed an edge case at first, but learned how to handle it (thanks @akshaymarch7 🙌) 💡 JS Interview Prep: First-class functions (Namaste JavaScript) 🧠 #BuildInPublic #DSA #JavaScript
Tweet media one
0
1
12
@abhimvp98
Abhishek Reddy
3 days
Day 2/100 of my #100DaysOfCode challenge was all about loops! 🔄 Dived deeper into the #NamasteDSA course and covered: 🔹 Advanced loops & edge cases 🔹 Finding the second largest element in an array 🔹 Nested loops and fun with star patterns! ✨ Really enjoying the process.
Tweet media one
0
1
3
@Abhishek501415
Abhishek Madiwale
3 days
Daily learning Even Linked List & Add Two Numbers exercises. Avoiding rushed coding & applying paper-based dry runs first helped validate logic early, reduced debugging cycles,& reinforced a disciplined approach to solving algorithmic challenges. Thank you @akshaymarch7
Tweet media one
Tweet media two
0
1
5