#100daysofcode نتائج البحث
Day 61 : Today I finished building a project using html, css and js. Excited to share it with you all✨ Keep striving ,keep thriving🚀 #100daysofcode #coding #letsconnect #buildinpublic #WebDev #neverstoplearning
day 19 of learning to code > programming paradigms (event-driven, functional, object-oriented, etc.) > benefits of object-oriented programming > classes > objects > access modifiers > inheritance #100DaysOfCode #buildinpublic
Day 63–75 of #100DaysOfCode 💻 These days were all about getting stronger in JavaScript and DSA. ✨ JS: Objects → Closures → Map/Filter/Reduce → DOM → Event Loop ⚙️ DSA: Arrays , Grid & Stock DP,Trie (Insert, Search, Delete) #javascript #dsa
Day 116: Getting a job in 8 months. - Solved 1 hard-level and 2 easy-level question on LeetCode. #100DaysOfCode #buildinpublic #DSA #Java
A beginner journey on leetcode (some day solve 3/2 prob but some day not). that's why i'm more into progress instead of perfection #100DaysOfCode
Surviving till now (dsa+javascript) Javascript:(Functions ,hoisting,closure in js ,scope and high order function ) Dsa:(bubble sort) Gonna start ques practice soon... #100DaysOfCode #Frontend #buildinpublic #dsa #webdev
Day 1 of #100DaysOfCode After college: I worked on my 2nd freelance project (HTML, CSS, JS) — added more sections, footer, UI fixes, and linked all pages via navbar. Also started a new MERN project — Serenio, a meditation website. Set up dependencies today! #BuildInPublic
Day 01 of #100DaysOfCode 1 Nov 2025 Topics I covered today: Intro to JS var, let & const Data types Memory management Operators The journey has begun #Buildinpublic #javascript
Sometimes you write code and it works… but you’re still asking yourself, “Is this the right way?” 😩 That’s exactly how I feel working on this React project, maybe because I didn’t learn React through a full course, I just learnt by building. #100DaysOfCode
🔴 Day 100 #100daysofcode -Can't believe I've completed 100 days of coding!💪 -Today I learned about Primary key ,Auto_increment & Select in SQL.👩💻 -Created my own bands database to practice. -Solved React+JS problem to boost confidence.🚀 Excited for what's next!🚀
✅Day 77 #100DaysOfCode ☑️Attended college classes ☑️ Doing assignments ☑️worked on my project ☑️ NIMCET/CUET PG: Solved Maths DPPs
Day 8/100 🌅 Spent most of today at church. Used the rest to think through what's next for DeeBee 🤔 You ever notice how the best ideas come when you're NOT staring at VS Code? Brain's recharged. Ready to lock in?? 🔥 We go again tomorrow💪 #100DaysOfCode #buildinpublic
✅ Day 124 of #100DaysOfCode Today i started learning real-time communication => explored long polling, server-sent events, and implemented a basic WebSocket server #learninpublic #buildinpublic
Day 31 – Midterm Mode On 📚💻 Midterms are near, so the pace is a bit slow but consistent ⚙️ ✅ DSA (Java): Completed Selection Sort 🔁 ✅ After learning some React functionalities, now it’s time for Tailwind CSS for some fast styling 🎨 #100DaysOfCode #LearnInPublic
Day 34/100 of #100DaysOfCode ✅ Solved LeetCode POTD Didn’t do much today, but I showed up. #100DaysOfCode #DevJourney
Day ? of #100daysOfCode ✈️ Purge. Deleting files while I wait for my flight. Took a little break while I was in Denver. What’s next tho ?! Totally had to pivot and getting into Next.js ⚡️ It’s coding time ..!
Day 48 of {#100DaysOfCode} i dived into building the rating system! Users can now rate recipes on a scale, so i had to implement a one-rating-per-user logic and added average rating calculation. #Django #DRF #BackendDev #GodIsWithMe
Day 47 of {#100DaysOfCode} Integrated django-filter for the Recipe API! any user can search recipes by keywords, filter by cuisine type, meal type, and dietary preferences. #Django #DRF #BackendDev #GodIsWithMe
Day 40 of #100DaysOfCode Continuing with React’s useReducer, - Managed user answers and calculated scores through dispatch actions. - Provided instant feedback for correct and wrong selections - Provided instant feedback for correct and wrong selections. #React
Day 95 of #100DaysOfCode 🚀 This project is pretty challenging tbh. I spend more hours thinking, staring at the code and writing algorithm than actually coding. I like that. Well, today I worked on the UI of the categories section and implemented some of its functionality
Day 8/100 🌅 Spent most of today at church. Used the rest to think through what's next for DeeBee 🤔 You ever notice how the best ideas come when you're NOT staring at VS Code? Brain's recharged. Ready to lock in?? 🔥 We go again tomorrow💪 #100DaysOfCode #buildinpublic
Day 54 - Concurrency Fixed a bug in my wallet tracker when hitting rate limits on the sava rpc API. Also utilizing custom thread pools rather than the common fork join pool for some of my async calls (when fetching token details etc, 4k+ tokens in some wallets!) #100DaysOfCode
Day 32 of #100DaysOfCode – JavaScript Logic & Loops Explored if-else and loop structures to strengthen logic-building. Thanks to @harshbhaiyaa from @sheryians_ and @SheryCommunity for the guidance. #100DaysOfCode #JavaScript #WebDevelopment
Day 34/100 of #100DaysOfCode ✅ Solved LeetCode POTD Didn’t do much today, but I showed up. #100DaysOfCode #DevJourney
Day 57: #100DaysOfCode Today I started the ‘Design a Newspaper Layout’ lab #freeCodeCamp #WebDevelopment
Day 1 #100DaysOfCode why should i take as challenge instead of overthinking a final year student! Its 3 am Right now : 3-11-2025 Starting to complete Todays Contents Lets see where i will be in 100 days
creating something right now :) - get ready for change ( hope this works) - bcz the way i'm living my life is , not the way i should live - i know i can do more & definitely i will let's goo 🙏 #100DaysOfCode #buildinpublic #Consistency
🚀Day 18 of #100DaysOfCode 🍀Working on a big clg assignment : "Comm. Waste Management & Recycling Monitor". Never built anything like this before... it's a new kind of challenge! 2/10 functions done. My DSA/JS time will be reduced for a bit, but the daily code habit continues.
🧠 Day 14 of my #LeetCode journey in C++! Solved the Subsets (Power Set) problem today ⚙️ 💡Learned how recursion & backtracking explore all possible combinations — every choice ✅ All test cases passed ⏱ Runtime: 3ms | 💾 Memory: 15.49M #100DaysOfCode #LeetCode #Cplusplus #DSA
Just solved LeetCode 992: Subarrays with K Different Integers (Hard) in Java! Sliding window + HashMap + the atMost(k) - atMost(k-1) trick = 💡 #LeetCode #100DaysOfCode #Java #Coding #DSA #Tech
Day 77 #UntilPlacement 🚀 > Solved: Leetcode 98 - Validate Binary Search Tree | 450 - Delete Node in a BST 🌲 #100DaysOfCode #LearnInPublic #DSA #LeetCode #Java #MERN
Day 86 of 100 Project Day: Blog👨🏾💻 Today, I worked on a full blog engine, with all I had learnt in the past few days using the #flaskframework Made a simple CRUBD operation for the blog with tinydb as well #Replit100DaysOfCode #100DaysOfCode
Day 61 : Today I finished building a project using html, css and js. Excited to share it with you all✨ Keep striving ,keep thriving🚀 #100daysofcode #coding #letsconnect #buildinpublic #WebDev #neverstoplearning
day 19 of learning to code > programming paradigms (event-driven, functional, object-oriented, etc.) > benefits of object-oriented programming > classes > objects > access modifiers > inheritance #100DaysOfCode #buildinpublic
Day 116: Getting a job in 8 months. - Solved 1 hard-level and 2 easy-level question on LeetCode. #100DaysOfCode #buildinpublic #DSA #Java
Day 63–75 of #100DaysOfCode 💻 These days were all about getting stronger in JavaScript and DSA. ✨ JS: Objects → Closures → Map/Filter/Reduce → DOM → Event Loop ⚙️ DSA: Arrays , Grid & Stock DP,Trie (Insert, Search, Delete) #javascript #dsa
Day 1 of #100DaysOfCode 🧑💻 Starting strong with a Marathon Tracker App 🏃♂️ • Built this App to track my runs as I train for a marathon next month. • Simple, clean UI helps me stay consistent and visualise daily progress. #buildinpublic #coding #running
A beginner journey on leetcode (some day solve 3/2 prob but some day not). that's why i'm more into progress instead of perfection #100DaysOfCode
Surviving till now (dsa+javascript) Javascript:(Functions ,hoisting,closure in js ,scope and high order function ) Dsa:(bubble sort) Gonna start ques practice soon... #100DaysOfCode #Frontend #buildinpublic #dsa #webdev
🚀 Day 8/100 — #100DaysOfCode 📘 DSA (Java): Learned Functions, Parameters 🎓 From @ShradhaKhapra_ Ma’am —@ApnacollegeX 💻 Dev: Started my Full Stack Project (Day 1!)
Day 69 of my #100DaysOfCode challenge!🚀 ✅Problem no. --> 496 ,503 #LeetCode #DSA #buildinpublic #developing #DevCommunity
🔴 Day 100 #100daysofcode -Can't believe I've completed 100 days of coding!💪 -Today I learned about Primary key ,Auto_increment & Select in SQL.👩💻 -Created my own bands database to practice. -Solved React+JS problem to boost confidence.🚀 Excited for what's next!🚀
Day 34/100 of #100DaysOfCode ✅ Solved LeetCode POTD Didn’t do much today, but I showed up. #100DaysOfCode #DevJourney
Day 01 of #100DaysOfCode 1 Nov 2025 Topics I covered today: Intro to JS var, let & const Data types Memory management Operators The journey has begun #Buildinpublic #javascript
Day - 77 of #100DaysOfCode solved: 3731. Find Missing Elements 3732. Maximum Product of Three Elements After One Replacement on #leetcode
Day 83 of #100DaysOfCode 🚀 I started learning about Typescript in React. I learnt how to: -type useState, react components and their props -create custom prop types -import and export types -type function props
Something went wrong.
Something went wrong.
United States Trends
- 1. Bengals 64.2K posts
- 2. Bears 76.6K posts
- 3. Packers 61.8K posts
- 4. Panthers 51.1K posts
- 5. Cam Little 10.1K posts
- 6. Joe Flacco 6,453 posts
- 7. Colts 39.9K posts
- 8. Lions 65.1K posts
- 9. Steelers 58.6K posts
- 10. #KeepPounding 8,362 posts
- 11. Bills 118K posts
- 12. Falcons 30.8K posts
- 13. Broncos 36.5K posts
- 14. FanDuel 47.1K posts
- 15. Drake London 7,789 posts
- 16. Zac Taylor 3,423 posts
- 17. Caleb 40.5K posts
- 18. #Skol 5,168 posts
- 19. Daniel Jones 9,668 posts
- 20. Vikings 42.8K posts