Day 99: JavaScript fundamentals today—variables, data types, operators, if-else. Pretty straightforward so far.
In DSA, learned BFS traversal for graphs. New topic, new patterns to understand.
#JavaScript#DSA#Graphs
@kieran_wollef yep , i found it way easier than c and c++ , like shorter syntax , no need to handle datatypes and all. seems very cool language till now
Day 98: Wrote my first JavaScript code today. Added a responsive Features section to my gym website too, and I'm genuinely enjoying building it. Also started Graphs in DSA—completely different from anything I've learned before.
#JavaScript#DSA#WebDev
Day 97: Finished the hero section of my gym website. Funny thing is, I've only built the header and hero so far, yet I've already learned more practical CSS from this project than many tutorials. 😅
Day 96: Built a fully responsive website header. Thought it'd be quick, but spent hours on layout, responsiveness, sizing, colors, animations, and fixes. Funny how "just a header" can teach so much. 😅
#WebDev#HTML#CSS
Day 95: Learned Grid Areas, Auto-Fit, and 3D Transforms. Easy to learn, but the impact is huge—few lines of CSS can replace what used to take dozens.
#WebDev#CSS#CSSGrid
Built a simple blog page to practice CSS Grid. Didn’t host it since it’s just a plain practice project, but Grid is finally starting to click.
#WebDev#CSSGrid#HTML#CSS
Day 93: Solved inorder predecessor & successor. Looked easy at first, but the logic got tricky fast.
Also started CSS Grid — already feels way cleaner for layouts.
#DSA#WebDev#CSS#LeetCode
Day 92: Built some HTML/CSS cards today. Not responsive yet, but seeing them look decent felt good.
Solved LeetCode 173 too — got brute force myself, but needed YouTube for the optimized approach.
#DSA#WebDev#LeetCode
@hivinz_ i honestly don't know the final destination but i am trying to become someone who can solve hard problems and ship real products. i want to earn and maybe use these skills to execute my own ideas as well.
Day 91: Solved LeetCode 198 using level-order traversal.
Also built and deployed my first HTML/CSS project—a simple recipe website on Netlify. Basic, but real.
link :- https://t.co/K3vChUfQD9
#DSA#WebDev#HTML#CSS#Netlify#Consistency
Day 90: Learned CSS transforms and started building my first HTML + CSS project—a simple recipe website.
Finally moving from tutorials to actually building.
#WebDev#CSS#HTML#Consistency
Day 89: Learned CSS animations and transitions.
Probably one of the most fun web dev topics so far—feels like giving life to static pages.
#WebDev#CSS#Consistency
Day 87–88: Couldn’t do DSA because of frequent power cuts.
In web dev, learned shadows + media queries and finally understood responsive design better.
#WebDev#CSS#Consistency
Day 86: Solved Largest BST in a Binary Tree… but honestly didn’t fully get it, so I’m revisiting it later.
Started Flexbox today—finally into one of CSS’s most important topics.
#DSA#WebDev#Flexbox#Consistency
Day 85: Solved LeetCode 99 (Recover BST). Got the O(n) space approach myself, then learned there’s also an O(1) solution.
Also learned float, clear, and overflow in CSS.
#DSA#BST#WebDev#Consistency
Day 84: Back after a rough patch—accident, lost my phone, facial injury. Recovered now.
Solved Merge Two BSTs today. Simple problem, but showing up again is the real win.
#DSA#BST#Consistency