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. Cowboys 69K posts
 - 2. Nick Smith Jr 11K posts
 - 3. Kawhi 4,397 posts
 - 4. Cardinals 30.9K posts
 - 5. #LakeShow 3,480 posts
 - 6. #WWERaw 62.7K posts
 - 7. Jerry 45.7K posts
 - 8. Kyler 8,546 posts
 - 9. Blazers 8,087 posts
 - 10. No Luka 3,676 posts
 - 11. Jonathan Bailey 24.5K posts
 - 12. Logan Paul 10.3K posts
 - 13. #WeTVAlwaysMore2026 346K posts
 - 14. Jacoby Brissett 5,665 posts
 - 15. Valka 4,899 posts
 - 16. Cuomo 177K posts
 - 17. Pickens 6,682 posts
 - 18. Dalex 2,589 posts
 - 19. Bronny 15K posts
 - 20. Koa Peat 6,317 posts
 
Something went wrong.
Something went wrong.