Day 1 – Daily Coding Update ⚡ Focused on staying consistent today. Built features for my ChatGPT-style app (guest mode, temp chats, auto titles) and practiced stack-based DSA problems. A lot of debugging, but a lot of progress too. 🚀 On to the next day.
🔥 Solved LeetCode #84 – Largest Rectangle in Histogram Used Monotonic Stack to find Next Smaller Left & Right → width = right[i] - left[i] - 1 area = height[i] * width Max area ✅ in O(n) #LeetCode #DSA #JavaScript #Coding #Stack @sheryians_ @harshbhaiyaa @ankurdotio
🧠 Fixed socket bugs & cleaned my ChatGPT project! Added temporary chat + guest mode 💬 Code’s now clean, structured & smooth 🚀 #100DaysOfCode #NodeJS #SocketIO #MERN #Backend #CleanCode
Solved the Stock Span Problem using a Monotonic Decreasing Stack 💪. Efficiently computed spans in O(n) by storing indices instead of values! 📈🔥 #DSA #Stack #MonotonicStack #CodingJourney @harshbhaiyaa @ankurdotio @sheryians_
🔥 DSA Recap: Reversed a Queue using a stack, solved Valid Parentheses with stack logic, and nailed Next Greater Element using a Monotonic Stack 💪 — solid boost to my stack & queue fundamentals ⚡ #DSA #CodingJourney #ProblemSolving @harshbhaiyaa @ankurdotio
🚀 Today I built both Queue & Dequeue (Deque) using arrays in JavaScript! 🧩 Queue → FIFO (add rear, remove front) 🔁 Deque → add/remove from both ends Understanding how data flows from front & rear really cleared my DSA basics 💪
Faced a real dev challenge today 😅 For my ChatGPT clone, I had some UI and functionality built by AI — but to add new features, I had to fully understand that code myself, line by line, and then update the logic and backend API 💻⚡
🚀 Building my ChatGPT Clone! Backend done ✅ (Node.js + Express + OpenAI API) Now working on the frontend — completed Auth (Login & Register) and fixed chat UI 💬 Next: enhancing chat flow & adding image generation ⚡
Today I implemented a Deque (Double Ended Queue) using a linked list in JavaScript 💻 ✨ Key Operations: insertAtFront() insertAtRear() deleteAtFront() deleteAtRear() PrintDEQ() 📚 A Deque allows insertion and deletion from both ends #JavaScript #DSA #CodingJourney
🧩 LeetCode #2 — Add Two Numbers 🧩 LeetCode #25 — Reverse Nodes in k-Group Both done today ✅ Felt good debugging edge cases like carry handling & recursive reversal. #LeetCode #JavaScript #DSA #Coding
A clean intro animation with smooth nav transitions — perfect for any developer portfolio or personal brand site. Built for performance, precision, and personality. You can add something like this to your own site too — reach out if you’d like it done right. ⚡ #YourPortfolio
United States Trends
- 1. James Franklin 9,883 posts
- 2. Virginia Tech 9,743 posts
- 3. Cowboys 23K posts
- 4. Sonic 3 12.9K posts
- 5. Grok 4.1 16.2K posts
- 6. GOTY 26K posts
- 7. Moana 38.7K posts
- 8. Ted Cruz 19.7K posts
- 9. Baton Rouge 3,043 posts
- 10. Board of Peace 4,327 posts
- 11. Expedition 33 39.7K posts
- 12. Va Tech N/A
- 13. Lane 46.1K posts
- 14. Blacksburg N/A
- 15. Ole Miss 9,203 posts
- 16. Zelda 64.6K posts
- 17. Hokies 1,868 posts
- 18. #TheGameAwards 47K posts
- 19. #WickedForGood 5,963 posts
- 20. Bowers 3,378 posts
Something went wrong.
Something went wrong.