Muhammad Rehan
@RehanfromSDK
I am student of SMIT. I learn web development 😛.
In the rush of code, patience crafts the perfect rhythm.
I used to write 3 media queries just to size a heading. Then I met clamp() — one line, infinite flexibility. clamp(1rem, 2vw, 3rem) = min, fluid, max. It’s like giving your font superpowers. #CSSMagic #ResponsiveDesign #FrontendTips
I used to swear by height: 100vh… until mobile browsers betrayed me. Safari’s dynamic toolbar made my layout jump like crazy. Now I use height: 100dvh — and it’s smooth sailing. stop fighting the viewport. Start understanding it. #CSSTips #MobileDev #FrontendFixes
In 2025, if your website isn’t responsive, you’re already 10 steps behind. Mobile-first design isn’t optional anymore — it’s the backbone of user trust. Remember: “A website that adapts, survives. A website that ignores, dies.” #WebDev #ResponsiveDesign #CodingJourney
CSS divs running wild? 😩 My layout was a bazaar mess! Learning Point: Use position: relative on parent, absolute on child with top: 0;. Who's tamed positioning? 😄 #WebDev #CSS
JS events bubbling chaos? 😩 My clicks went rogue! Learning Point: Delegate: parent.addEventListener('click', e => { if (e.target.matches('.btn')) { ... } });. Great for dynamics. Who's delegated event wins?
API fetches lagging? 😩 My data was stuck in limbo! Learning Point: Use async () => { await fetch('url'); }. Verify with res.ok. Who's mastered async fetches? 😜 #webdeveloper #JavaScript
JS modules not clicking? 😩 My imports were path puzzles! Learning Point: Export: export const var = value;. Import: import {var} from './file';. Who's built modular masterpieces? 😄 #WebDevelopment #JavaScript
CSS selectors evading you? 😩 My styles ghosted me! Learning Point: Target via .class1.class2 { ... }. Use ID for strong: #id { ... }. Who's conquered selector wars? 😜 #WebDev #CSSBattleDaily
CSS links looking dated? 😩 My hovers were zero energy! Learning Point: Style a:hover { color: blue; }. Add :visited for seen links. Who's pseudo-class pro? 😄 #WebDevelopment #CSS
JS timers out of sync? 😩 My delays were mela-level chaos! Learning Point: Use setTimeout(func, ms) for once; setInterval(func, ms) for loops. Who's tamed timers? 😜 #WebDev #javascriptlibraries
الحمدللہ! آج ہم حضور خاتم النبیین حضرت محمد مصطفیٰ ﷺ کی ولادت باسعادت کے 1500 سالہ جشن کو عقیدت و محبت کے ساتھ منارہے ہیں۔ یہ دن ہمیں آپ ﷺ کی سیرتِ طیبہ، رحمت للعالمین کے پیغام، اور اخوت و محبت کا درس یاد دلاتا ہے۔ ✨ عید میلاد النبی ﷺ مبارک ہو! ✨ #محمدﷺ
CSS animations stuttering? 😩 My fades were Bollywood blooper reel! Learning Point: Set @keyframes name { from {} to {} }. Use animation: name 1s ease;. Who's animated web magic? 😏 #WebDev #cssanimation
JS strings knotting up? 😩 My concats were a twisted tale! Learning Point: Use backticks: Hi ${var}!. Supports multi-lines naturally. Who's templated their way free? 😜 #WebDev #JavaScript
JS spreads going overboard? 😩 My merges were biryani chaos! Learning Point: Merge objs: {...old, newKey: 'val'}; . Arrays: [...a, ...b]. Who's spread JS wonders? 😄 #WebDev #JavaScript
آج یوم دعوت اسلامی ہے۔ آؤ مل کر مناۓ۔ دعوت اسلامی۔۔۔۔۔۔زند باد
JS destructuring disasters? 😩 My objects were mystery mishaps! Learning Point: Extract via const {key} = obj;. Add defaults: {key = 'default'}. Who's unpacked JS magic? 😏 #WebDev #JavaScript
United States เทรนด์
- 1. #NationalCatDay 3,640 posts
- 2. FOMC 44K posts
- 3. #SaveSudan 1,446 posts
- 4. Azure 14.6K posts
- 5. Hutch 1,437 posts
- 6. Huda 27K posts
- 7. Jennifer Welch 10.5K posts
- 8. NBA Street 2,307 posts
- 9. #SpaceMarine2 1,885 posts
- 10. #Spooktacular25 N/A
- 11. Vistoso Bosses N/A
- 12. #SellingSunset N/A
- 13. Powell 30.8K posts
- 14. South Korea 166K posts
- 15. Jay Z 9,991 posts
- 16. Jake Browning N/A
- 17. Olandria 43.5K posts
- 18. Mandy 17.8K posts
- 19. Brad Holmes N/A
- 20. Snek for the Cure 1,082 posts
Something went wrong.
Something went wrong.