shlogg · Early preview
Majeedat Abdulwahab @majeedatwahab

Frontend Developer

Building An AI-Powered Learning Companion For Interactive Education

Built AI-powered learning companion with interactive cards, adaptive content & progress tracking. Overcame UI/UX design challenges & optimized AI-generated content for performance.

10 Common Frontend Mistakes To Avoid In Your Next Project

10 common frontend dev mistakes: not making it accessible, overusing divs, not optimizing images, poor browser compatibility & more. Fix them with semantic HTML, ARIA roles, image compression, cross-browser testing & more!

Frontend Development Roadmap 2025: Essential Skills & Tools

Master frontend dev skills in 2025 with this roadmap! Learn HTML, CSS, JavaScript basics, version control (Git), responsive design, frameworks (React.js, Vue.js), package managers & build tools, APIs, accessibility & performance. Keep learning!

Master Frontend Skills With 5 Free Resources

Master frontend skills with 5 FREE resources: FreeCodeCamp, MDN Web Docs, The Odin Project, Kevin Powell's YouTube channel & Scrimba. Learn HTML, CSS, JavaScript & more! Start building user-friendly interfaces today!

Centering Elements In CSS: 4 Foolproof Ways To Save Your Sanity

Center elements in CSS with ease using these 4 foolproof methods: 1. text-align for text 2. Flexbox for both vertical & horizontal alignment 3. CSS Grid with place-items shorthand property 4. margin: auto; for fixed-width elements