#200daysofcode 搜尋結果
Day 141 of #200DaysOfCode Built a To-Do App using HTML5, CSS3, JS & LocalStorage: ✅ Add todo → UI + LocalStorage ✅ Edit todo → UI + LocalStorage ✅ Delete todo → UI + LocalStorage ✅ Page reload → LocalStorage shows todos 🔗 Live Link: arashad-to-do-list.netlify.app



Day 142 of #200DaysOfCode Built a Note App with HTML, CSS, JS & LocalStorage: ✅ Add note → Click button ✅ Delete note → Click Delete icon ✅ Auto/Manual save → Typing or save icon ✅ Reload → Notes persist 🔗 Live Link: arashad-note-app.netlify.app



Post 1: Day 136 of #200DaysOfCode Built a Digital Clock using #HTML5 #CSS3 & #JavaScript ✅ 12-hour format with AM/PM ✅ Updates every second ✅ Fully responsive UI ✅ Works worldwide (auto timezone based on user system) Live: arshad-digital-clock.netlify.app #100DaysOfCode #WebDev



Day 140 of #200DaysOfCode Built a Dark / Light Mode toggle using HTML, CSS, JavaScript & localStorage 🌙☀️ The theme now persists even after refreshing the page! #Frontend #WebDevelopment #HTML #CSS #JavaScript #100DaysOfCode #WebDev #CodingJourney #BuildInPublic



Day 139 of #200DaysOfCode 🚀 Built a Sidebar 🛠 HTML, CSS & JavaScript 🎯 Highlights: Responsive design, toggle functionality #Frontend #WebDevelopment #HTML #CSS #JavaScript #WebDev #CodingJourney #100DaysOfCode



Day 67/200: Solved -“Pow(x, n)” ⚡ Used recursion with fast exponentiation (binary power) in C++ to compute powers efficiently. O(log n) time and clean logic — recursion makes it elegant! #200DaysOfCode #LeetCode #Day67 #strivers #A2ZDsa #CodingChallenge

✨ Cracked it! 📷 Proud to earn the 200 Days Badge 2025 on LeetCode! 200+ days of problem-solving, learning, and growing stronger in coding. Here's to staying consistent and crushing more challenges! #200DaysOfCode 💻

Day 68/200: “String to Integer (atoi)” 🔢 Solved using a recursive approach in C++, handling signs, leading zeros, and integer overflow. Really enjoyed seeing recursion build the number step by step! ⚡ #200DaysOfCode #LeetCode #Day68 #CodingChallenge #strivers #A2ZDsa

Day 149 of #200DaysOfCode THE SHOE COMPANY – Fully Responsive (Mobile | Tablet | Desktop) ✅ Navbar toggle (JS) ✅ Smooth scroll ✅ Sections: Hero, About, How-it-Works, Testimonials, Contact Skills: HTML5 | TailwindCSS | JavaScript 🔗 Live: arashadshoes.netlify.app
Day 20 of #200DaysOfCode -> Today's Progress : • revised recursion basics for the nth time atp • lot's of portfolio work some might find it way too ordinary, but I m so happy w the progress i've made dev lifts up my mood & dsa just pulls it down😭 #LearnInPublic #Java #REACT

Day 13 of #200DaysOfCode -> Today's Progress: #Java • delete characters to make fancy string • check divisibility by digit sum and product #LearnInPublic #DSA


Day 117 of #200DaysOfCode - LeetCode POTD. Application of BS on answers, similar to aggressive cows problem Monotonic Stack: - Next Greater element 1,2 -Trapping Rainwater -Sum of Subarray minimum -Asteroid collision - Did these 4 problems from cp-31

Day 14 of #200DaysOfCode -> Today's Progress: #Java • maximum score from removing substrings #LearnInPublic #DSA

Day 11 of #200DaysOfCode -> Today's Progress: #Java • happy number internship workload’s been wild lately, slowing down progress on everything else #LearnInPublic #DSA

✅ Days 107-110 of #200DaysOfCode Built my first MERN stack app! 🥳 ➤ "Noteboard" - a full CRUD notes app ➤ 4 days, many bugs, endless learning 😅 ➤ Stack: React, Node.js, Express, MongoDB ➤ Backend-frontend integration is magical! ✨ #MERN #WebDev #BuildInPublic
Day 107 0f #200DaysOfCode - LeetCode POTD - Accounts Merge, beautiful problem btw - Number of islands 2 - Making a Large island JS: Callback hell, promises, async, await, APIs So js rev done finally :))

Day 108 of #200DaysofCode - LeetCode POTD - Swim in rising water - Most stones removed with same row or col So graphs done finally from A2Z sheet I am down with fever today so this is all i could manage to do today and that's why wrapping up the day a bit early today.

✅ Days 117–120 of #200DaysOfCode ➤ Built Next.js auth with MongoDB — middleware for public/private routes & data helpers. ➤ Implemented email verification + forgot-password (Mailtrap + nodemailer). ➤ Nailed SSR & Vercel deployment. 🚀 #NextJS #WebDev #MongoDB #DevJourney



Day 149 of #200DaysOfCode THE SHOE COMPANY – Fully Responsive (Mobile | Tablet | Desktop) ✅ Navbar toggle (JS) ✅ Smooth scroll ✅ Sections: Hero, About, How-it-Works, Testimonials, Contact Skills: HTML5 | TailwindCSS | JavaScript 🔗 Live: arashadshoes.netlify.app
Day 68/200: “String to Integer (atoi)” 🔢 Solved using a recursive approach in C++, handling signs, leading zeros, and integer overflow. Really enjoyed seeing recursion build the number step by step! ⚡ #200DaysOfCode #LeetCode #Day68 #CodingChallenge #strivers #A2ZDsa

Day 121: I’m now coding the pseudocode for my player list data. This update will significantly improve my program and get it ready for the NBA season. #200DaysOfCode
Day 148 of #200DaysOfCode Learning #TailwindCSS ✅ space-x-6, space-y-6 → Gaps ✅ leading-* → Line height ✅ bg-[url()] → Background image ✅ scroll-smooth → Smooth scroll ✅ backdrop-blur-* → Blur effect ✅ scroll-mt-* → Navbar gap fix #FrontEnd #CSS #WebDev #TailwindCSS
Day 67/200: Solved -“Pow(x, n)” ⚡ Used recursion with fast exponentiation (binary power) in C++ to compute powers efficiently. O(log n) time and clean logic — recursion makes it elegant! #200DaysOfCode #LeetCode #Day67 #strivers #A2ZDsa #CodingChallenge

Day 66/200: Solved -“Copy List with Random Pointer” 🧠 1️⃣ Insert copy nodes in between 2️⃣ Connect random pointers 3️⃣ Separate the two lists Really satisfying to see it work perfectly! #200DaysOfCode #LeetCode #Day66 #strivers #A2ZDsa #CodingChallenge

Day 120: Wrote pseudocode for improving how my data is collected and displayed. #200DaysOfCode
✅ Days 117–120 of #200DaysOfCode ➤ Built Next.js auth with MongoDB — middleware for public/private routes & data helpers. ➤ Implemented email verification + forgot-password (Mailtrap + nodemailer). ➤ Nailed SSR & Vercel deployment. 🚀 #NextJS #WebDev #MongoDB #DevJourney



Day 147 of #200DaysOfCode Learning #TailwindCSS ✅ Hover Effects, Text Align, Display, Font-family, Units ✅ Pseudo Classes, Transform, Transition, Animation ✅ Shortcuts, Position Classes ✅ Media Queries & Responsive Design #TailwindCSS #FrontEnd #CSS #WebDev #WebDevelopment


Day 119: I pasted my nba data into a txt file to see how it is organnized. It is confusing becasue there are like 5-6 different lines for each player's point market instead of 1 in the WNBA. Having the same methods to different sports is proving to be difficult. #200DaysofCode
Day 146 of #200DaysOfCode Today I explored #TailwindCSS — learned & practiced 🎨 bg, text, padding, margin (default + custom + hover) 🔠 font size, weight (custom + responsive) 🧱 borders, border radius, shadow 📏 width, height (custom + responsive) 📦 flexbox & grid
Day 118: I completed an assessment for a professional sports team. I feel like my practice with working with datasets especially with my last project really paid off. I was able to understand the question and turn in a respectable attempt. #200DaysofCode
Day 117: Downloaded Jupyter Labs to prepare for my exam for a professional sports team. #200DaysofCode
🌟 Day 199/200 🚀 Solved Jump Game 🏃♂️💨 Tried multiple approaches: 🔹 Recursion + Memoization (DP) 🔹 Tabulation 🔹 Finally optimized to O(n) greedy approach ⚡ #200DaysOfCode #LeetCode #DynamicProgramming #Greedy #KeepCoding

Day 65/200: Solved -“Swapping Nodes in a Linked List” 🔁 An easy one today — just needed to find the k-th node from the start and end, then swap their values. #200DaysOfCode #LeetCode #Day65 #strivers #A2ZDsa #CodingChallenge

Day 64/200: Solved -“Rotate List” 🔄 Used length calculation and pointer shifting in C++ to rotate the list efficiently. Learned how modular rotation helps avoid unnecessary traversals. #200DaysOfCode #LeetCode #Day64 #CodingChallenge #strivers #A2ZDsa

✅ Days 115–116 of #200DaysOfCode (7–8 Oct) ➤ Built Next.js auth with MongoDB 🔑 ➤ Setup login/signup UI + JWT token storage 🍪 ➤ Connected backend APIs & client, handled POST requests ⚡ ➤ Added React Hot Toast & routing 🚀 #NextJS #MongoDB #FullStack #DevJourney #WebDev
Solved Insert Delete GetRandom O(1) 🎲 Used a combo of unordered_map + vector for O(1) insert, delete & random access 💡 Time Complexity: O(1) avg per operation #200DaysOfCode #LeetCode #HashMap #DSA #KeepCoding

Day 63/200: Solved- “Reverse Nodes in k-Group” 🔄 One of the toughest linked list problems so far. 💪 💪 Took a while to get every pointer right, but finally understood. #200DaysOfCode #LeetCode #Day63 #CodingChallenge #strivers #A2ZDsa

Day 116: I learned about a really cool function in Python called set(). This creates an empty list and when you append data to it, it only keeps non duplicated data. #200DaysofCode
Day 141 of #200DaysOfCode Built a To-Do App using HTML5, CSS3, JS & LocalStorage: ✅ Add todo → UI + LocalStorage ✅ Edit todo → UI + LocalStorage ✅ Delete todo → UI + LocalStorage ✅ Page reload → LocalStorage shows todos 🔗 Live Link: arashad-to-do-list.netlify.app



Day 140 of #200DaysOfCode Built a Dark / Light Mode toggle using HTML, CSS, JavaScript & localStorage 🌙☀️ The theme now persists even after refreshing the page! #Frontend #WebDevelopment #HTML #CSS #JavaScript #100DaysOfCode #WebDev #CodingJourney #BuildInPublic



Post 1: Day 136 of #200DaysOfCode Built a Digital Clock using #HTML5 #CSS3 & #JavaScript ✅ 12-hour format with AM/PM ✅ Updates every second ✅ Fully responsive UI ✅ Works worldwide (auto timezone based on user system) Live: arshad-digital-clock.netlify.app #100DaysOfCode #WebDev



Day 142 of #200DaysOfCode Built a Note App with HTML, CSS, JS & LocalStorage: ✅ Add note → Click button ✅ Delete note → Click Delete icon ✅ Auto/Manual save → Typing or save icon ✅ Reload → Notes persist 🔗 Live Link: arashad-note-app.netlify.app



Day 139 of #200DaysOfCode 🚀 Built a Sidebar 🛠 HTML, CSS & JavaScript 🎯 Highlights: Responsive design, toggle functionality #Frontend #WebDevelopment #HTML #CSS #JavaScript #WebDev #CodingJourney #100DaysOfCode



Day 67/200: Solved -“Pow(x, n)” ⚡ Used recursion with fast exponentiation (binary power) in C++ to compute powers efficiently. O(log n) time and clean logic — recursion makes it elegant! #200DaysOfCode #LeetCode #Day67 #strivers #A2ZDsa #CodingChallenge

Day 68/200: “String to Integer (atoi)” 🔢 Solved using a recursive approach in C++, handling signs, leading zeros, and integer overflow. Really enjoyed seeing recursion build the number step by step! ⚡ #200DaysOfCode #LeetCode #Day68 #CodingChallenge #strivers #A2ZDsa

✨ Cracked it! 📷 Proud to earn the 200 Days Badge 2025 on LeetCode! 200+ days of problem-solving, learning, and growing stronger in coding. Here's to staying consistent and crushing more challenges! #200DaysOfCode 💻

Day 130 of #200DaysOfCode Learning #JavaScript (OOPs) ✅ Classes & Objects ✅ Public Fields & Methods ✅ Private Fields & Methods ✅ Getters & Setters ✅ Encapsulation ✅ Method Access Control 📝 Solved 6 questions today #WebDev #Frontend #100DaysOfCode #Coding #WebDevelopment




🏦 Day 189 of #200DaysOfCode Built a Decentralized Salary Stream ⏱💸 👉 Real-time payroll: Employees withdraw as they earn. 👉 Employers build trust with transparent payments. 🔗Code : [github.com/MrinalSingh04/…] 💬 Thoughts?⬇️ #Web3 #Solidity #SmartContracts #Blockchain
![SinghMrinal04's tweet image. 🏦 Day 189 of #200DaysOfCode
Built a Decentralized Salary Stream ⏱💸
👉 Real-time payroll: Employees withdraw as they earn.
👉 Employers build trust with transparent payments.
🔗Code : [github.com/MrinalSingh04/…]
💬 Thoughts?⬇️
#Web3 #Solidity #SmartContracts #Blockchain](https://pbs.twimg.com/media/GypdpSkX0AIHQdg.png)
![SinghMrinal04's tweet image. 🏦 Day 189 of #200DaysOfCode
Built a Decentralized Salary Stream ⏱💸
👉 Real-time payroll: Employees withdraw as they earn.
👉 Employers build trust with transparent payments.
🔗Code : [github.com/MrinalSingh04/…]
💬 Thoughts?⬇️
#Web3 #Solidity #SmartContracts #Blockchain](https://pbs.twimg.com/media/GypdrXXX0AAbWfr.jpg)
Day 13 of #200DaysOfCode -> Today's Progress: #Java • delete characters to make fancy string • check divisibility by digit sum and product #LearnInPublic #DSA


Day 14 of #200DaysOfCode -> Today's Progress: #Java • maximum score from removing substrings #LearnInPublic #DSA

Post 1 – Set Methods Day 135 of #200DaysOfCode Learning #JavaScript (Date & Time) ✅ Set methods – setFullYear(), setMonth(), setDate(), setHours(), setMinutes(), setSeconds(), setMilliseconds(), setTime() #Coding #WebDev #LearnInPublic #100DaysOfCode #WebDevelopment #Frontend


Day 11 of #200DaysOfCode -> Today's Progress: #Java • happy number internship workload’s been wild lately, slowing down progress on everything else #LearnInPublic #DSA

Day 117 of #200DaysOfCode - LeetCode POTD. Application of BS on answers, similar to aggressive cows problem Monotonic Stack: - Next Greater element 1,2 -Trapping Rainwater -Sum of Subarray minimum -Asteroid collision - Did these 4 problems from cp-31

👨🏻💻 #Day112 of #200DaysOfCode 🔹Solved 3⃣ leetcode problems ✅ 🔹GFG, Leetcode POTD ✅ 🔹Build and deploy of project ✔ 🔹Resume update ✔ Trying to be as focused as during my JEE #connect🙌 #DevOps #DSA #gfg

👨🏻💻 #Day111 of #200DaysOfCode 🔹 GFG, Leetcode POTD ✅ Nothing more, I'm sick... #connect🙌 #DevOps #DSA #gfg

Day 20 of #200DaysOfCode -> Today's Progress : • revised recursion basics for the nth time atp • lot's of portfolio work some might find it way too ordinary, but I m so happy w the progress i've made dev lifts up my mood & dsa just pulls it down😭 #LearnInPublic #Java #REACT

Something went wrong.
Something went wrong.
United States Trends
- 1. #VSFashionShow 340K posts
- 2. #youtubedown 13.2K posts
- 3. #AEWDynamite 7,642 posts
- 4. #Survivor49 1,396 posts
- 5. Quen 19.7K posts
- 6. tzuyu 116K posts
- 7. Darby 3,154 posts
- 8. Angel Reese 26.9K posts
- 9. Missy 9,371 posts
- 10. jihyo 114K posts
- 11. madison 57.8K posts
- 12. Karol G 49.2K posts
- 13. #VictoriasSecretFashionShow 5,583 posts
- 14. bella hadid 52.9K posts
- 15. Nancy 122K posts
- 16. Birdman 3,105 posts
- 17. Julio Rodriguez 2,169 posts
- 18. nayeon 94.6K posts
- 19. UTEP 2,820 posts
- 20. Claudio 13.2K posts