Skip to main content
مستودع GitHub

Vidra

يحتوي Vidra على 15 من skills المجمعة من sandeeep-prajapati، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
15
Stars
11
محدث
2026-05-03
Forks
2
التغطية المهنية
6 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

ajax-laravel-integration
مطوّرو البرمجيات

Implement AJAX for dynamic interactions in Laravel app, including data fetching, form submissions, and updates. Use with REST APIs and queue for background processing.

2026-05-03
authentication-authorization
مطوّرو البرمجيات

Implement authentication and role-based access control for the school management app. Use for securing endpoints and managing user permissions across different roles.

2026-05-03
deployment
مديرو الشبكات وأنظمة الحاسوب

Deploy the monorepo school management app (Laravel + Django) using Docker Compose, Nginx, and CI/CD. Covers local dev, Docker stack, and production setup for both services.

2026-05-03
django-module-builder
مطوّرو البرمجيات

Create a new modular Django app in django/apps/{module}/ following the DI-container architecture. Each app mirrors a Laravel package — models, repository, service, serializer, viewset, urls, AppConfig. Use whenever adding a new Python feature to the school management system.

2026-05-03
documentation
مطوّرو البرمجيات

Maintain comprehensive documentation for the school management monorepo (Laravel + Django). Covers API docs, architecture guides, and setup instructions for both services.

2026-05-03
laravel-db-generator
مصممو قواعد البيانات

Generate Laravel migrations, models, factories, seeders, and relationships from markdown table definitions in the DB_Structure folder. Use for creating database schema and Eloquent models for the school management system.

2026-05-03
laravel-modular-structure
مطوّرو البرمجيات

Create and maintain module-wise folder structure in Laravel for organizing code by features like Student Management, Staff Management, etc. Includes controllers, models, views, routes, and migrations per module.

2026-05-03
package-based-architecture
مطوّرو البرمجيات

Build self-contained packages/modules where each module has its own controllers, models, views, routes, and service provider. CorePackage provides the shared UI layout and Blade component library used by all modules. Enables true modularity and independent feature development with complete separation of concerns.

2026-05-03
performance-optimization
مطوّرو البرمجيات

Optimize the school management app for speed and scalability. Implement caching, database optimization, query optimization, and frontend performance.

2026-05-03
project-goals
متخصصو إدارة المشاريع

Define and manage project goals, features, and development roadmap for the school management app. Covers both Laravel (PHP) and Django (Python) services in the monorepo.

2026-05-03
python-bridge
مطوّرو البرمجيات

Call Django Python services from Laravel PHP using the PythonBridge helper. Covers the HMAC authentication handshake, sync HTTP calls, async queue pattern, and how to add the helper to the CorePackage. Use whenever a Laravel controller or service needs to call a Django endpoint.

2026-05-03
queue-data-sync
مطوّرو البرمجيات

Implement queue-based data syncing and processing in Laravel. Create jobs for background tasks like data synchronization, email sending, and notifications.

2026-05-03
rest-api-builder
مطوّرو البرمجيات

Build RESTful APIs in Laravel with proper routing, controllers, resources, and authentication. Use for mobile apps, frontend AJAX, or third-party integrations.

2026-05-03
testing-strategy
محللو ضمان جودة البرمجيات والمختبرون

Implement comprehensive testing for the school management app including unit tests, feature tests, and API tests using PHPUnit. Use for ensuring code quality and preventing regressions.

2026-05-03
ui-design-components
مصممو واجهات الويب والرقمية

Complete UI design system for the school management app. Covers the CorePackage component library, design tokens, layout patterns, form patterns, and all reusable Blade components. Reference this skill whenever building or modifying any view in any module.

2026-05-03