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
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
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
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
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
βοΈ 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
Your actual app might be lightweight, but thanks to the npm ecosystem, your disk storage and GitHub repo are crying π
0
0
0
#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
π 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
JavaScript Tip Use πΏππππππ.πππ’ to get the fastest successful response from multiple sources.
0
0
0
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
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
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
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
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