Mayank
@Mayank_Msd
Followers
2K
Following
8K
Media
1K
Statuses
16K
Turning ideas → SaaS & D2C products | Growth + coding lessons daily | UI Dev @myfrido | UI, Apple, AI, Startups
Pune
Joined April 2011
Are MacBooks truly worth the premium price tag, or are you just paying for the Apple logo and design?
85
9
197
POV: You just paid $230 for a sock that hugs your iPhone. 🧦📱 Innovation has never been stretchier. #AppleThings #OnlyIn2025 #iSock #TechFashion #AppleAccessories
5
0
0
Day 29/45 - Coding lessons 🧵 One of the biggest mistakes beginners make in JavaScript: They trust var. You shouldn’t. var x = 10; { var x = 20; // same variable 😭 } console.log(x); // 20 let y = 10; { let y = 20; // different variable ✅ } console.log(y); // 10
Day 28/45 – Coding lessons 🧵 Most developers misuse == If you want fewer hidden bugs, stop trusting loose comparisons. console.log(0 == false); // true console.log(0 === false); // false ✅ Tiny difference, massive impact on debugging. #JavaScript #CodingJourney
0
0
0
Cursor reads your entire project. Ask: “Where is the login API used?” It finds it in seconds.
0
0
0
Convert everything to TypeScript.” Cursor touches the right files automatically
0
0
0
Select any code block. Tell Cursor what to do. It rewrites only that part with precision
0
0
0
Many people see 11:11 as a moment to make a wish. It feels like a small reminder of hope or intention.
0
0
1
Day 12/45 🚀 Why Developers Prefer Cursor AI in 2025 ⚡ Cursor isn’t just an editor upgrade. It’s like having a smart pair-programmer sitting with you on your Mac. Faster coding. Cleaner fixes. Less mental load. Here’s why Cursor is becoming every developer’s secret weapon
Day 11/45 🚀 Mac + VS Code is not hype. It’s smooth performance, clean workflow, and a setup that genuinely makes you faster. Here are the VS Code power-moves every Mac user should use 👇 If you’re on the same journey, let’s connect. Follow for daily dev posts. RT so more
4
0
0