adagio_learner Profile
adagio_learner

@adagio_Learner

Followers
7
Following
63
Media
2
Statuses
102

๐Ÿ“š Sharing my learning journey in web development, AI, DSA, and more. ๐Ÿš€ | Learning, growing, and helping others along the way. | #Tech #WebDev #AI

Joined December 2024
Don't wanna be here? Send us removal request.
@adagio_Learner
adagio_learner
1 month
๐Ÿ“Œ Covered:.โ€ข What even is AI?.โ€ข Difference between AI, ML & Deep Learning.โ€ข Why data is the real MVP ๐Ÿง ๐Ÿ“Š. Got any favorite beginner-friendly AI resources? Drop them below! ๐Ÿ‘‡. #AI #MachineLearning #TechLearning #CodeNewbie #LearnInPublic.
0
0
0
@adagio_Learner
adagio_learner
1 month
Day 31 of #100DaysOfCode . ๐Ÿ’ก Today I stepped into the world of AI โ€” and my brain is officially blown. ๐Ÿคฏ.From understanding how machines "think" to how they actually learn from dataโ€ฆ it's like giving logic to a brain.
1
0
0
@adagio_Learner
adagio_learner
1 month
๐ŸŽฏ Pro tip: When things break, donโ€™t just check your code โ€” check your styles too. Sometimes the bug is in the most unexpected place. #WebDev #Frontend #DevLife #CodeNewbie #Debugging.
0
0
1
@adagio_Learner
adagio_learner
1 month
Day 30 of #100DaysOfCode. Ever spent 20 minutes styling a buttonโ€ฆ.โ€ฆonly to spend 2 hours debugging why your click event didnโ€™t fire? ๐Ÿ˜ฉ. Turns out the issue wasnโ€™t JavaScript โ€” it was hiding in the CSS. Front-end dev really keeps you on your toes.
1
0
1
@adagio_Learner
adagio_learner
1 month
๐ŸŽฏ Day 29 of #100DaysOfCode. No internet? No problem. Turned the downtime into grind time โ€” revised old HTML/CSS/JS projects, cleaned the code, and sharpened the basics. Sometimes, going back is what pushes you forward. ๐Ÿš€. #WebDevelopment #CodingLife #FrontendDev #BuildInPublic.
1
0
2
@adagio_Learner
adagio_learner
1 month
๐ŸŽฏ Smart computer opponent (a.k.a. Math.random ๐Ÿ˜…).๐Ÿ’ฌ Dynamic win/draw/lose messages.๐ŸŽจ Interactive design that reacts to your clicks. This isn't just a toy โ€” it's my step forward in JavaScript DOM mastery. Got feedback? Wanna try breaking it? Bring it on ๐Ÿ’ฅ.
1
0
0
@adagio_Learner
adagio_learner
1 month
๐ŸŽฏ Day 28 of #100DaysOfCode. ๐Ÿ”ฅ Just dropped my Rock Paper Scissors game โ€” and it actually feels fun to play!.Built with just HTML + CSS + JavaScript, no libraries, no frameworks โ€” just raw logic and some UI magic. ๐Ÿ‘Š๐Ÿผ Features:.๐ŸŽฎ Real-time scoring.
1
0
1
@adagio_Learner
adagio_learner
1 month
0
0
0
@adagio_Learner
adagio_learner
1 month
โ€ฆnext up: Game logic & winner announcements!. Wanna see the progress or try it yourself? .๐Ÿ”— Letโ€™s goooโ€”day by day, building real stuff! . #JavaScript #WebDev #HTML #CSS #DevCommunity #BuildInPublic.
0
0
0
@adagio_Learner
adagio_learner
1 month
๐ŸŽฏ Day 27 of #100DaysOfCode. ๐Ÿง ๐Ÿ’ฅ Built the UI for a Rock Paper Scissors game todayโ€”clean, responsive, and ready for action!. ๐Ÿ‘Š Paper? โœ‹ Scissors? โœŒ๏ธ Rock? You choose. โœ”๏ธ Clickable choices.โœ”๏ธ Dynamic scoreboard.โœ”๏ธ Smooth hover effects.
1
0
1
@adagio_Learner
adagio_learner
1 month
While it was a copy-based build, going through it line by line gave me clarity on event handling, DOM manipulation, and managing game state. ๐Ÿ”— GitHub repo: #JavaScript #HTML #CSS #WebDevelopment #gamedev.
1
0
0
@adagio_Learner
adagio_learner
1 month
๐ŸŽฏ Day 26 of #100DaysOfCode. Wrapped up the Tic-Tac-Toe project I began yesterday!.โœ… Built full game logic.โœ… Winner/Draw detection.โœ… Reset and New Game features.โœ… Responsive UI
Tweet media one
Tweet media two
Tweet media three
Tweet media four
1
0
0
@adagio_Learner
adagio_learner
1 month
๐Ÿ“Œ The game grid is all setโ€”next up: bringing it to life with JavaScript interactivity!. ๐Ÿ”— #javascriptdev #WebDevelopment #gamedev #CodeNewbie #TicTacToe.
0
0
1
@adagio_Learner
adagio_learner
1 month
Day 25 of #100DaysOfCode . ๐ŸŽฎ Built the UI for a classic Tic-Tac-Toe game using HTML and CSS!. Focused on layout structuring with Flexbox, responsive sizing using vmin, and subtle shadows for a smooth, modern look.
Tweet media one
2
0
0
@adagio_Learner
adagio_learner
1 month
๐Ÿง  Practiced with nested functions, lexical scope, and returnable closures. ๐Ÿ”— GitHub Repo โ€“ #JavaScript #WebDevelopment #FrontEnd #CodeNewbie.
0
0
0
@adagio_Learner
adagio_learner
1 month
Day 24 of #100DaysOfCode . ๐Ÿ“ Today I explored the concept of closures in JavaScriptโ€”where a function "remembers" the scope in which it was created, even after that outer function has finished executing. Itโ€™s powerful and forms the foundation of many advanced JS patterns.
1
0
0
@adagio_Learner
adagio_learner
1 month
๐Ÿ“Œ Honestly, I didnโ€™t fully grasp the fetch() and how it works under the hood. What do you think is the better approach?.Help me decide. ๐Ÿ‘‡. #WebDevelopment #LearnToCode #devcommunity #Frontend #CodingPoll. Poll Question:.How should I better understand fetch() in JS?. Options:.
0
0
0
@adagio_Learner
adagio_learner
1 month
๐Ÿ”น Explored real-world use cases for promises and async data.๐Ÿ“ GitHub repo: ๐Ÿ”— #JavaScript #WebDevelopment #FrontendDev #devcommunity.
0
0
0
@adagio_Learner
adagio_learner
1 month
Day 23 of #100DaysOfCode. ๐Ÿง  Learned about async/await & the Fetch API in JavaScript today. ๐Ÿ”น Used async functions for cleaner async logic.๐Ÿ”น Awaited API calls using fetch().๐Ÿ”น Saw how setTimeout behaves with async code.
1
0
1