#100daysofcode search results
Day 14 #100DaysOfCode Today I worked on perfecting forms using CSS. Nobody I know enjoys filling in forms, so if you can make yours look more attractive and easier to use, more people are likely to fill it in. pls RT ♻️🧎


DAY56:Today I have solved two DSA problems in leetcode on pattern of Binary tree(BT) i.e. inorder transversal and invert BT. #100daysofcode #DSA


Day 26 of #100DaysOfCode ✅ - 140. Word Break II. This took so much time. I tried 2–3 different ways. I'm starting to not like recursion. 🥴 #LearnInPublic

Last CSS homework: build a solar system from scratch 🪐✨️ * The magic of css transitions & transforms are...🤌 * Explored animations *Difference b/w transition & animation Thanks to @rohit_negi9 #WebDev #Frontend #100DaysOfCode

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 105 of #100DaysOfCode DSA: Solved Binary Subarray With Sum (only managed one problem today 😅) College from 8 to 6 plus travel Now will focus more on development side #LearnInPublic

Day 48 of #100DaysOfCode: ✅I built a program that converts any number between 0–999 into English words, like turning 142 into “one hundred forty two. ✅I created a program that counts and lists all the unique characters in any text entered by the user.



Day 47 progress check: ✅A solid problem-solving session: 4 problems solved (2 Medium on GFG, 2 on Codeforces). ✅Keeping dev light this week to focus on my mid-sem exams. Balancing the academic and coding grind. #100DaysOfCode #buildinpublic

Day 4 of #100DaysOfCode 💻 #buildinpublic Topics covered: ✅String assignment: 🔹 check anagrams ✅ Bit Manipulation:- 🔹 update ith bit,clear last i bits, 🔹 check power of 2,fast exponentiation LeetCode Problems: 🔹2180.Count Integers with Even DigitSum 🔹242.Valid Anagram


Day 8/100 of #100DaysOfCode Attended the #UDC2025 Design Conference, had an amazing time! As a developer, it’s inspiring to see how beautifully design and frontend connect. They’re truly relatives. ✅ Solved LeetCode POTD



Learning react by developing an E-commerce website. So today I build Header Functional component of the website. Day3 of #100DaysOfCode #java #react #springboot

My Portfolio website ✔️ Can't believe I actually built something that looks this real 😭😭 My portfolio finally looks like one....👩💻 But omg the code was so long....terrified for upcoming things but we'll do it. #Frontend #100DaysOfCode @rohit_negi9 #coderarmy


😵💫 Aaj recursion ne dimaag hila diya! day 48 – #100DaysOfCode “Recursion on subsequences” padha 🔁 Socha easy hoga, par function flow ne maze le liye 💀 HW: print all possible sums from subsequences jab finally output aaya → pure satisfaction 💯



🚀 Day 22/100 — #LeetCode Solved “Reverse Words in a String” (Medium) 💡 Key Idea: 🔹 Split the string into words 🔹 Use a stack (or reverse iteration) to reverse their order 🔹 Join them back with spaces — careful to avoid trailing spaces #100DaysOfCode #LeetCode #DSA
Day 26 Update 🚀 LeetCode : 622. Design Circular Queue Reverse Linked List II Spring Boot grind: Using DTOs + Mapper everywhere—even for Redis caching 🔥 Cleaner code, faster DB calls, and more efficient caching #100DaysOfCode #Java #SpringBoot #Redis #LeetCode #DevLife


Day 22 of #100DaysOfCode! 🚀 A solid review session today! My focus was on reinforcing the fundamentals. Revised Abstract Data Types (ADTs). Brushed up on Arrays. #Zigbee
Day 50 of #100DaysOfCode Day1 of #TUFWinterArc - Started Linked list - Created a bank api in in learning backend - Second Mid sem over, will regain my consistency

Day-3 of #100DaysOfCode Solved Problem : two sum 1. Brute force - O(n^2), O(1) 2. Using hash map - O(n), O(n) Apart From that : Write some #React & #Express code #LeetCode #DSA #100daysofpractice #Development


Just finished learning Singly Linked List in DSA from FreeCodeCamp 🔥 Loving how everything connects together! #DSA #Coding #100DaysOfCode
Day 31 of #100DaysOfCode Revised Java Codes 🔁 1️⃣ Factorial program — using loop & recursion 2️⃣ N-th term of series → 1, 3, 6, 10… (formula: n*(n+1)/2) 3️⃣ Fibonacci series — print first n numbers using loop #100DaysOfCode #Java #CodingPractice #Revised
Day 2/100: #100DaysOfCode Getting a job in 5 months. 1. Did cyclic sort problems from LC. 2. Did 3/7 problem from yasterday CF contest div2 enjoyed it Still will come out of a brake up #100DaysOfCode #buildinpublic #Java #DSA #cpp



Day 3 of #100DaysOfCode Again, one more step of progress in my chatbot by connecting a DB to store the chats. Also completed the working authentication backend with verification and all in JS for clg project . #WebDevelopment #JavaScript #Chatbot #AI #BackendDevelopment
Extending #100DaysOfCode Day 286: Learned a lot of new things about web performance web.dev/learn/performa…
Day -72 of #100DaysOfCode ✅ Completed sliding window maximum by optimal approach. Not able to learn much today...

Day 43 of my coding journey 🚀 🎯 Solved LeetCode POTD 🖥️ Day 1 of #TUFWinterArc 💡 College done Sleepy now 😴😮💨 #100DaysOfCode #BuildInPublic

#100DaysOfCode #Coding Day 7 : Today I learnt about oops concepts wrto system design. I also wrote test cases manually for my project. Now I am able to handle and debug my project's backend. But the problem is did not solved leetcode problem today . So I will continue tommorow.
🔴 Day 96 #100daysofcode --Learning Shell Scripting How scripting works.👩💻 --Loops,Functions,If Else,Variables in Shell scripting.✅ --And Lastly Learned about understanding the Web Performance from #freecodecamp. #WebDevelopment #BuildInPublic

Day 60 of 100 days Revised strings in DSA, solved related problems, finished JS Part 3 & continued the clone project. No LeetCode today — but tomorrow, we rise again 🚀 #100DaysOfCode #JavaScript #DSA #WebDev #Consistency

Day 12 of #100DaysOfCode 📌Done and dusted 📌6 hrs in college 📌3 hr in the Library 📌Configured Linux
Day-40 Coding until I get a job ✅ Solved LeetCode – Excel Sheet Column Number 📌 Key Learnings: Converted an Excel column title to its corresponding number (e.g., A → 1, AB → 28) 🔢 #100DaysOfCode #Java #dsa

👉🏻React Revision — Day 1✅ Topic Covered 👇 🔹Overview of React & Folder Setup 🔹Import/Export in JS 🔹Components I know it’s a small start… but step by step, we’ll build something big 🚀 Consistency > Speed 💪 #ReactJS #100DaysOfCode #WebDev #JavaScript #Frontend #codingdaily


Day 4 of #100DaysOfCode 💻 #buildinpublic Topics covered: ✅String assignment: 🔹 check anagrams ✅ Bit Manipulation:- 🔹 update ith bit,clear last i bits, 🔹 check power of 2,fast exponentiation LeetCode Problems: 🔹2180.Count Integers with Even DigitSum 🔹242.Valid Anagram


Last CSS homework: build a solar system from scratch 🪐✨️ * The magic of css transitions & transforms are...🤌 * Explored animations *Difference b/w transition & animation Thanks to @rohit_negi9 #WebDev #Frontend #100DaysOfCode

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 1 of #100DaysOfCode leetcode Question no 26 :- Remove duplicate from sorted array time complexity of algo is O(n) space complexity of algo is O(1) keep growing keep connected #CONNECT #DSA

Day 9 of #100DaysOfCode: Today I almost cried while learning CSS. Learned CSS position property: static, relative, absolute and sticky. I figured out the only way to understand this better is to build a project. So here it is, done with html, next: stlyling it with CSS. #css

Day 43 of my coding journey 🚀 🎯 Solved LeetCode POTD 🖥️ Day 1 of #TUFWinterArc 💡 College done Sleepy now 😴😮💨 #100DaysOfCode #BuildInPublic

Day 14 #100DaysOfCode Today I worked on perfecting forms using CSS. Nobody I know enjoys filling in forms, so if you can make yours look more attractive and easier to use, more people are likely to fill it in. pls RT ♻️🧎


Day 48 of #100DaysOfCode: ✅I built a program that converts any number between 0–999 into English words, like turning 142 into “one hundred forty two. ✅I created a program that counts and lists all the unique characters in any text entered by the user.



🚀 Day 27 Done! Explored Map, Filter, Reduce, Set & Map in JavaScript 🧠 Data transformation simplified 💡 Logic sharper, code cleaner 💪 #100DaysOfCode #JavaScript #WebDev #CoderArmy




Trying to manage both of them parallely-- DSA+WebDev Learnt : 🔹️Variables 🔹️Datatypes 🔹️Arrays #100DaysOfCode #frontend #DSA #buildinpublic



Day 13 #100DaysOfCode : Today I worked on styling my HTML Tables with CSS and I loved it 🫣 github.com/OMAHRAH/new-ch…


Day 26 of #100DaysOfCode ✅ - 140. Word Break II. This took so much time. I tried 2–3 different ways. I'm starting to not like recursion. 🥴 #LearnInPublic

Day 18 of #100DaysOfCode ✅ Designed the architecture of a logging system project with @SinghDevHub 📈 Added some extra features to the project 🧠 Math: tackled a bunch of calculus & optimization problem 🧩 Learned Strategy, Observer & Singleton design pattern #buildinpublic

Day 11 of #100DaysOfCode🚀 1. WebDev❌ 2. DSA ✅ - Solve medium level questions 3. Revision ✅ 4. College Work ✅ #connect #dsa #leetcode #WebDev


Something went wrong.
Something went wrong.
United States Trends
- 1. Columbus 124K posts
- 2. Middle East 213K posts
- 3. #WWERaw 49.1K posts
- 4. #IndigenousPeoplesDay 8,279 posts
- 5. Seth 43.7K posts
- 6. $BURU N/A
- 7. Thanksgiving 51.3K posts
- 8. Darius Smith 2,959 posts
- 9. Marc 43.4K posts
- 10. Mike Shildt 1,649 posts
- 11. Macron 194K posts
- 12. Apple TV 4,134 posts
- 13. #IDontWantToOverreactBUT 1,247 posts
- 14. HAZBINTOOZ 2,441 posts
- 15. Egypt 220K posts
- 16. Flip 51.2K posts
- 17. THANK YOU PRESIDENT TRUMP 63.7K posts
- 18. The Vision 95.4K posts
- 19. Peace 2025 23.6K posts
- 20. Kash Doll N/A