Turjo_Mahanto Profile Banner
Turjo Mahanto Tapu Profile
Turjo Mahanto Tapu

@Turjo_Mahanto

Followers
158
Following
69
Media
30
Statuses
49

✨ "Learning every day, becoming a better me 🔥 | Student • Explorer • Dreamer".

Joined September 2025
Don't wanna be here? Send us removal request.
@Turjo_Mahanto
Turjo Mahanto Tapu
2 months
Day 2️⃣7️⃣ – Web Dev Journey 🚀 13th day of JavaScript ✨ Document Object Model 📌Learned: • DOM Manipulation 🧠 • Selecting & modifying elements • querySelector & classList • Adding/removing elements dynamically • DOM performance tips #JavaScript #WebDev #LearnInPublic
0
0
1
@Turjo_Mahanto
Turjo Mahanto Tapu
2 months
Day 3️⃣ – Python Journey 🚀 Covered classes 11 to 16 today 🐍 Learned about Strings, Loops, If-Else & Nested If-Else 💻✨ Loving how Python logic is starting to click! 🔥 #100DaysOfCode #pythonprogramming with @codewithharry
0
0
5
@Turjo_Mahanto
Turjo Mahanto Tapu
2 months
Day 2️⃣ – Python Journey 🚀 Covered classes 2 to 10 today 🐍 Learning is getting more interesting with each session 💻✨ Staying consistent & enjoying the process 🔥 #100dayspython #Python @codewithharry
2
0
7
@Turjo_Mahanto
Turjo Mahanto Tapu
2 months
Day 1️⃣ – Python Journey 🚀 Kicked off with Intro to Programming & Python 🐍 Got the basics, syntax & first taste of coding 💻✨ Feeling pumped to learn more! 🔥 #100DaysOfCode with @codewithharry #Python
2
0
6
@Turjo_Mahanto
Turjo Mahanto Tapu
2 months
✨ Exciting News ✨ I’m officially starting my Python Course with @codewithharry 🚀 I’ll be sharing my progress, projects, and learnings here daily. Let’s gooo 💪🔥
3
0
8
@Turjo_Mahanto
Turjo Mahanto Tapu
2 months
Day 26 – Web Dev Journey 🚀 12th day of JavaScript ✨ 📌 Learned: • Filter • Map • Reduce • Set & Map #JavaScript #WebDev #LearnInPublic
3
1
14
@Turjo_Mahanto
Turjo Mahanto Tapu
2 months
Day 2️⃣5️⃣ – Web Dev Journey 🚀 11th day of JavaScript ✨ Closure | Scope | HOF 📌 Learned: • Scope & how variables truly work • Closures – functions with memory • Real-world example: Bank Account • Higher-Order Functions & callbacks #JavaScript #WebDev #LearnInPublic
0
2
15
@Turjo_Mahanto
Turjo Mahanto Tapu
2 months
Day 2️⃣4️⃣ – Web Dev Journey 🚀 10th day of JavaScript ✨ 📌 Learned: • How JS code actually runs ⚙️ • JS Engine (V8) & Execution Context • Creation vs Execution phase • Hoisting of var, let & const • Call Stack & Memory Heap #JavaScript #WebDevelopment #CodingJourney
2
1
14
@Turjo_Mahanto
Turjo Mahanto Tapu
2 months
Day 2️⃣3️⃣ – Web Dev Journey 🚀 9th day of JavaScript ✨ Today’s focus — Functions! 🔥 📌 Learned: • Functions & the DRY principle • Declaration, Expression & Arrow functions • Scope & Closures • IIFE and Module pattern Functions really make JS feel complete 💪⚡ #JavaScript
1
3
18
@Turjo_Mahanto
Turjo Mahanto Tapu
2 months
Day 2️⃣2️⃣ – Web Dev Journey 🚀 JS Day 8 ✨ Objects — the backbone of JavaScript 💪 Learned about CRUD, looping, deep vs shallow copy, destructuring, and symbols 🔑 JS just keeps getting more interesting ⚡ #WebDev #JavaScript #MernStack
1
1
12
@Turjo_Mahanto
Turjo Mahanto Tapu
2 months
Day 2️⃣1️⃣ – Web Dev Journey 🚀 7th day of JavaScript✨ Arrays🔢 📌Learned: • Creating & modifying arrays • .push(), .pop(), .shift(), .unshift() • Looping: for & for…of🔄 • map(), filter(), reduce() • sort(), flat(), join(), find() • Arrays are actually objects👀 #WebDev
0
1
15
@Turjo_Mahanto
Turjo Mahanto Tapu
2 months
Day 2️⃣0️⃣ – Web Dev Journey 🚀 JS Day 6 ✨ | Strings & Dates 📅 • String immutability & methods • Template literals ✨ • Date object & Unix Epoch 🌍 • Zero-indexed month 😅 • UTC — web’s master clock ⏰ "JS gives a whole new perspective on time and text ⚡" #javascript
3
1
17
@Turjo_Mahanto
Turjo Mahanto Tapu
2 months
Day 1️⃣9️⃣ – Web Dev Journey 🚀 JS Day 5 ✨ | Numbers & Math 🧮 Learned: • .toFixed(), .toString() • Math.PI, floor(), sqrt() • Math.random() ≠ truly random 🔐 • crypto.getRandomValues() = secure RNG ✅ Every day, JS surprises me a bit more ⚡ #Javascript #WebDevelopment
2
1
13
@Turjo_Mahanto
Turjo Mahanto Tapu
2 months
Day 18 – Web Dev Journey 🚀 JS Day 4 ✨ • Operators & equality (=== vs ==) • Logical operators (&&, ||, !) • if/else statements & loops • The classic 0.1 + 0.2 ≠ 0.3 bug 😮 The deeper I go, the more fascinating JS becomes ⚡ #JavaScript #100DaysOfCode #WebDevelopment
3
2
25
@Turjo_Mahanto
Turjo Mahanto Tapu
2 months
Day 1️⃣7️⃣ – Web Dev Journey 🚀 JavaScript memory management day 🧠 • Stack vs Heap • Call Stack (LIFO) • Primitives vs References • Mutable consts • Garbage Collector JavaScript gets deeper with every lecture 🔥 #JavaScript #WebDevelopment
3
1
15
@Turjo_Mahanto
Turjo Mahanto Tapu
3 months
Day 1️⃣6️⃣– Web Dev Journey 🚀 JavaScript Day 2 ✨ Covered: • var, let, const • Mutable vs immutable • Primitives vs objects • The const paradox 🔥 Whole lecture = pure suspense 👀 #WebDev #javasript
0
1
12
@Turjo_Mahanto
Turjo Mahanto Tapu
3 months
Day 15 – Web Dev Journey 🚀 JavaScript Day 1 ✨ Why not C++? Security issues + no Garbage Collection. Why JS? Safe, practical, and made for the web ⚡ (MST prep = delays 😅 but I’ll make sure to finish the pending classes soon 📚) #WebDev #JavaScript
0
1
9
@Turjo_Mahanto
Turjo Mahanto Tapu
3 months
Day 1️⃣4️⃣ – Web Dev Journey 🚀 (Posting a bit late, busy with MST prep 😅) Today I learned how to create a Portfolio Website with HTML & CSS 🎨 📌 Homework: Portfolio Website ✅ 🔗 Have a look! https://t.co/feKZfl2imX #WebDev #Html #CSS #portfolio
0
1
10
@Turjo_Mahanto
Turjo Mahanto Tapu
3 months
My MST exams have started, so sadly I won’t be able to attend today’s and tomorrow’s classes. I’ll definitely catch up on the lessons I miss and keep up with everything... @rohit_negi9
0
0
0
@Turjo_Mahanto
Turjo Mahanto Tapu
3 months
Day 1️⃣3️⃣ – Web Dev 🚀 CSS transitions & transforms 🎨 Move, scale, rotate ✨ Smooth effects ⏱️ 📌 HW on hold, MST soon 😅 #WebDev #CSS
0
0
11