devxsameer Profile Banner
Sameer Ali Profile
Sameer Ali

@devxsameer

Followers
33
Following
181
Media
12
Statuses
71

Full stack dev in the making | Just finished school & diving into code, coffee, and cool projects!

Joined April 2025
Don't wanna be here? Send us removal request.
@devxsameer
Sameer Ali
24 days
Day 51โ€“54: Built & launched crispTasks โ€“ a modular, vanilla JS to-do app w/ projects, tasks, checklists & localStorage. Clean UI, date handling, sorting, and full persistence. Demo: https://t.co/KuirhhMY3b Repo: https://t.co/9jDnY29WuQ Like & share! #100DaysOfCode #JavaScript
Tweet media one
Tweet media two
Tweet media three
Tweet media four
0
0
2
@devxsameer
Sameer Ali
9 days
Day 64 of #100DaysOfCode ๐Ÿš€ Mastered async/await (way cleaner than callback spaghetti ๐Ÿ) Fetched memes with the Giphy API ๐Ÿ˜‚ Checked the skies with Visual Crossing Weather API ๐ŸŒฆ๏ธ Now my apps can bring both laughs & forecasts. #JavaScript #WebDev #TheOdinProject
Tweet media one
1
0
5
@devxsameer
Sameer Ali
9 days
Day 63 of #100DaysOfCode ๐Ÿš€ Revised Promises (JS ones, not the real-life ones ๐Ÿ˜…) Peeked into APIs ๐ŸŒ Met async/await โ€” way smoother than chaining .then() forever Async world unlocked. On to API magic! โœจ #JavaScript #TheOdinProject
Tweet media one
1
0
5
@devxsameer
Sameer Ali
16 days
Day 62/100 โ€” Async JS revision day โšก Took it light, revised callbacks, promises & event loop. ๐ŸŽ“ End-term exam (IIT Madras BS Data Science) on Aug 31 โ€” so taking a short pause from #100DaysOfCode. Back on Sept 1 to continue the grind ๐Ÿš€
Tweet media one
0
0
2
@devxsameer
Sameer Ali
17 days
Day 61/100 โ€” Dev setup day โš™๏ธ Webpack: bundling wizard ๐Ÿง™ Babel: modern โ†’ browser-speak Postcss: CSS but less chaotic ESLint: โ€œstop writing bugsโ€ ๐Ÿšจ Prettier: โ€œat least make it look niceโ€ ๐ŸŽจ Configs arenโ€™t scary once you realize theyโ€™re just code spellbooks. #100DaysOfCode
0
0
3
@devxsameer
Sameer Ali
18 days
Day 60 of #100DaysOfCode Async JS unlocked โšก Callbacks & callback hell ๐Ÿ”ฅ๐Ÿ˜… Micro vs. macrotask queue๐ŸŒ€ Promises (thank you for existing) ๐Ÿ™ ES6 & Babel (modern โ†’ old school) Async JS is less magic, more โ€œevent loop running the show.โ€ #100DaysOfCode #JavaScript
1
0
7
@devxsameer
Sameer Ali
19 days
Day 59/100 โ€” Revision Day ๐Ÿ”„ CSS & JS refresh โœ… OOP & SOLID recap โœ… Linters & formatters drill โœ… Sometimes the best progress is making sure your brain doesnโ€™t โ€œgarbage collectโ€ yesterdayโ€™s knowledge. ๐Ÿง ๐Ÿ—‘๏ธ #100DaysOfCode
0
0
3
@devxsameer
Sameer Ali
20 days
Day 58/100 โ€” Dropdowns, Carousels & npm Packages ๐ŸŽจโš™๏ธ๐Ÿ“ฆ Dropdown โœ… (it actually drops) Carousel โœ… (it spins without throwing me off ๐ŸŒ€) npm packages โœ… (learned how to publish one) Todayโ€™s theme: make UI smoother, make code reusable. #100DaysOfCode #JavaScript #CSS #npm
0
0
6
@devxsameer
Sameer Ali
21 days
Day 57/100 of #100DaysOfCode No new tools, just sharpening the old ones. Linters โœ… Formatters โœ… OOP & SOLID โœ… Sometimes the best progress is making sure you actually remember what you learned yesterday. #100DaysOfCode #WebDeva
1
0
6
@devxsameer
Sameer Ali
23 days
Day 56/100 โ€” ESLint, Prettier & Composition > Inheritance ๐Ÿงนโœจ ESLint = strict teacher Prettier = tidy roommate Composition = flexible Lego blocks Inheritance = cranky family tree ๐ŸŒณ Codeโ€™s cleaner, Iโ€™m happier. #100DaysOfCode #JavaScript
0
0
2
@devxsameer
Sameer Ali
23 days
Day 55/100 โ€” SOLID & Loose Coupling ๐Ÿ—๏ธ Today = revision day. SOLID principles: future-me will thank present-me. Loose coupling: fewer dependencies, fewer โ€œI broke everythingโ€ moments. Not all progress is code #100DaysOfCode #SOLID
0
0
3
@devxsameer
Sameer Ali
1 month
Day 50/100 โ€” JSON & OOP Principles ๐ŸŽฏ Halfway there! ๐ŸŽ‰ ๐Ÿ“ฆ JSON: The universal translator for data. ๐Ÿ› OOP: Organizing code so it doesnโ€™t turn into spaghetti. 50 down, 50 to go ๐Ÿš€ #100DaysOfCode #JavaScript #JSON #OOP
0
0
3
@devxsameer
Sameer Ali
1 month
Days 48โ€“49 of #100DaysOfCode Built a restaurant page project called Byte and Dine ๐Ÿฝ๏ธ No frameworks. Just me, Webpack, npm, and tears. ๐Ÿ”ง Used: Webpack (aka config hell's kitchen) ES6 modules DOM manipulation (pure vanilla) Live demo: https://t.co/yoiczHrmgG #JavaScript
Tweet media one
0
0
2
@devxsameer
Sameer Ali
1 month
Days 46โ€“47 of #100DaysOfCode โœ… Learned JS classes (extends, super, static, everything but capes) ๐Ÿ“ฆ Played with ES Modules & NPM ๐Ÿงช Summoned Webpack โ€” built, bundled, broke it, and fixed it Result? Fewer global variables. More build folders. #JavaScript #TheOdinProject #Webpack
3
0
6
@devxsameer
Sameer Ali
1 month
Day 45 of #100DaysOfCode Read about JavaScript design patterns today. โœ… Module Pattern โœ… Factory Pattern โœ… โ€œReveal just enough to look smartโ€ Pattern Built nothing. Understood slightly more. Felt like a dev architect for 1 hour. ๐Ÿงฑ #JavaScript #WebDev #TheOdinProject
0
0
2
@devxsameer
Sameer Ali
1 month
Days 43โ€“44 of #100DaysOfCode Built a Tic Tac Toe game with: โœ… IIFE + Module Pattern ๐Ÿงต Custom PubSub for clean events ๐Ÿง  No globals. Just vibes. ๐ŸŽฏ Win/draw logic + UI separation ๐Ÿ“ฆ https://t.co/VhvCJRk4Yy ๐ŸŽฎ Play it #JavaScript #TheOdinProject #Frontend
Tweet media one
3
0
7
@devxsameer
Sameer Ali
2 months
Day 42 of #100DaysOfCode Today I revisited: ๐Ÿ” Closures ๐Ÿ“ฆ Module pattern (IIFE) ๐ŸŒ€ Scope ๐ŸŽˆ Hoisting (aka: โ€œSurprise! I'm declared!โ€) JS is wild โ€” but itโ€™s starting to feel less like magic, more like logic. #JavaScript #WebDev #TheOdinProject
1
0
3
@devxsameer
Sameer Ali
2 months
Day 41 of #100DaysOfCode Learned how to: โœ… Encapsulate with IIFEs ๐Ÿ”’ Hide stuff with closures ๐Ÿญ Mix factories with prototypal inheritance JS modules: where your code minds its own business (literally). Also, ()() is starting to make sense now๐Ÿ˜… #JavaScript #TheOdinProject #IIFE
0
0
3
@devxsameer
Sameer Ali
2 months
Day 40 of #100DaysOfCode Today I met: ๐Ÿ” Scope โ€“ where your variables live ๐Ÿง™โ€โ™‚๏ธ Closures โ€“ where your variables still live ๐Ÿญ Factory Functions โ€“ making objects like a boss JS got deep today. My brain openedโ€ฆ and then closed over its scope. ๐Ÿ˜… #JavaScript #TheOdinProject
0
0
4
@devxsameer
Sameer Ali
2 months
Day 39 of #100DaysOfCode No new code today โ€” just reviewing what I built, why it works, and how I can break it better next time ๐Ÿ˜… ๐Ÿง  Objects, prototypes, DOM, localStorage, and CSS theming all got a fresh look. Back to building tomorrow! #JavaScript #WebDev #TheOdinProject
0
0
4