My Portfolio Website 👇
minahilakhtar.github.io
My Linkedin Profile
linkedin.com/in/minahil-akhtar
I invite you all to take a tour and let me know what you think. Your feedback is invaluable to me!
Check it out! 🌐 minahilakhtar.github.io/cv
.
.
#updateportfolio#webdevelopment#webdesign#code
formAction sends your form straight to the server — no extra client logic.
⚡ Cleaner
🚀 Faster
📈 Perfect for React 19 & Next.js
#React19 #NextJS #JavaScript #WebDev #ReactTips
formAction sends your form straight to the server — no extra client logic.
⚡ Cleaner
🚀 Faster
📈 Perfect for React 19 & Next.js
#React19 #NextJS #JavaScript #WebDev #ReactTips
Use unique IDs, React.memo(), and useCallback to stop useless updates and keep UI fast in React 18+/Next.js 14. ⚡
#nextlevel #reactdevs #cleancode #codeefficiency #javascript #devtips
Use unique IDs, React.memo(), and useCallback to stop useless updates and keep UI fast in React 18+/Next.js 14. ⚡
#nextlevel #reactdevs #cleancode #codeefficiency #javascript #devtips
Notes help recall; coding builds skill.
Best mix? Take quick notes, code more.
.
.
#Coding #NoteTaking #Learning #Programming #Developers
Notes help recall; coding builds skill.
Best mix? Take quick notes, code more.
.
.
#Coding #NoteTaking #Learning #Programming #Developers
const num = +value.
We can instead use the valueAsNumber property which gives the value as number type simple
.
.
#javascript #coding #programminglife
const num = +value.
We can instead use the valueAsNumber property which gives the value as number type simple
.
.
#javascript #coding #programminglife
diagnomitra.com
Portfolio → minahilakhtar.github.io
Feedback is always welcome! 🙌
#FrontendDevelopment #DigitalHealth #ProductDesign
diagnomitra.com
Portfolio → minahilakhtar.github.io
Feedback is always welcome! 🙌
#FrontendDevelopment #DigitalHealth #ProductDesign
❌ Old: Manual isLoading flags & spinners
✅ New:
✨ Auto states | Customizable | Cleaner code
#React19 #WebDev #JavaScript
❌ Old: Manual isLoading flags & spinners
✅ New:
✨ Auto states | Customizable | Cleaner code
#React19 #WebDev #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
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
It’s design, logic, servers, testing & growth — all in one.
💡 Not about knowing everything. It’s about adapting & delivering.
#FullStack #WebDev #Code
It’s design, logic, servers, testing & growth — all in one.
💡 Not about knowing everything. It’s about adapting & delivering.
#FullStack #WebDev #Code
Use 𝙿𝚛𝚘𝚖𝚒𝚜𝚎.𝚊𝚗𝚢 to get the fastest successful response from multiple sources.
Use 𝙿𝚛𝚘𝚖𝚒𝚜𝚎.𝚊𝚗𝚢 to get the fastest successful response from multiple sources.
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 💡
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 💡
.
.
#DevLife #BugSquad #FixingTheUnfixable #CoderProblems #TechHumor
#CodeRescue #SendHelpItWontCompile #DebuggingDiaries #RealDevsAssemble #CodeCleanupCrew
.
.
#DevLife #BugSquad #FixingTheUnfixable #CoderProblems #TechHumor
#CodeRescue #SendHelpItWontCompile #DebuggingDiaries #RealDevsAssemble #CodeCleanupCrew
#webdeveloper #webdevelopment #CSS #javascript #ReactJs
#webdeveloper #webdevelopment #CSS #javascript #ReactJs
?? vs || 🤔
?? → returns right side only if left is null/undefined 🚫
|| → returns right side if left is falsy (0, '', false, etc.) ⚠️
💡 Key: ?? ≠ ||
?? vs || 🤔
?? → returns right side only if left is null/undefined 🚫
|| → returns right side if left is falsy (0, '', false, etc.) ⚠️
💡 Key: ?? ≠ ||
I designed and developed a modern, user-friendly site for Adar Uniforms, a trusted name in healthcare and service apparel.
🌐 adaruniforms.com
Check out more of my work here: 🌐 minahilakhtar.github.io
.
#webdevelopment #webdesign #reactJs #javascript #coding
I designed and developed a modern, user-friendly site for Adar Uniforms, a trusted name in healthcare and service apparel.
🌐 adaruniforms.com
Check out more of my work here: 🌐 minahilakhtar.github.io
.
#webdevelopment #webdesign #reactJs #javascript #coding
You can use 𝚜𝚎𝚝𝚃𝚒𝚖𝚎𝙾𝚞𝚝 + 𝚙𝚛𝚘𝚖𝚒𝚜𝚎 to create a wait function.
.
.
.
#JavaScriptTip #setTimeout #Promise #AsyncJavaScript #CodingTips
You can use 𝚜𝚎𝚝𝚃𝚒𝚖𝚎𝙾𝚞𝚝 + 𝚙𝚛𝚘𝚖𝚒𝚜𝚎 to create a wait function.
.
.
.
#JavaScriptTip #setTimeout #Promise #AsyncJavaScript #CodingTips
You can use conditions, switch statements, maps, and all sorts of other approaches to build UIs.
Don't forget, React components are simply JavaScript functions that return JSX.
.
.
#reactJs #Webdevelopment #Javascript #webdesign #Programming #codinglife #code
You can use conditions, switch statements, maps, and all sorts of other approaches to build UIs.
Don't forget, React components are simply JavaScript functions that return JSX.
.
.
#reactJs #Webdevelopment #Javascript #webdesign #Programming #codinglife #code
Error(..., { cause }) keeps the original error when re-throwing.
Without cause: only wrapper shows.
With cause: wrapper + root appear → easier debugging.
💡 Use cause small change, big win.
.
#webdevelopment #reactJs #Javascript #codinglife #WebDesign #programminglife
Error(..., { cause }) keeps the original error when re-throwing.
Without cause: only wrapper shows.
With cause: wrapper + root appear → easier debugging.
💡 Use cause small change, big win.
.
#webdevelopment #reactJs #Javascript #codinglife #WebDesign #programminglife
Feedback welcome!
More of my work: 🌐 minahilakhtar.github.io
.
.
#webdevelopment #WebDesign #coding #programming #websites #wordPress #reactjs #javascript #nodejs #mernstackdeveloperbix.com
Feedback welcome!
More of my work: 🌐 minahilakhtar.github.io
.
.
#webdevelopment #WebDesign #coding #programming #websites #wordPress #reactjs #javascript #nodejs #mernstackdeveloperbix.com