#200daysofcode search results
โจ 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 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
Day 151 of #200DaysOfCode Learning #ReactJS โ Topics Covered: โข React Basics & Components โข Virtual DOM โข JSX & One-way Data Flow โข SPA โข Imperative vs Declarative Programming โข Component-Based Architecture ๐ป Apple Transfer Project | HTML + Tailwind CSS + JS
Post2: Day 138 of #200DaysOfCode ๐ Built a Responsive Popup Modal ๐ HTML, CSS & JavaScript ๐ฑ Fully responsive and mobile-friendly ๐ฏ Features: Open/close with JS toggle #Frontend #WebDevelopment #HTML #CSS #JavaScript #CodingJourney #WebDev #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
Post 1: Day 138 of #200DaysOfCode ๐ Responsive Navigation Bar ๐ Built with HTML, CSS & JavaScript ๐ฑ Hamburger Menu for mobile ๐ฏ Highlights: Responsive design, Flexbox, Media Queries, JS toggle #Frontend #WebDevelopment #HTML #CSS #JavaScript #CodingJourney #WebDev
Day 139 of #200DaysOfCode ๐ Built a Sidebar ๐ HTML, CSS & JavaScript ๐ฏ Highlights: Responsive design, toggle functionality #Frontend #WebDevelopment #HTML #CSS #JavaScript #WebDev #CodingJourney #100DaysOfCode
๐ท๐๐ฆ 1 ๐๐ ๐ต๐ข๐๐๐๐๐๐ ๐ผ๐ ๐๐ข๐๐๐๐ ๐๐๐ก๐๐ ๐ผ ๐ฟ๐๐๐ ๐๐ฆ ๐ท๐๐๐๐ ๐๐๐๐ก๐ค๐๐๐ ๐ฝ๐๐ After my previous #200DaysOfCode challenge, my laptop crashed because I was having a lot on my table to work on, and instead of that experience to draw me back in
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 112 of #200DaysOfCode - LeetCode POTD - Gave leetcode weekly contest - Gave my first codeforces contest, solved A and B, partially solved C - Studied backend from hitesh sir Super productive day it was!
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 115 of #200DaysOfCode - LC POTD. Honestly, I am traumatised BS on answers - Painter's partition - Median of two sorted arrays - Kth element of two sorted arrays - Also did these 3 qns from CP-31 sheet
Day 109 of #200DaysOfCode - LeetCode POTD - Upsolved 2 medium questions of weekly contest 452 - Started a new project and worked on it's frontend Missed a day because of fever, health is better today :)
๐จ๐ปโ๐ป #Day120 of #200DaysOfCode ๐นSolved 5โฃ leetcode problems โ ๐นGFG, Leetcode POTD โ ๐นSystem Design rev ๐นStarted GFG 160 โ ๐นTeam meeting discussion >โจ๐จ๐ปโ๐ป #connect๐ #leetcodeย #DSAย #gfg160
Day 121 of #200DaysOfCode - LeetCode POTD backtracking: - generate valid parenthesis - subsets - subsets 2 - Letter combinations - Started studying oops: classes, objects, constructors, destructors, copy constructor, shallow copy, deep copy
Day 111 of #200DaysOfCode - LeetCode POTD. First i tried using vector to store which elements to include/exclude, but it was more time consuming, so used min heap & map - Gave biweekly contest (1/4), in 2nd question, couldn't figure out 1 edge case ๐ถ - Now working on backend dev
Day 122 of #200DaysofCode - LeetCode POTD - Palindrome partitioning 1d dp - Frog Jump - Frog jump with k distance - House Robber 2D dp - Ninja training - Falling path sum - min path sum in triangular grid
โ 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
๐ท๐๐ฆ 1 ๐๐ ๐ต๐ข๐๐๐๐๐๐ ๐ผ๐ ๐๐ข๐๐๐๐ ๐๐๐ก๐๐ ๐ผ ๐ฟ๐๐๐ ๐๐ฆ ๐ท๐๐๐๐ ๐๐๐๐ก๐ค๐๐๐ ๐ฝ๐๐ After my previous #200DaysOfCode challenge, my laptop crashed because I was having a lot on my table to work on, and instead of that experience to draw me back in
Day 79/200: Solved N-Queens โ Used classic backtracking to place queens safely on the board. Checked each column, row, and diagonal before placing a queen.โ๏ธ #200DaysOfCode #LeetCode #Day79 #CodingChallenge #strivers #A2ZDsa
Day 78/200: Solved -โWord Search" ๐ค Used backtracking with DFS to explore each path in the grid. Marked cells as visited and restored them after recursion. Careful boundary checks made all the difference! ๐ก #200DaysOfCode #LeetCode #Day78 #CodingChallenge #strivers #A2ZDsa
Day 77/200: Solved -โPalindrome Partitioning โ๐ Used backtracking in C++ to explore all possible cuts where each substring is a palindrome.โจ #200DaysOfCode #LeetCode #Day77 #CodingChallenge #strivers #A2ZDsa
Day 76/200: Solved -โLetter Combinations of a Phone Number" โ๏ธ Used backtracking in C++ to explore every possible letter combo for each digit. #200DaysOfCode #LeetCode #Day76 #CodingChallenge #strivers #A2ZDsa
Day 75/200: Solved-โCombination Sum IIIโ ๐ฏ Used backtracking in C++ to find all unique combinations of k numbers (1โ9) that sum up to n.๐ก #200DaysOfCode #LeetCode #Day75 #CodingChallenge #strivers #A2ZDsa
Day 74/200: Solved "Subsets II" ๐งฉ Used backtracking with sorting to handle duplicates and generate all unique subsets in C++. Loved how a single condition prevents duplicate combinations neatly! โจ #200DaysOfCode #LeetCode #Day74 #CodingChallenge #strivers #A2ZDsa
Day 73/200: Solved-โCombination Sum IIโ ๐ฏ Used backtracking in C++ to find all unique combinations that sum up to the target. Handled duplicates by sorting and skipping repeated elements smartly! ๐ก #200DaysOfCode #LeetCode #Day73 #CodingChallenge #strivers #A2ZDsa
Day 152 of #200DaysOfCode Learning #ReactJS โ Babel โ Import React using CDN โ React Library & ReactDOM โ Create & Render React Elements โ document.createElement vs React.createElement โ ReactDOM.createRoot().render(parent) โ React Without JSX โ React With JSX
Day 72/200: Solved -โCombination Sumโ ๐ฏ Learned how recursion and backtracking work together to explore all possible combinations that add up to the target. #200DaysOfCode #LeetCode #Day72 #strivers #A2ZDsa #CodingChallenge
Day 125: Two days left to spare and the program is finished. #200DaysofCode
Day 151 of #200DaysOfCode Learning #ReactJS โ Topics Covered: โข React Basics & Components โข Virtual DOM โข JSX & One-way Data Flow โข SPA โข Imperative vs Declarative Programming โข Component-Based Architecture ๐ป Apple Transfer Project | HTML + Tailwind CSS + JS
Day 124: Three more days until the NBA season starts, and I am very happy with my NBA program. The past few days I have gone away with the 1 hour coding and started just coding with no set time and I found that I accomplish/learn so much more. #200DaysofCode
Day 71/200: Solved -โSubsets" ๐งฉ Used the bitmask (left shift) approach in C++ to generate all possible subsets. Each bit represents whether to include an element โ elegant and efficient! โก #200DaysOfCode #LeetCode #Day71 #CodingChallenge #strivers #A2ZDsa
Day 70/200: Solved "Generate Parentheses" ๐งฉ Used backtracking to build all valid combinations by tracking open and close brackets. Loved how elegant and logical the recursion tree looks for this one. #200DaysOfCode #LeetCode #Day70 #strivers #A2ZDsa #CodingChallenge
Day 123: The NBA seasonโs almost here, and Iโm leveling up too. Had one of my best coding days ever โ barely touched AI, solved everything on my own. Feels incredible to truly own my code. #200DaysofCode
Day 69/200: -"Count Good Numbers "๐ข Solved using modular exponentiation in C++. Even indices โ 5 choices, Odd indices โ 4 choices. Used (5^even * 4^odd) % MOD with a recursive power function for large n โก #200DaysOfCode #LeetCode #Day69 #CodingChallenge #strivers #A2ZDsa
Day 150 of #200DaysOfCode โ Fixed hamburger menu (The Shoe Company) โ Portfolio updated โ Automatically sorted Tailwind CSS classes with Prettier โ Completed TailwindCSS โ Completed Swiper JS Library (built a responsive carousel) ๐ฏ Next: React JS #TailwindCSS #SwiperJS
Day 122: My model wonโt be as useful for the first part of the NBA season since it needs recent data. I plan to use sportsbook odds to create a version I can rely on early in the season and beyond. #200DaysOfCode
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
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 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
โจ 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 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 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 151 of #200DaysOfCode Learning #ReactJS โ Topics Covered: โข React Basics & Components โข Virtual DOM โข JSX & One-way Data Flow โข SPA โข Imperative vs Declarative Programming โข Component-Based Architecture ๐ป Apple Transfer Project | HTML + Tailwind CSS + JS
Day 139 of #200DaysOfCode ๐ Built a Sidebar ๐ HTML, CSS & JavaScript ๐ฏ Highlights: Responsive design, toggle functionality #Frontend #WebDevelopment #HTML #CSS #JavaScript #WebDev #CodingJourney #100DaysOfCode
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
๐ท๐๐ฆ 1 ๐๐ ๐ต๐ข๐๐๐๐๐๐ ๐ผ๐ ๐๐ข๐๐๐๐ ๐๐๐ก๐๐ ๐ผ ๐ฟ๐๐๐ ๐๐ฆ ๐ท๐๐๐๐ ๐๐๐๐ก๐ค๐๐๐ ๐ฝ๐๐ After my previous #200DaysOfCode challenge, my laptop crashed because I was having a lot on my table to work on, and instead of that experience to draw me back in
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
๐จ๐ปโ๐ป #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
โ 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 102 of #200DaysOfCode - LeetCode POTD. Standard dfs/bfs problem Graphs: - Cycle detection in directed and undirected graph using dfs and bfs. - Bipartite Graph - Word Ladder 2 - Number of distinct islands
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
๐จ๐ปโ๐ป #Day120 of #200DaysOfCode ๐นSolved 5โฃ leetcode problems โ ๐นGFG, Leetcode POTD โ ๐นSystem Design rev ๐นStarted GFG 160 โ ๐นTeam meeting discussion >โจ๐จ๐ปโ๐ป #connect๐ #leetcodeย #DSAย #gfg160
Post 2 โ Formatting Day 135 of #200DaysOfCode Learning #JavaScript (Date & Time) โ Formatting methods โข toDateString(), toTimeString(), toString() โข toISOString(), toJSON() โข toUTCString() โข toLocaleDateString(), toLocaleTimeString(), toLocaleString() โ Local โ UTC Convert
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
๐จ๐ปโ๐ป #Day106 of #200DaysOfCode ๐น Solved 3โฃ leetcode problems โ ๐น GFG, Leetcode POTD โ ๐น Backend part of project completed โ ๐น Setup 2 softwares for labs โ Weekend next -->> We are Readyโก #connect๐ #DevOpsย #DSAย #gfg
Something went wrong.
Something went wrong.
United States Trends
- 1. #GrandEgyptianMuseum 26.6K posts
- 2. #capcutlovers N/A
- 3. Good Saturday 14.2K posts
- 4. Game 7 76.9K posts
- 5. Happy New Month 189K posts
- 6. jungkook 817K posts
- 7. Nigeria 436K posts
- 8. #RUNSEOKJIN_epTOUR_ENCORE 376K posts
- 9. Kawhi 8,638 posts
- 10. vmin 5,139 posts
- 11. GenG 12.6K posts
- 12. #Jin_TOUR_ENCORE 324K posts
- 13. Ja Morant 6,031 posts
- 14. Barger 6,189 posts
- 15. Shirley Temple N/A
- 16. Glasnow 6,917 posts
- 17. Tinubu 48.1K posts
- 18. Justin Dean 2,732 posts
- 19. Halloween 2025 194K posts
- 20. Merry Christmas 10.8K posts