stackarnav Profile Banner
Arnav Ankush Profile
Arnav Ankush

@stackarnav

Followers
147
Following
410
Media
99
Statuses
598

Aspiring Full Stack Developer @Sheryians_ | Sharing my learning journey in public 🧱 | Focused on growth, consistency & building real-world projects 🌍

Mumbai, India
Joined September 2025
Don't wanna be here? Send us removal request.
@stackarnav
Arnav Ankush
19 hours
Most people think React starts with JSX. It actually starts with understanding what React really does. βš›οΈ Today I learned React from the ground up no magic, no shortcuts. β€’ React via CDN β€’ What React & ReactDOM actually are β€’ How createRoot() works β€’ Rendering elements
1
0
3
@stackarnav
Arnav Ankush
2 days
Before jumping into React, today was all about cleaning the foundation πŸ§±βš›οΈ Revised: β†’ import / export β†’ default export β†’ destructuring (again, because it matters) Sometimes the most 'relaxed' sessions are the most crucial ones. You don't build React apps on weak JavaScript.
0
0
0
@stackarnav
Arnav Ankush
6 days
Most people "finish" JavaScript. Very few ever understand why the browser behaves the way it does. Today I learned two concepts that instantly make you a better frontend dev: ⚑ Throttling β†’ controlling how often a function runs ⚑ Debouncing β†’ waiting until the user stops
0
0
2
@stackarnav
Arnav Ankush
7 days
Most devs learn API calls. Very few understand how to protect them. Today's session hit differently we built real API use-cases and practiced error handling the way actual production apps do it. What we applied ↓ ⚑ async/await in real scenarios ⚑ try/catch with custom errors
0
0
3
@stackarnav
Arnav Ankush
7 days
Most people use Windows 11. Very few try to build it. πŸ˜­πŸ’» I recreated a mini Windows 11 UI using HTML, CSS & JavaScript and learned WAY more than expected. Features I built: ✨ Start menu animation ✨ Right-click context panel ✨ Real-time date & time ✨ Smooth toggle behavior
1
0
4
@stackarnav
Arnav Ankush
8 days
Most people see errors. Very few actually understand them. Today learned: β†’ Syntax vs Runtime vs Logical errors β†’ Error objects: name, message, stack β†’ try–catch & try–catch–finally β†’ How to throw custom errors β†’ Handling errors in async code From fear ➝ clarity ➝
0
0
4
@stackarnav
Arnav Ankush
9 days
Most people use async/await. Very few truly understand what’s happening behind the scenes. Today I explored: πŸ”„ Synchronous vs Asynchronous Execution ➝ understanding how JavaScript handles tasks step by step vs in the background 🀝 Promises ➝ how JS represents future values
0
0
1
@stackarnav
Arnav Ankush
10 days
Most people learn callbacks. Very few actually understand them. Today solved: β†’ Easy callback questions β†’ Intermediate logic β†’ Hard callback hell problems From confusion ➝ clarity ➝ confidence. Now I finally get why callback hell breaks code readability and how devs avoid
0
0
3
@stackarnav
Arnav Ankush
12 days
πŸ“†58 Day of Cohort 2.0 | Asynchronous JavaScript finally clicked today 😭πŸ”₯ Learned: ⏳ Sync vs Async ➑️ why JS doesn't "wait" πŸ“ž Callbacks ➑️ the OG way to handle async work πŸ˜΅β€πŸ’« Callback Hell ➑️ nested doom and why devs avoid it Crazy how understanding one concept suddenly
0
0
3
@stackarnav
Arnav Ankush
15 days
πŸ“†Day 57 | Today's class was OOPs but in a fun wayπŸ”₯ Learned: 🧱 class expressions ⏫ hoisting behavior 🧬 inheritance πŸŽ›οΈ getters & setters Also solved a bunch of OOPs questions and finally everything started to click. JavaScript OOP feels scary… until it suddenly doesn't.
0
0
5
@stackarnav
Arnav Ankush
16 days
πŸ“†Day 56 | JavaScript started making way more sense today. 😭πŸ”₯ Deep-dived into πŸ”— call() πŸ”— apply() πŸ”— bind() …and finally understood how to control this instead of letting it confuse me πŸ’€πŸ’‘ Also revised earlier concepts everything feels so much clearer after today’s session
0
0
9
@stackarnav
Arnav Ankush
17 days
πŸ“ŒDay 54 of Sheryians Cohort 2.0 Today's class = pure brain upgrade 🀯πŸ”₯ Finally started OOP in JavaScript with @harshbhaiyaa after so many days and it was so fun to learn the real backbone of modern JS. We covered: 🧱 constructor functions 🏷️ classes πŸ”— prototypes …and how
0
0
5
@stackarnav
Arnav Ankush
19 days
πŸ“†Day 54 of Cohort 2.0 | Today's class was WILD. πŸ”₯ Completed the CSS Card Project and unlocked some seriously advanced CSS power: ✨ mix-blend-mode ✨ tooltips & anchor-position ✨ pointer-events ✨ anchor-name ✨ the mighty :has() selector (my new favorite 😭) CSS is not "just
0
0
2
@stackarnav
Arnav Ankush
20 days
Learned some crazy advanced CSS today and my brain is still buffering 😭πŸ”₯ πŸ’  box-shadow for depth πŸ’  text-shadow for cleaner hierarchy πŸ’  conic-gradient for dynamic backgrounds πŸ’  keyframes + scale() for smooth animations πŸ’  @ property for custom CSS variables @ankurdotio
0
0
1
@stackarnav
Arnav Ankush
20 days
Created a Matrix Effect using JavaScript today and it was insanely fun πŸ˜­πŸ’» Used: 🟩 setInterval + clearInterval 🟩 Math.random() + Math.floor() 🟩 addEventListener 🟩 if conditions for smart control Also added a few extra touches to make the animation feel smoother and more
1
0
5
@stackarnav
Arnav Ankush
21 days
πŸ“Œ Day 52 Cohort 2.0 | @sheryians_ Todays class with @ankurdotio was PURE frontend dopamine 😭πŸ”₯ Learned some advanced CSS magic: ✨ box-shadow ✨ text-shadow ✨ keyframes ✨ conic gradients AND we finally completed the Matrix EffectπŸ’š Built using: 🟩 setInterval() 🟩 split()
0
0
3
@stackarnav
Arnav Ankush
21 days
Built the Spotlight Effect from yesterday's task attaching the demo πŸŽ₯πŸ‘‡ Used: ✨ setProperty() for dynamic CSS variables ✨ mouseenter + mousemove to track cursor movement ✨ Real-time UI updates for that smooth spotlight glow Such a simple effect, but SO fun to build 😭πŸ”₯
0
0
6
@stackarnav
Arnav Ankush
22 days
πŸ“…Day 51 | Cohort 2.0 | @sheryians_ Today's session with @ankurdotio unlocked some wild frontend effects 😭πŸ”₯ We built: ✨ Flash spotlight effect 🟩 Matrix text hover effect (part-1) And learned: πŸ”€ split(), join(), map() 🎨 custom CSS effects βš™οΈ setProperty() for dynamic
0
0
2
@stackarnav
Arnav Ankush
23 days
Day 50 Cohort 2.0 | @sheryians_ Completed the Instagram Reel clone and learned the real magic behind interactive feeds. 😭πŸ”₯ Key wins: 🎯 Event bubbling, pointer events, event target πŸ”‰ Mute / unmute toggle (tiny but satisfying) πŸŒ€ Rendering dynamic data (playing videos from an
0
0
3
@stackarnav
Arnav Ankush
24 days
πŸ“†Day 49 Cohort 2.0 | @sheryians_ Today felt like unlocking YouTube’s logic with JavaScript 😭πŸ”₯ We learned how frontend apps actually load content using: πŸŽ₯ for loops πŸŽ₯ Array of Objects β†’ building video cards the way real platforms do Also explored: πŸŒ€ smooth scroll snapping
0
0
2