#100dayofcode kết quả tìm kiếm
#Day41 ☑️ Solved DSA question: ✓ Container with most water ✓ Set matrix to zero ☑️ Revised React(1/7) ✓ Introduction, components, props with implementation. #100DayofCode #Javascript #React #CodingJourney 3.00Hrs.


🚀 Day 98(06/10/2025) I #100DayOfCode ✅ Solved POTD of leetcode!! ✅ Watched Binary search vdo's from strivers A2Z series. ✅ solved 4 ques from LC ~ could have done better but it's okay ! #DSA #LearnInPublic #POTD
🚀 Day 96(04/10/2025) I #100DayOfCode ✅ Solved POTD of leetcode. ✅ Watched 2 vdo's from striver. ✅ solved 2 ques 1 medium and 1easy from LC! #DSA #WebDev #LearnInPublic #POTD
🚀 Day 95(02/10/2025) I #100DayOfCode ✅ Solved POTD of leetcode! ✅ Watched 2 vdo's from striver. ✅ solved 2 questions from leetcode! ✅ Worked on final yr project (working on simulation on proteus8) #DSA #WebDev #LearnInPublic #POTD
🚀 Day 100/100 (08/10/2025) I #100DayOfCode ✅ Solved POTD of leetcode!! ✅ Watched Binary search vdo's from strivers A2Z series. ✅ solved 4 ques from LC(3 easy and 1 medium) ✅ Started my dev project again ✅ Worked on final yr project! Thank you! #DSA #LearnInPublic #POTD
🚀 Day 99(07/10/2025) I #100DayOfCode ✅ Solved POTD of leetcode!! ✅ Watched Binary search vdo's from strivers A2Z series. ✅ solved 2 ques from LC(1 easy and 1 medium) #DSA #LearnInPublic #POTD
🚀 Day 97(05/10/2025) I #100DayOfCode ✅ Solved POTD of leetcode!!(tough one had to take help from AI). ✅ Watched Binary search vdo's(2-3) from strivers A2Z series. ✅ solved 4-5 ques (4 of them were easy while one was tough) from LC #DSA #LearnInPublic #POTD
Day 16 of #100DayofCode 06, October 2025 Took a little detour to take the @Sololearn Web Development course. I also Added all the main features to my notes app. I can now add, edit and delete notes. #buildinpublic #javascript #learninpublic


Day 15 of #100DaysOfCode Making Changes and adding features to the notes app. Also been reviewing some other stuff I learnt before. #LearnInPublic
Problem Statement Given an array of integers nums[], generate all possible subsets (the power set). Example: nums = [1, 2] 👉 Output: [[], [1], [2], [1,2]] #100DayofCode #LeetCode #DSA #CodingChallenge
🚀 Day 100/100 (08/10/2025) I #100DayOfCode ✅ Solved POTD of leetcode!! ✅ Watched Binary search vdo's from strivers A2Z series. ✅ solved 4 ques from LC(3 easy and 1 medium) ✅ Started my dev project again ✅ Worked on final yr project! Thank you! #DSA #LearnInPublic #POTD
🌟Day 36 of my #100DayofCode challenge — Flatten a Multilevel Doubly Linked List 💻 Let’s talk about how to convert a nested doubly linked list into a single-level list 👇 #DSA #LeetCode #CodingChallenge
🚀 Day 99(07/10/2025) I #100DayOfCode ✅ Solved POTD of leetcode!! ✅ Watched Binary search vdo's from strivers A2Z series. ✅ solved 2 ques from LC(1 easy and 1 medium) #DSA #LearnInPublic #POTD
🚀 Day 98(06/10/2025) I #100DayOfCode ✅ Solved POTD of leetcode!! ✅ Watched Binary search vdo's from strivers A2Z series. ✅ solved 4 ques from LC ~ could have done better but it's okay ! #DSA #LearnInPublic #POTD
today's leetcode potd done Day14 #100DayOfCode it was a approach which was similar to two sum problem as soon as you encounter a double just fill it in the earliest sunny day you have , and it should be greater than last day hence use lower bound on lastOcc #LeetCode #DSA

Day 16 of #100DayofCode 06, October 2025 Took a little detour to take the @Sololearn Web Development course. I also Added all the main features to my notes app. I can now add, edit and delete notes. #buildinpublic #javascript #learninpublic


Day 15 of #100DaysOfCode Making Changes and adding features to the notes app. Also been reviewing some other stuff I learnt before. #LearnInPublic
🚀 Day 97(05/10/2025) I #100DayOfCode ✅ Solved POTD of leetcode!!(tough one had to take help from AI). ✅ Watched Binary search vdo's(2-3) from strivers A2Z series. ✅ solved 4-5 ques (4 of them were easy while one was tough) from LC #DSA #LearnInPublic #POTD
🚀 Day 96(04/10/2025) I #100DayOfCode ✅ Solved POTD of leetcode. ✅ Watched 2 vdo's from striver. ✅ solved 2 ques 1 medium and 1easy from LC! #DSA #WebDev #LearnInPublic #POTD
#Day41 ☑️ Solved DSA question: ✓ Container with most water ✓ Set matrix to zero ☑️ Revised React(1/7) ✓ Introduction, components, props with implementation. #100DayofCode #Javascript #React #CodingJourney 3.00Hrs.


🚀 Day 95(02/10/2025) I #100DayOfCode ✅ Solved POTD of leetcode! ✅ Watched 2 vdo's from striver. ✅ solved 2 questions from leetcode! ✅ Worked on final yr project (working on simulation on proteus8) #DSA #WebDev #LearnInPublic #POTD
2) Not visited would be all the elements greater than current height so you could take it without changing min(heights) Day 11 #100DayOfCode
🚀 Day 94(02/10/2025) I #100DayOfCode ✅ Solved POTD of leetcode! ✅ Watched 2 vdo's from striver. ✅ solved 2 questions from leetcode! ✅ Worked on final yr project #DSA #WebDev #LearnInPublic #POTD
Today's Leetcode POTD Day9 #100DayOfCode Extension of yesterday's problem with exchange increasing every time you make an trade , it can be simulated easily using recursion , secondly you can apply Memoization which is an overkill (as there is only 1 query) #LeetCode #DSA


🚀 Day 93(01/10/2025) I #100DayOfCode ✅ Solved POTD of leetcode! ✅ Watched 2 vdo's from striver. ✅ solved 3-4 questions from leetcode! ✅ Gave codechef contest, solved 4 questions!! ❌ No dev (gotta catchup with it tomorrow) #DSA #WebDev #LearnInPublic #POTD
The reality of growing an #app: → Create relentlessly. Most content will flop. → A few pieces will break through. → Perfection is procrastination. Just start. → Personal or faceless? Both can win. #buildinginpublic #100dayofcode
🚀 Day 92(30/09/2025) I #100DayOfCode ✅ Solved POTD of leetcode! ✅ Watched 2 vdo's from striver. ✅ solved 2 questions from leetcode! ✅ Worked on final yr project simulation on proteus8 !! ~~ finallyyy this badge for the first time ~~ #DSA #WebDev #LearnInPublic #POTD

🚀 Day 91(29/09/2025) I #100DayOfCode ✅ Solved POTD of leetcode! ✅ Watched 2 vdo's from striver's A2Z series ✅ Gave exams (khatam finally)!! ✅ solved 2 questions from leetcode! #DSA #WebDev #LearnInPublic #POTD
🚀 Day 90(28/09/2025) I #100DayOfCode ✅ Solved POTD of leetcode! ✅ Watched single vdo from striver's A2Z series ✅ Did prep for exam. ✅ Worked on final yr project ! #DSA #WebDev #LearnInPublic #POTD
Day 1 of #100DayOfCode Today, I'm delving into Data Authorization and Authentication, focusing on bcrypt and JSONWebTokens. I'm excited to learn about creating unique passwords and how the login and sign-up processes work.

Day 31 of #100DayOfCode -- I made the index page fully responsive ( with mobile screens & tablet & laptop screens ) . Started working with the signup page to style it , going with mobile first workflow as usual.

Day 8 - @leetcode and gfg POTD - preparing for tomorrow's exam( Today's exam went average 😑) #100dayofcode

Day 13 of #100DayOfCode -- solved 2 problems on leetcode code (1) Find the index of first occurrence in a string (2) Maximum 69 Number


Good afternoon guys... Remember my excel class will be kicking off next month... 15 slots left.... Send me a DM, let's talk.... It's gonna be worth your while #datafam #100dayofcode


#100Dayofcode -كل ما كان عندك partial كل ما كان عندك table -تقريبًا هبقا في relationship مع database قريب من كتر ما مش ورايا غيرها وشكرًا ان @hnasr بجد ليه ان take your time خلتني بفكر ان الهدوء خلاني استوعب معلومات اكتر ❤️ شكرا ليك بردو @bassemelnour ❤️


Today I hit 100 followers. Thanks to all the incredible dev out there #indie #100dayofcode #Bootstrap #buildinginpublic #follower #developer #saas #growth #Mindset

Day 1 of #100DayofCode ↳ DSA Progress Binary Search : Peak of a Mountain Last and First Occurance ↳ Web Dev Progress Transitions using CSS, linking an image. #dsa #cpp #LearnInPublic #BuildInPublic



Day-69 & 70 of #100DayofCode Challenge Learnt about #React Hooks and it's types like useState, useEffect, useMemo, useCallback and about the custom hooks with examples


Day#10 of #100DayOfCode with @stechie_school decided to build the MoMo USSD process in python. Started with the 'Send to MoMo User' flow - not perfect yet, but a step closer to replicating the entire application. it's quite a lot but it'll keep me consistent for the most part




Day#9 of #100DaysOfCode with @stechie_school - worked on a simple student management system - came across enumerate() function that allows you to keep track of the index and value of items in a list while looping through it - need to be extra consistent @RolaMiky64 @kryzbone


🚀 Day 70(08/09/2025) I #100DayOfCode ✅ Solved POTD of leetcode ! ✅ final yr project presentation day took more than half of day !! ✅ worked on E-book project #DSA #WebDev #LearnInPublic #potd (Btw how I'm looking in formal?)🥰

Something went wrong.
Something went wrong.
United States Trends
- 1. D’Angelo 10.1K posts
- 2. Happy Birthday Charlie 84.7K posts
- 3. #BornOfStarlightHeeseung 51.2K posts
- 4. #csm217 1,382 posts
- 5. #tuesdayvibe 4,991 posts
- 6. Alex Jones 19.4K posts
- 7. Sandy Hook 5,778 posts
- 8. Pentagon 84.5K posts
- 9. #NationalDessertDay N/A
- 10. #TheView N/A
- 11. Good Tuesday 38.6K posts
- 12. Taco Tuesday 12.3K posts
- 13. Shilo 3,419 posts
- 14. Monad 220K posts
- 15. Dissidia 8,506 posts
- 16. Cheryl Hines 1,631 posts
- 17. Timbaland 2,008 posts
- 18. $MON 18K posts
- 19. Masuda 2,282 posts
- 20. Riggins N/A