MinahilAkhtar9 Profile Banner
Minahil Akhter πŸ‘©β€πŸ’» Profile
Minahil Akhter πŸ‘©β€πŸ’»

@MinahilAkhtar9

Followers
180
Following
3K
Media
412
Statuses
2K

Full Stack Developer | WordPress| JavaScript NodeJS | React /Redux | Rest APIs| Visit my websites To learn more about me ➑️https://t.co/2FPtP1KfSj

Joined January 2023
Don't wanna be here? Send us removal request.
@MinahilAkhtar9
Minahil Akhter πŸ‘©β€πŸ’»
9 months
Just revamped my portfolio site! πŸš€ New video testimonials & latest projects showcasing creativity & skills. I invite you all to take a tour and let me know what you think. Your feedback is invaluable to me! Check it out! 🌐 https://t.co/OnygfIlaWX . . #updateportfolio#code
0
0
1
@MinahilAkhtar9
Minahil Akhter πŸ‘©β€πŸ’»
11 hours
πŸ’‘ Javascript tips πŸ“· DayJS
0
0
0
@MinahilAkhtar9
Minahil Akhter πŸ‘©β€πŸ’»
2 days
Note-taking vs. Coding β€” Which Works Best? Notes help recall; coding builds skill. Best mix? Take quick notes, code more. . . #Coding #NoteTaking #Learning #Programming #Developers
0
0
0
@MinahilAkhtar9
Minahil Akhter πŸ‘©β€πŸ’»
6 days
Converting input type number by using parseInt or Number() function or using a plus operator for instance const num = +value. We can instead use the valueAsNumber property which gives the value as number type simple πŸͺ„ #JavascriptDevelopers
0
0
0
@MinahilAkhtar9
Minahil Akhter πŸ‘©β€πŸ’»
8 days
Built and designed the website for Diagnomitra, a modern at-home diagnostic platform making healthcare easy and accessible. πŸ’‰πŸ’» https://t.co/vr6ead3MVb Portfolio β†’ https://t.co/6WwN3Kb4Ej Feedback is always welcome! πŸ™Œ #FrontendDevelopment #DigitalHealth #ProductDesign
0
0
1
@MinahilAkhtar9
Minahil Akhter πŸ‘©β€πŸ’»
9 days
βš›οΈ React 19: Smarter Loading States πŸ‘‡ ❌ Old: Manual isLoading flags & spinners βœ… New: <Loading /> + Suspense = auto async UI ✨ Auto states | Customizable | Cleaner code #React19 #WebDev #JavaScript
0
0
1
@MinahilAkhtar9
Minahil Akhter πŸ‘©β€πŸ’»
26 days
Your actual app might be lightweight, but thanks to the npm ecosystem, your disk storage and GitHub repo are crying πŸ˜…
0
0
0
@MinahilAkhtar9
Minahil Akhter πŸ‘©β€πŸ’»
29 days
#JavaScript πŸ’» if (users[userName]) might log "User name found!" even for built-ins like toString 😬 Why? It checks the prototype chain πŸ”— βœ… Use Object.hasOwn(users, userName) to check only real keys πŸ” . . . #CodeSmell #CleanCode #JavaScriptTips #WebDev #DevTips #coding
0
0
0
@MinahilAkhtar9
Minahil Akhter πŸ‘©β€πŸ’»
1 month
the Code Is Documentation Enough
3
0
5
@MinahilAkhtar9
Minahil Akhter πŸ‘©β€πŸ’»
1 month
πŸš€ Full-stack isn’t just front + back. It’s design, logic, servers, testing & growth β€” all in one. πŸ’‘ Not about knowing everything. It’s about adapting & delivering. #FullStack #WebDev #Code
1
0
1
@MinahilAkhtar9
Minahil Akhter πŸ‘©β€πŸ’»
1 month
🎨 Frontend = What users see 🧠 Backend = How it works πŸ”— API = Connects front & back πŸ‘¨β€πŸ’» Full Stack = Does it all Know the roles, build smarter. πŸ’‘ . . . #Frontend #Backend #API #FullStack #WebDev #Coding #TechTips
0
0
0
@MinahilAkhtar9
Minahil Akhter πŸ‘©β€πŸ’»
1 month
🎨 Frontend = What users see 🧠 Backend = How it works πŸ”— API = Connects front & back πŸ‘¨β€πŸ’» Full Stack = Does it all Know the roles, build smarter. πŸ’‘ . . #Frontend #Backend #API #FullStack #WebDev #Coding #TechTips
0
0
0
@MinahilAkhtar9
Minahil Akhter πŸ‘©β€πŸ’»
1 month
JavaScript Tip Use π™Ώπš›πš˜πš–πš’πšœπšŽ.πšŠπš—πš’ to get the fastest successful response from multiple sources.
0
0
0
@MinahilAkhtar9
Minahil Akhter πŸ‘©β€πŸ’»
1 month
Debugging in JavaScript is the process of identifying and fixing errors or unexpected behavior in your code. There are several tools and techniques available for debugging JavaScript efficiently 1) console.log() 2) Browser DevTools 3) Error messages and stack traces 4) ESLint
0
0
0
@MinahilAkhtar9
Minahil Akhter πŸ‘©β€πŸ’»
1 month
When you get paid by lines of code πŸ₯± #programming #fblifestyle
0
0
0
@MinahilAkhtar9
Minahil Akhter πŸ‘©β€πŸ’»
1 month
JS lets you call functions with backticks! 🀯 subscribe`Status: ${true}!`; // tagged template 🏷️ Used in styled-components to write CSS in JS 🎨 const Btn = styled.button` background: ${p => p.primary ? "blue" : "gray"}; `; #JavaScript #WebDev #CSSinJS πŸ’‘
0
0
2
@MinahilAkhtar9
Minahil Akhter πŸ‘©β€πŸ’»
1 month
Pro tip: Always add 'use client' to your Next.js client components. Save yourself 3 hours of debugging why your onClick isn't working
0
0
1
@MinahilAkhtar9
Minahil Akhter πŸ‘©β€πŸ’»
1 month
JS lets you call functions with backticks! 🀯 subscribe`Status: ${true}!`; // tagged template 🏷️ Used in styled-components to write CSS in JS 🎨 const Btn = styled.button` background: ${p => p.primary ? "blue" : "gray"}; `; #JavaScript #WebDev #CSSinJS πŸ’‘
0
0
0
@MinahilAkhtar9
Minahil Akhter πŸ‘©β€πŸ’»
1 month
When the squad’s done experimenting and it’s time to call Dad to fix the WiFi… but for code. πŸ˜† . . #DevLife #BugSquad #FixingTheUnfixable #CoderProblems #TechHumor #CodeRescue #SendHelpItWontCompile #DebuggingDiaries #RealDevsAssemble #CodeCleanupCrew
0
0
0
@MinahilAkhtar9
Minahil Akhter πŸ‘©β€πŸ’»
1 month
When you get paid by lines of code πŸ₯± #programming #fblifestyle
0
0
0