#codingjourney search results
90 days ago: 0 LeetCode problems solved โ Today: 157 problems solved โ The difference? I just showed up. Every. Single. Day. Consistency beats talent every time. If you're at Day 0 of something, this is your sign to start. ๐ #100DaysOfCode #CodingJourney


Building something big โ a full-stack app from scratch. React Native + Node + TypeScript + MongoDB. No rush, just consistent progress. Code. Learn. Iterate. ๐ป #fullstackdevelopment #CodingJourney #webdeveloper

Day 286 of 2025: ๐ฉโ๐ป -REVISION SERIES #DSA #databases #CodingJourney #2025Goals #leetcode #letsconnect #geeksforgeeks

๐ Completed Step 1 - Lecture 2 of the #TUFWinterArc with Striver Sirโs (@takeUforward_ ) A2Z DSA Course! Solved all 22 pattern questions on TUF+ and revised key concepts. Motivated to stay consistent! ๐ช #DSA #CodingJourney #StriverA2Z #Consistency #TakeUForward




I asked my Flutter app what to cookโฆ it chose beans ๐ ๐ฝ๏ธ Built this decision-making app for Section 8 of Angela Yuโs course ๐ฑโจ ๐๐ฝ What do you think about my app? #Flutter #CodingJourney #BuildInPublic #100DaysOfCode #MagicBall #Reels #Shorts
Totally unexpected but super special! Got my LeetCode 100 Days Badge 2025 while solving a problem today ๐ Canโt describe the happiness โ small wins, big motivation ๐ช #100DaysOfCode #LeetCode #CodingJourney #DevLife #Consistency

๐ธ No laptop stand? Books got me ๐ Finished Section 7/17 of Angela Yuโs Flutter Bootcamp โ Built a fun Dicee app ๐ฒ โ perfect for settling โwho does choresโ debates ๐ ๐๐ฝ What was your first app? #Flutter #CodingJourney #BuildInPublic #100DaysOfCode



Just built a small JavaScript guess game, every little project and assignment counts on the road to mastery ๐ปโจ #JavaScript #CodingJourney #SQI #LFG๐



Do you guys make notes while watching tutorial?? Btw... try to guess what I'm learning!! #DSA #CodingJourney #LeetCode

Completed 11 sections so far and feeling good about the progress. Also got a revision of some important concepts along the way. #WebDevelopment #CodingJourney #LearnInPublic

๐ฅDay 8 of #100DaysOfDSAwithJuicy_2 GREEDENDRA BAHUBALI RISES! ๐ Started Greedy Algorithms with Assign Cookies ๐ช Just like younger child gets less pocket money likewise here less greedy child gets smaller cookie. Another step ahead in DSA! #DSA #CodingJourney #100DaysOfCode

Day 49โ50โ #CodingJourney Learned about Props and Array Rendering in #Reactโ๏ธ Learned how to pass arrays as props and render them dynamically. Building a mini Amazon Cards project๐ณโ showing product titles & prices. #100DaysOfCode #webDevelopment #JavaScript #buildinpublic


Hit 100 consecutive days of coding. Shoutout to @takeUforward_ and @striver_79 , your DSA sheet and guidance have been my backbone. Still learning, still grinding. still a long way to go #100DayStreak #CodingJourney #LeetCode #DSA

You donโt need to know everything. You just need to keep learning something. Every line of code you write adds a new version of you. ๐ป #BuildInPublic #Developer #CodingJourney
Day 2๏ธโฃ4๏ธโฃ โ Web Dev Journey ๐ ๐ Learned: โข How JS code actually runs โ๏ธ โข JS Engine (V8) & Execution Context โข Creation vs Execution phase โข Hoisting of var, let & const โข Call Stack & Memory Heap #JavaScript #WebDevelopment #CodingJourney

Day 2 of #TUFWinterArc โ๏ธ Completed Lec 2 โ Build-up Logical Thinking (Patterns) ๐ป Exams are still on, but Iโm doing my best to stay consistent and make small progress every day ๐ฑ Itโs all about showing up, even when itโs tough ๐ช @takeUforward #DSA #CodingJourney


โ Solved 2 LeetCode Problems today Linked List Cycle Reverse LinkedList II #Day53ofCoding #LeetCode #CodingJourney #TUFWinterArc @takeUforward_ @striver_79


This project wasnโt just about code, it was about growth, resilience, and the beauty of mentorship. ๐ก About BunPac Online Tutor BunPac is an interactive e-learning platform for primary school children, built to make learning exciting, visual, and fun! #codingjourney
Wrapped up some JavaScript for loop practice sets today ๐ Itโs crazy how repetition makes the logic clearer with every problem. Still early in the journey, but progress feels good. #JavaScript #CodingJourney #100daysofcodeanddesign #100DaysOfCode


I asked my Flutter app what to cookโฆ it chose beans ๐ ๐ฝ๏ธ Built this decision-making app for Section 8 of Angela Yuโs course ๐ฑโจ ๐๐ฝ What do you think about my app? #Flutter #CodingJourney #BuildInPublic #100DaysOfCode #MagicBall #Reels #Shorts
Day 200/160 Days Challenge โ A big milestone achieved! ๐ฏ From Day 1 to Day 200, the journey has been about discipline, resilience, and transformation. Grateful for the progress, proud of consistency, and excited for whatโs ahead! ๐ฅ๐ #gfg160 #geekstreak2025 #CodingJourney

Day 89 of #100DaysOfCode โ Learned about foreign keys, JOIN operations, and the different types of relationships you can create in SQL databases. Easily one of the most important parts of working with databases! #WebDev #CodingJourney #100DaysOfCode #Database #SQL
๐ Completed Step 1 - Lecture 2 of the #TUFWinterArc with Striver Sirโs (@takeUforward_ ) A2Z DSA Course! Solved all 22 pattern questions on TUF+ and revised key concepts. Motivated to stay consistent! ๐ช #DSA #CodingJourney #StriverA2Z #Consistency #TakeUForward




๐ป Had to pause my daily coding journey due to a PC failure but Iโm back with a new laptop and fresh energy! ๐ From today, expect consistent posts as I dive deeper into learning and building. Letโs code daily and grow together! #100DaysOfCode #CodingJourney #DevLife #JavaScript
๐ Another day in my #Python journey! ๐ Today I learned: ๐ง input() & output() ๐พ variables ๐ข data types โ operators ๐ญ type casting Step by step, turning logic into code ๐ป๐ฅ @ShradhaKhapra_ #Python #CodingJourney #100DaysOfCode




#Day10 - Minimum Window Substring Problem: Find the smallest substring in s that contains all characters of t Approach : Use sliding window + frequency map TC: O(n) SC: O(256) (constant alphabet size) #CodingJourney #100DaysOfCode #LearningInPublic #TUFWinterArc @takeUforward_

๐ Python Journey โ Day 12 Today I learned :- ๐น File Input & Output in Python ๐น File types ๐น Opening, Reading & Closing files ๐น Writing to a file (with syntax) ๐น Deleting a file File handling made easy with Python ๐โจ #Python #CodingJourney
Which browser do you mostly use for coding/testing? A) Chrome B) Firefox C) Edge D) Brave E) Comet F) Others (comment below) #CodingJourney
โ Day 2 of #TUFWinterArc done! Today's focus was all about logic building ๐ง Solved all 22 pattern problems. A solid revision and a perfect warm-up for the upcoming lectures ๐ช๐ฅ #CodingJourney @takeUforward_

Building something big โ a full-stack app from scratch. React Native + Node + TypeScript + MongoDB. No rush, just consistent progress. Code. Learn. Iterate. ๐ป #fullstackdevelopment #CodingJourney #webdeveloper

Day 2 of #TUFWinterArc โ๏ธ Completed Lec 2 โ Build-up Logical Thinking (Patterns) ๐ป Exams are still on, but Iโm doing my best to stay consistent and make small progress every day ๐ฑ Itโs all about showing up, even when itโs tough ๐ช @takeUforward #DSA #CodingJourney


1.5 months into collegeโand what a ride! ๐ป From โHello Worldโ to 2AM debugging ๐ค Made some amazing friends โ Realized how powerful coffee + Ctrl+Z can be Learned a lotโboth in logic and in life. #CollegeLife #CodingJourney #FirstPost



๐ธ No laptop stand? Books got me ๐ Finished Section 7/17 of Angela Yuโs Flutter Bootcamp โ Built a fun Dicee app ๐ฒ โ perfect for settling โwho does choresโ debates ๐ ๐๐ฝ What was your first app? #Flutter #CodingJourney #BuildInPublic #100DaysOfCode



Day 286 of 2025: ๐ฉโ๐ป -REVISION SERIES #DSA #databases #CodingJourney #2025Goals #leetcode #letsconnect #geeksforgeeks

Hit 100 consecutive days of coding. Shoutout to @takeUforward_ and @striver_79 , your DSA sheet and guidance have been my backbone. Still learning, still grinding. still a long way to go #100DayStreak #CodingJourney #LeetCode #DSA

90 days ago: 0 LeetCode problems solved โ Today: 157 problems solved โ The difference? I just showed up. Every. Single. Day. Consistency beats talent every time. If you're at Day 0 of something, this is your sign to start. ๐ #100DaysOfCode #CodingJourney


Day 15๐ป๐ #BuildInPublic ๐Javascript Lecture 2โ ๏ธ ๐น๏ธToday I learned about variables and datatypes in JS. ๐Primitive (Immutable) ๐Non primitive (Mutable) ๐ก typeof null - "object" is a bug in JS. #100DaysOfCode #CodingJourney #webdev #javascript #coderarmy

โจ Final project = DONE. Class = officially over. Sleepless nights + endless debugging = totally worth it. Forever grateful to my amazing teacher who made this journey possible ๐๐ป thanks to @E_Ehrari @f_forough @CodeToInspire โค๏ธ #CodingJourney #WomenInTech #Node

๐ฏ Day 1 โ Graphs with @rohit_negi9 ,@CoderArmy Today I started learning Graphs โ what an amazing lecture filled with real-life examples and clear explanations! ๐ Excited to continue this journey and strengthen my DSA concepts day by day ๐ช #DSA #Graphs #CodingJourney



Day 275 of 2025: ๐ฉโ๐ป #DSA #databases #CodingJourney #2025Goals #leetcode #letsconnect #geeksforgeeks

Day 274 of 2025: ๐ฉโ๐ป - REVISION SERIES #DSA #databases #CodingJourney #2025Goals #leetcode #letsconnect #geeksforgeeks

Do you guys make notes while watching tutorial?? Btw... try to guess what I'm learning!! #DSA #CodingJourney #LeetCode

๐ Completed Step 1 - Lecture 2 of the #TUFWinterArc with Striver Sirโs (@takeUforward_ ) A2Z DSA Course! Solved all 22 pattern questions on TUF+ and revised key concepts. Motivated to stay consistent! ๐ช #DSA #CodingJourney #StriverA2Z #Consistency #TakeUForward




Just built a small JavaScript guess game, every little project and assignment counts on the road to mastery ๐ปโจ #JavaScript #CodingJourney #SQI #LFG๐



Something went wrong.
Something went wrong.
United States Trends
- 1. Happy Birthday Charlie 52.8K posts
- 2. Good Tuesday 31.8K posts
- 3. #tuesdayvibe 3,453 posts
- 4. Shilo 1,541 posts
- 5. #NationalDessertDay N/A
- 6. Pentagon 75.4K posts
- 7. #PutThatInYourPipe N/A
- 8. Standard Time 3,014 posts
- 9. Happy 32nd 9,170 posts
- 10. Victory Tuesday N/A
- 11. Dissidia 6,628 posts
- 12. #TacoTuesday N/A
- 13. #tuesdaymotivations 3,263 posts
- 14. Martin Sheen 6,536 posts
- 15. Happy Birthday in Heaven 1,516 posts
- 16. Janet Mills 1,614 posts
- 17. Larry Fink 5,561 posts
- 18. Happy Heavenly 8,056 posts
- 19. No American 64.5K posts
- 20. Time Magazine 18.3K posts