#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 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


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



✅ 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



✨ 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 11 of #200DaysOfCode -> Today's Progress: #Java • happy number internship workload’s been wild lately, slowing down progress on everything else #LearnInPublic #DSA

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 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 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

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

✅ 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
I'm happy to share that I received the 200 days badge on Leetcode. From brute-force beginnings to optimized elegance, this journey has been more than just solving problems. It’s been about building resilience, sharpening intuition, learning Day by Day. #LeetCode #200DaysOfCode


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.

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 197/200 🚀 Solved Zigzag Conversion 🔡 Simulated the zigzag traversal row by row — tracking direction changes smartly! Time Complexity: O(n) | Space: O(n) #200DaysOfCode #LeetCode #String #KeepCoding

Day 145 of #200DaysOfCode Learning #TailwindCSS ✅ Twind / Tailwind CSS basics ✅ Utility-first approach → style via HTML class="" ✅ CDN vs NPM setup ✅ Input.css, output.css & CLI workflow ✅ Tailwind.config.js → custom colors, fonts, spacing ✅ package.json scripts

Day 115: I wasn’t happy with how my program was printing and handling data, so today I identified the three biggest issues and started debugging them. #200DaysOfCode
✅ Days 111–114 of #200DaysOfCode ➤ Explored MongoDB Aggregation Pipelines. 🗃️ ➤ Mastered $match, $project, $group, and $lookup. ➤ Enhanced Next.js auth and full-stack structure. ⚡ Transforming data and building robust backends. 🚀 #MongoDB #NextJS #DevJourney #WebDev




Day 144 of #200DaysOfCode Learning #npm Learned about: ✅ Node REPL ✅ npm basics & commands ✅ Dependencies vs DevDependencies ✅ package.json, package-lock.json & node_modules #JavaScript #NodeJS #WebDevelopment #CodingJourney

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



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 139 of #200DaysOfCode 🚀 Built a Sidebar 🛠 HTML, CSS & JavaScript 🎯 Highlights: Responsive design, toggle functionality #Frontend #WebDevelopment #HTML #CSS #JavaScript #WebDev #CodingJourney #100DaysOfCode



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

✨ 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 13 of #200DaysOfCode -> Today's Progress: #Java • delete characters to make fancy string • check divisibility by digit sum and product #LearnInPublic #DSA


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 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 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 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


✅ 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 21 of #200DaysOfCode -> Today's Progress • making notes of all the new concepts I’m learning, it’s a lot, but breaking it down step by step is helping everything click✨📖💻 #LearnInPublic #BuildInPublic

👨🏻💻 #Day102 of #200DaysOfCode 🔹 Solved 6 leetcode problems ✅ 🔹 GFG, Leetcode POTD ✅ 🔹 EDA article ✔ 🔹 React interview prep ✔ 🔹 Portfolio update ✔ #connect🙌 #DevOps #DSA #gfg

Day 104 of #200DaysofCode - LC POTD Dijkstra's Problems: - Shortest Path in binary maze - Path with min effort - Cheapest flights within k stops - Network Delay - no. of ways to arrive at destination - js: destructuring, async. code, error handling, coded a calculator program^_^

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

Day 5 of #200DaysOfCode -> Yesterday's Progress: #Java • repeated substring pattern #LearnInPublic #DSA

Something went wrong.
Something went wrong.
United States Trends
- 1. Butker 6,069 posts
- 2. Goff 9,051 posts
- 3. Lions 54K posts
- 4. Lions 54K posts
- 5. Baker 45K posts
- 6. #OnePride 3,753 posts
- 7. #TNABoundForGlory 17.6K posts
- 8. 49ers 41.1K posts
- 9. Ty Dillon 1,051 posts
- 10. #RHOP 9,499 posts
- 11. #BNBdip N/A
- 12. #SNFonNBC N/A
- 13. Dan Campbell 1,563 posts
- 14. Bucs 14K posts
- 15. Gibbs 4,208 posts
- 16. Packers 36.6K posts
- 17. Denny 5,204 posts
- 18. Fred Warner 16.3K posts
- 19. Collinsworth N/A
- 20. Stacey 22.4K posts