Meghraj Thakre
@meghraj_thakre1
Followers
30
Following
38
Media
32
Statuses
57
Frontend Developer | React , JS , DSA | Open to Work | Learning • Building • Evolving.
Pune
Joined September 2023
Building projects is easy. But building scalable systems? That’s where real devs shine. ⚙️ Just learned about SRS (Software Requirement Specification) from @SheriyansSchool It’s not just docs — it’s the blueprint for your app & scaling plan. SRS + Scaling = Real-world ready
0
0
0
Day 46 🔥 Revised two stack problems today: 👉 Daily Temperatures 👉 Next Greater Element II Stack questions always test how well you think logically. Slow progress, but I’m improving daily. Thanks to @akshaymarch7 for simplifying DSA ❤️ #100DaysOfCode #JavaScript #DSA #ProblemSo
1
0
9
Day 45/100 – LeetCode: Next Greater Element II 🔁 This one tested my logic, especially with circular arrays 😅 Finally cracked it using stack 🔥 Thanks to Akshay Sir for the constant motivation 🙏 Step by step, getting better every day 💪 #100DaysOfCode #LeetCode #JavaScript
0
0
5
Day 44 of DSA Grind 💻 Solved “Daily Temperatures” problem on LeetCode using Stack. Things are getting tougher day by day, but I’ll stay motivated and consistent no matter what I kept trying… Thanks to @akshaymarch7 Sir for guidence #DSA #LeetCode #CodingJourney #Consistency
0
0
1
Day 43 of my #DSAGrind 💻 Solved “Next Greater Element” using a monotonic stack — learned how O(n²) brute force turns into O(n) magic with smart logic 🔥 Grind continues, one problem at a time ⚡ Big thanks to @akshaymarch7 for the constant guidance #100DaysOfCode #JavaScript
1
0
14
Day 42 of my DSA grind 💻 Solved “Evaluate Reverse Polish Notation” today. Stacks used to scare me, but now they actually make sense 😅 Step by step → push, pop, operate → boom 💥 Big thanks to @akshaymarch7 for simplifying tough concepts 🙏 #DSA #CodingJourney #JavaScript
2
0
12
hey @X am looking for people who Exploring new ideas, building cool stuff, and always up for learning. Looking to connect with fellow devs, problem solvers & tech enthusiasts here on X! 💡 #WebDev #DSA #LearningEveryday #TechCommunity
0
0
0
Day 41 DSA — Remove Outer Parentheses Started with a stack 🧠 ended with a counter ⚡ Same logic, cleaner code, faster solution! Sometimes simplicity wins 💡 Big thanks to @akshaymarch7 Sir 🙌 #Day41 #100DaysOfCode #DSA #JavaScript #AkshaySaini #ProblemSolving
0
0
2
Day 40 — DSA Grind 🔥 Solved 🧩 Min Stack 🧩 Valid Parentheses Both are pure stack magic! Loved how storing just one extra value can make getMin() O(1), and how clean bracket matching logic can be 🧠 Big thanks to @akshaymarch7 for keeping DSA fun 🙏 #Day40 #DSA #JavaScript
2
0
15
Day 39 — Queue using Stacks 💡 Today’s DSA concept was a real brain twister Made a Queue (FIFO) work using Stacks (LIFO)! 👉 push() → push into s1 👉 pop() → move all from s1 → s2, then pop from s2 👉 peek() → same as pop but don’t remove Big thanks to @akshaymarch7 sir
0
0
0
Day 38 — Stack using Queue 🔁 Can a Queue behave like a Stack? 🤯 Tried it in JS today — rotation trick (shift + push) made it work! ✅ 2-Queue version ✅ 1-Queue optimized version Big thanks to Akshay Sir 🙌 #Day38 #DSA #JavaScript #Stack #Queue #100DaysOfCode #AkshaySir
0
0
2
Day 37 of my #DSA @akshaymarch7 journey 🚀 Learnt two core concepts today — Stack & Queue 💡 🧱 Stack → LIFO (Last In, First Out) 🚪 Queue → FIFO (First In, First Out) These two are the foundation of many real-world systems — browser history, print queues & function calls
0
0
1
Haanji! Diwali ka season aa gaya hai 🪔 Aur meri taraf se aap sab ke liye Kaju Katli giveaway 🥳 (Winners will be chosen randomly!) ✨ Steps: Mujhe apna full address DM karo 😁 Is post ko reshare 🔄 karo taaki humari Kaju Katli vibes sab tak pahunch sake 🚀 English Version:
187
355
740
🧠 Day 36 of my DSA Journey Optimized Group Anagrams problem 💥 Earlier → O(n * k log k) (using sort) Now → O(n * k) using frequency count 🔥 ✅ No sorting ✅ Pure loops ✅ Simple logic, big speed boost Thanks 🙌 to Akshay Saini Sir for teaching how to think in DSA 💯 #Day36
0
0
0
Day 35 of #DSAwithAkshaySaini 🚀 Solved Isomorphic Strings & Group Anagrams today 💻 Both problems showed the power of hash maps in pattern matching & grouping logic 🔥 Every day, DSA is making me think sharper 💪 #100DaysOfCode #JavaScript #DSA #leetcode #AkshaySaini #Day35
0
0
2
🧩 Day 34 of #100DaysOfDSA Solved “Valid Anagram” problem using a simple hash map logic 💡 ✅ Build frequency map of string s ✅ Decrease counts for t ✅ If mismatch → false Each day, confidence 💪 is growing stronger in Thanks @akshaymarch7 sir for the amazing guidance 🙌
0
0
0
Day 33 of #100DaysOfCode 💻 Solved Longest Common Prefix on #LeetCode (Accepted ✅ | Runtime: 2ms) Each day I feel my problem-solving getting stronger. Thanks to @akshaymarch7 Sir for inspiring daily consistency 🙌 #JavaScript #DSA #CodingJourney #NamasteDev #LeetCode
0
0
1
Day 32 of DSA Solved 2 problems today 👇 🔹 Largest Odd Number in String 🔹 Palindrome (No Extra Space) Learned how small optimizations can make a big difference Consistency = Confidence Thanks @akshaymarch7 sir for constant motivation #JavaScript #DSA #Coding #AkshaySaini
0
0
0
🧩 Day 31 of #100DaysOfCode 125. Valid Palindrome leetCode Solved the “Valid Palindrome” problem in JS 1 month of consistent DSA 💪 Confidence is building up every day! Thanks @akshaymarch7 for the motivation 🙌 #JavaScript #DSA #CodingJourney
0
0
0
🧩 LeetCode Day 30 — Reverse String II (#541) String reversal but with a twist ⚙️ 🎯 Reverse first k chars for every 2k block ⚡ Great for pointer & index handling practice 🧠 One more step stronger in string logic! #LeetCode #JavaScript #100DaysOfCode #Coding #DSA
0
0
0