Skip to main content
sandeeep-prajapati
GitHub creator profile

sandeeep-prajapati

Repository-level view of 15 collected skills across 1 GitHub repositories.

skills collected
15
repositories
1
updated
2026-05-03
repository explorer

Repositories and representative skills

ajax-laravel-integration
software-developers

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
software-developers

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
network-and-computer-systems-administrators

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
software-developers

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
software-developers

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
database-architects

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
software-developers

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
software-developers

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
Showing top 8 of 15 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded