Starting my Data Analytics journey
Learning from YouTube + projects and planning to share my learnings & progress here.
If you know good resources / channels, drop them below
#LearningInPublic#DataAnalytics
Built a simple checkerboard layout to practice:
• Flexbox & flex-wrap
• CSS structural pseudo-classes (:nth-of-type)
• Alternating styles without JavaScript
Small projects, strong fundamentals.
🔗Github: https://t.co/ue84bTFQZi
#CSS#WebDevelopment#LearningInPublic
Day22 of #TUFWinterArc
+ Search in 2D matrix II
Brute: check all elements
Better: binary search
Optimal: staircase search
+ Check if two string arrays are equivalent
Brute: concatenation
Better: two pointers
#100daysofcode#LearnInPublic#DSA@takeUforward_
Built a simple photo gallery where hovering over an image enlarges it while the others blur — a small touch, but super fun!
Github Link : https://t.co/KMO1nuiGYO
#HTML#CSS#WebDev#Frontend#LearningByDoing