#100daysofcode search results
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
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
I started #100DaysOfCode on 2nd Dec 2020 to consistently improve my coding skills. Completed it. Started 500 days of code. Completed that too. Today it's Day Number: 1035 days Ankit Baiyanpuria who?
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 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 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 74 #100DaysOfCode ☑️ College classes: 11 AM – 5 PM ☑️Learned JavaScript ☑️ NIMCET/CUET PG: Solved DPP Not the most productive day long college hours got me exhausted 😮💨
Day 82 — Project upgrades! 🚀 Added: ✅ Client-side validation ✅ Success & failure messages ✅ Custom error handling UI + UX both getting cleaner 😎 #100DaysOfCode #WebDev #MERN #Backend
day 2 of my #100daysofcode done and dusted with some projects now it's time to enhance my skills with some projects letsssss gooooo - animation in css - transition and transformation in css
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 😅
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
Day - 20 of learning python Today we are making library management project using python #100daysofcode #buildinpublic #CONNECT
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 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
現在100日間プログラミング学習に挑戦中です!AtCoder水色を目指しています。 #100DaysOfCode github.com/Uzu83/atcoder-…
Tinha uma época que ficou bem famoso o #100DaysOfCode Tem um curso famoso da Udemy que fazia e algo da freecodecamp também É uma iniciativa legal mesmo
Day 10:#100DaysOfCode #100DayChallenge #gymrat Went beyond my limits at the gym today. Completed Chapter 1 of How to Win Friends… Line that stayed with me: “Any fool can criticise, condemn and complain — and most fools do.” What quote motivates you lately? #letsconnect #Novels
3AM and I’m deep into building a new business portfolio site for a construction brand. IT’S ONLY DELUSIONAL UNTIL IT WORKS. #AI #BuildInPublic #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 82: #100DaysOfCode I completed the ‘Build a JavaScript Trivia Bot’ lab. #freeCodeCamp #WebDevelopment
🔴 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 2 of my #100daysofcode done and dusted with some projects now it's time to enhance my skills with some projects letsssss gooooo - animation in css - transition and transformation in css
Day 99 of 100 Days of Code: LeetCode: POTD Streak: 17 2872. Maximum Number of K-Divisible Components #LearnInPublic #100DaysOfCode #LeetCode #DSA #LeetCodeDaily
#Day141 of grinding until I land a job! 🚀 - POTD: Maximum Number of K-Divisible Components #DSA #100DaysOfCode #LeetCode
Learning python 😊 Tomorrow have python lab 🧪🧫 Wish me luck 🤞🤞 Hope the external examiner will be good 😊 😊 💯 💯 #Python 😀 #100daysofcode #buildinpublic #CodingJourney
Day - 20 of learning python Today we are making library management project using python #100daysofcode #buildinpublic #CONNECT
Day 98-100🚀: #100daysofcode : #GeeksforGeeks Completed 100 days of code #GFG #Leetcode #Cpp_language #100daysofchallenge #codinglife #LearnInPublic #learnprogramming #programmer #coder #CodingJourney #codewithGenZ #BuildYourself #Hackathon #Genius #ProblemSolving
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
🚀 Day 35 of #100DaysOfCode Key Learning: Today I attempted the Codeforces Div. 2 contest and managed to solve 2 problems during the contest. And,Today I solved 4 CF problems : • 800×2 rated • 1000×2 rated #Coding #DSA #Letsconnect #buildinpublic
Something went wrong.
Something went wrong.
United States Trends
- 1. Texas 127K posts
- 2. Arch Manning 4,756 posts
- 3. Marcel Reed 3,440 posts
- 4. Aggies 6,832 posts
- 5. Sark 3,200 posts
- 6. #SmackDown 15K posts
- 7. #iufb 2,915 posts
- 8. SEC Championship 3,104 posts
- 9. #OPLive 2,037 posts
- 10. #BedBathandBeyondisBack 1,514 posts
- 11. Georgia 45.4K posts
- 12. Eagles 143K posts
- 13. Jeff Sims N/A
- 14. Elko 1,562 posts
- 15. Bears 129K posts
- 16. Purdue 6,058 posts
- 17. Lindor 2,083 posts
- 18. Brunson 5,874 posts
- 19. Ben Johnson 28.2K posts
- 20. 3-8 Florida N/A