#100daysofcode 搜尋結果
Day 55 ; Made a new project using React.js, in which I learnt about ->useEffect -> useRef ->useCallback #100DaysOfCode #learninpublic #webdev #reactjs
Today was one of those coding days… everything broke just as I was about to finish. 😭 Fix one error → 3 more appear. Rename a variable → IDE throws 9 red lines. Every dev knows this struggle. 💻 #100DaysOfCode #Flutter
Day 99 of 100 Days of Code: LeetCode: POTD Streak: 17 2872. Maximum Number of K-Divisible Components #LearnInPublic #100DaysOfCode #LeetCode #DSA #LeetCodeDaily
Just solved LeetCode 1365 – How Many Numbers Are Smaller Than the Current Number 👨💻 Using brute force approach -T.C:- O(n²) Loving this pattern-based problem solving! 💪🔥 #LeetCode #100DaysOfCode #cpp #DSA #CodingJourney #Day2ofLeet
Day 72 of #100DaysOfCode 🚀 I build a custom music player, but the problem is that it only works of freecodecamp editor, so i made several changes to the functionalities and styles, but I can't use real music because of licensing issues.. but the link and code are in the comment
Day 55/100 #100DaysOfCode Deep dive into Linked List patterns today. Mastered the "Tortoise and Hare" algorithm for finding the middle and detecting cycles. Also implemented "Reverse Linked List" both iteratively and recursively. The foundation is set! #DSA
Hey @X 👋Looking to #CONNECT with folks into: 👨💻 JavaScript ⚛️ React 🧠 DSA 🌐 Full Stack 🎨Frontend 🧩 Backend ☕ Java 💻 LeetCode 🌱Springboot 🧩Node Let’s grow and together! #LetsConnect #100DaysOfCode
Resuming #100dayofCode after end sem. Day 70 of #100daysOfCode 1. Min. No. Of ops to x and y equal 2. Bridge to make to Island one 3. Lc 2850. Spred stones 4. Max. Binary tree 5. Potd Revised a few concepts as coding after 16 days due to exams 😅
😍😅Just earned the LeetCode 100 Days Badge 2025! 100+ days of pure consistency in problem-solving. Progress feels good! 🚀🔥 #LeetCode #100DaysOfCode
Day 27 - DevVlog | #100DaysOfCode > Completed today's POTD > Finally completed the linked lists problems from NeetCode > Watching and practicing NeetCode system design interview course > Finally completed the linked lists problems from NeetCode
Day 76 and 77 of #100DaysOfCode - Explored SEO fundamentals and implemented on-page optimization across the project - Completed and delivered a freelance website to the client - Reviewed the site’s performance and made minor improvements - Read an article
Day 50/100 #100DaysOfCode 🚀 HALFWAY MARK 🔄 DEV •Pausing CampusFleet UI •Kicking off "OneCampus" Backend 🆕 •Building a unified social platform for College Students 🧠 DSA •Deep dive into Recursion & Backtracking Double backend Double the logic #buildinpublic
DAY 13 #100DaysOfCode HTML & CSS done ✅ @SuperSimpleDev you're a legend, thank you!! JavaScript arc begins NOW 🚀⚡ First post of my coding journey - will keep posting here every now and then. Recommend the best JavaScript course on youtube 👇 (Hindi/English)
Good morning great innovators ✨ ✨ How interesting did you come up this morning ? Mine was fine as you can see 🤭🤭 #100DaysOfCode #Python #CodingJourney #DevLife #100daysofpython #tech
Starting today, I’m documenting my journey from self-taught developer → paid internship. I’ll be learning daily, building consistently, and sharing everything publicly. If you’re also grinding, let’s connect. If you’re already ahead, your guidance means the world. #100DaysOfCode
Day 551 of #100DaysOfCode. Today I coded 6 hrs 19 mins towards my @WakaTime goal of coding 3 hrs per day ✔️ #devlife #codegoal wakatime.com/@codenificient
Day 1:- It’s a bit late, but I’ve finally started the #100DaysOfCode challenge. I hope I can complete it. wish me luck 🫣. #Python #CodingJourney @yu_angela
🎯 DAY 86 of #100DaysOfCode >Solved 1 basic question of linked list (count nodes) @geeksforgeeks >Solved 1 medium question of leetcode (question no 49 ) = Group anagram @LeetCode 💻🖥️ Final semester is near So it's time to begin the preparation too... #LeetCode #CodingLife
🎯DAY 85 of #100DaysOfCode >Solved 1 leet code medium question of stack.@LeetCode >Solved 1 medium level question of stack @geeksforgeeks >Studied the concept of linked list @kunalstwt 💻💻 final sem is so near . #LeetCode #CodingJourney #geeksforgeeks #LearningInPublic
#100DaysOfCode R3D92: 🔹Reviewed essential Unix shell commands
daily log #10 - wrote tons of assignments and practical files, end sems soon - connected StandardStitch frontend with backend, debugged the issues - refurbished my resume, got some nice things to add on - wrote documentation for freelance gig, published on netlify #100DaysOfCode
(1/2)Day 10 of #100DaysofCode has been one of the most productive days of programming I've ever had. The end of section 9(classes section) went over inheritance and composition. Which truly opened my eyes. Also, want over importing modules which i knew. Then I had to...
day 9 of #100DaysOfCode I built blind auction program in python. In this program the program asks for the user to enter his or her name and bid from a prompt, stores the values in a dictionary which is stored in a list and asks the user again if there are any other bidders
day 8 of #100DaysOfCode I built a Caesar cipher program in python, where the user encodes or decodes a text based on the shift number provided. Today strengthened my knowledge on functions, loops, lists and conditional statements
💥 🛠️ System Administration script IV 🛠️ 💥 #100DaysofCode #infosec #linux #webdev #devops #devsecops #database coder1life.blogspot.com/2023/07/2023-s… ❤️ tech life
💻 Day 100 of #LeetCode Solved #POTD 3512 "Minimum Operations to Make Array Sum Divisible by K" ➗ Just computed total sum and returned sum % k — clean & optimal. ⏱️ Time: O(n) 📦 Space: O(1) Consistency pays off — 100 days strong! 🔥💯 #100DaysOfCode #CPP #DSA
Day 47 #100DaysOfCode Back after a short break due to health issues Feeling better and continuing my React journey What I learned today Custom Hooks Unidirectional Data Flow data moves top → down Controlled & Uncontrolled Components Slowly but steadily getting back on track
Day 55 ; Made a new project using React.js, in which I learnt about ->useEffect -> useRef ->useCallback #100DaysOfCode #learninpublic #webdev #reactjs
Day 82: #100DaysOfCode I completed the ‘Build a JavaScript Trivia Bot’ lab. #freeCodeCamp #WebDevelopment
Today was one of those coding days… everything broke just as I was about to finish. 😭 Fix one error → 3 more appear. Rename a variable → IDE throws 9 red lines. Every dev knows this struggle. 💻 #100DaysOfCode #Flutter
Day 99 of 100 Days of Code: LeetCode: POTD Streak: 17 2872. Maximum Number of K-Divisible Components #LearnInPublic #100DaysOfCode #LeetCode #DSA #LeetCodeDaily
🔴 Day 110 #100daysofcode --Solving a Assignment from #freecodecamp of Postgressql. --Solved React & JS question.👩💻
Just solved LeetCode 1365 – How Many Numbers Are Smaller Than the Current Number 👨💻 Using brute force approach -T.C:- O(n²) Loving this pattern-based problem solving! 💪🔥 #LeetCode #100DaysOfCode #cpp #DSA #CodingJourney #Day2ofLeet
Day 55/100 #100DaysOfCode Deep dive into Linked List patterns today. Mastered the "Tortoise and Hare" algorithm for finding the middle and detecting cycles. Also implemented "Reverse Linked List" both iteratively and recursively. The foundation is set! #DSA
Day 20/100 of #100DaysOfCode 🌸 Today i'm working on a really simple python calculator that calculates compound interest using the While loop.
Day -21 Created a library management system where I built the core logic. It was a terminal-based project, but I used GPT to create its UI. @sheryians_ @Akarsh__Vyas #100DaysOfCode #project #buildinpublic #CONNECT
#Day141 of grinding until I land a job! 🚀 - POTD: Maximum Number of K-Divisible Components #DSA #100DaysOfCode #LeetCode
Resuming #100dayofCode after end sem. Day 70 of #100daysOfCode 1. Min. No. Of ops to x and y equal 2. Bridge to make to Island one 3. Lc 2850. Spred stones 4. Max. Binary tree 5. Potd Revised a few concepts as coding after 16 days due to exams 😅
Day 72 of #100DaysOfCode 🚀 I build a custom music player, but the problem is that it only works of freecodecamp editor, so i made several changes to the functionalities and styles, but I can't use real music because of licensing issues.. but the link and code are in the comment
Day - 20 of learning python Today we are making library management project using python #100daysofcode #buildinpublic #CONNECT
Something went wrong.
Something went wrong.
United States Trends
- 1. Texas 145K posts
- 2. #HookEm 8,969 posts
- 3. Austin Reaves 6,819 posts
- 4. Arch Manning 6,247 posts
- 5. 3-8 Florida 1,420 posts
- 6. Jeff Sims 1,467 posts
- 7. Aggies 8,373 posts
- 8. Marcel Reed 4,118 posts
- 9. Sark 4,269 posts
- 10. #LakeShow 2,350 posts
- 11. Arizona 31.1K posts
- 12. SEC Championship 4,630 posts
- 13. Devin Vassell 1,851 posts
- 14. #OPLive 2,337 posts
- 15. #iufb 3,344 posts
- 16. Elko 2,426 posts
- 17. #SmackDown 16.2K posts
- 18. Ole Miss 24.8K posts
- 19. Ryan Nembhard N/A
- 20. Bears 134K posts