DeveloperBreeze

تسجيل الدخول Development Tutorials, Guides & Insights

Unlock 2+ expert-curated تسجيل الدخول tutorials, real-world code snippets, and modern dev strategies. From fundamentals to advanced topics, boost your تسجيل الدخول skills on DeveloperBreeze.

Tutorial
php

بناء API متقدم باستخدام Laravel Passport للتوثيق

في هذا الدرس، سنقوم بإنشاء واجهة برمجة تطبيقات (API) متقدمة باستخدام Laravel، وسنستخدم Laravel Passport لإضافة التوثيق (authentication) القائم على الـ OAuth2. هذا النوع من التوثيق يوفر أمانًا أعلى ويسمح بتصديق المستخدمين عبر رموز الوصول (access tokens).

  • بيئة Laravel مثبتة (Laravel 9 أو أحدث)
  • Composer
  • MySQL أو SQLite
  • Postman لاختبار الـ API

Sep 27, 2024
Read More
Tutorial
javascript

بناء تطبيق ويب متقدم باستخدام React.js وNode.js

   mkdir advanced-web-app
   cd advanced-web-app
   npm init -y

Sep 27, 2024
Read More