DevGuide 🇵🇸
10.9K subscribers
2.56K photos
17 videos
127 files
3.54K links
Join our channel for top-notch programming hacks, epic discussions, and brilliant career moves. 🚀

⚡️ Stay connected with me: linktr.ee/AliSamir

📍 To advertise on the channel: https://telega.io/c/the_developer_guide
Download Telegram
DevGuide 🇵🇸
أول منصة عربية متخصصة في التحديات البرمجية https://creators.nafezly.com/a/1627
بخصوص الناس اللي بعتتلي إن الفلتر بتاع الموقع مش شغال

- المشكلة في أول صف بس في التحديات والفلتر بيشتغل من أول الصف التاني ف سيبك من أول صف واختار المسائل من بداية الصف التاني حسب درجة الصعوبة

متنساش تشير المقال وبالتوفيق يا بطل 🤍
كورسات مجانية في مجال الويب

- Not just a course but a family.

https://creators.nafezly.com/a/1656

#webdevelopment
متضيعش الإجازة 🙂

https://bit.ly/3r3jcmB
1
Introducing the MDN Playground: Bring your code to life!

- The MDN Playground is pretty much what you expect it to be – a simple way to preview HTML, CSS, and JavaScript. For now it covers most of the basics; like basic autocomplete, formatting with the one and only prettier, and the option to share your amazing work (given you're logged in).

https://developer.mozilla.org/en-US/blog/introducing-the-mdn-playground/
1👍1
Traversy Media Content Guide

- This is a categorized map of crash courses, projects and paid courses in the order that I would suggest watching.

https://www.traversymedia.com/guide

#webdevelopment
مكتبة Three.js وتطوير مواقع ثلاثية الأبعاد (3D)

https://bit.ly/3PEup7m
Free resources for learning Full Stack Web Development.

github.com/bmorelli25/Become-A-Full-Stack-Web-Developer

#fullstack
5👍5
فاكر كوباية الشاي بتاعت آخر مقال؟ هاتها وتعالى 😁

CSS: The Good Parts

- From basic styles to complex animations, CSS has evolved into a whole new level of cool. It's not just about simple styling anymore, it's about bringing your whole web game to life.

Dive into how CSS got to where it is today:
https://www.builder.io/blog/css-the-good-parts

#css #frontend
33 Concepts Every JavaScript Developer Should Know

https://github.com/leonardomso/33-js-concepts

#javascript
👍3
Every Programmer Should Know 🤔

- A collection of (mostly) technical things every software developer should know about.

https://lnkd.in/ddMXAtzA
1👍1
API Quick Reference.pdf
207.3 KB
API Quick Reference Cheat Sheet
أيها الفرونت اند ديفلوبر تخيل معي هذا السيناريو

- عندك بروجكت Next.js وفيه فولدر pages وجواه فولدر account
- فولدر account دا جواه شوية فولدرات زي address - cards - orders - wishlist
- اوعى تتوه مني .. عندك بقا في فولدر address صفحة بتوديك علشان تضيف عنوان جديد
- في الفولدر الرئيسي account عندي component بتظهر في كل الفولدرات اللي جواه بس أنا مش عايزها تظهر في صفحة إضافة عنوان جديد اللي هي جوا فولدر address

قولي كدا هتعمل إيه - مينفعش تغير الــstructure بتاع البروجكت ولا تضيف صفحات ولا تحذف صفحات.