Pinned Repositories
django-drf-jwt
Django REST Framework : JWT, Custom User Role.
django-kafka-microservice
Creating Django and Kafka based microservices : Event Bus implementation
django-rabbitmq-microservice
Microservice development using Python, Django, RabbitMQ, Pika Client (AQMP protocol)
hello-sqlalchemy
Step by Step procedure to use SQLAlchemy and Alembic in Python Apps
laravel-livewire-volt
Tall Stack Livewire single file components using Volt
laravel-monolith
Better Laravel monoliths: Keep it loosely coupled, Keep it layered, Provide separation of concerns.
laravel-observer-pattern
Creating better Laravel monoliths : Observer Pattern implementation
nestjs-mongodb
The MNNN Tech Stack. Using NestJS, MongoDB and Mongoose
next-js-fetch-server-side
Using NextJs to create server side component with appropriate data fetching and renedering technique.
nextjs-swr-revalidation
Explaining the concept of SWR and On Demand Validation in NextJS
mansha99's Repositories
mansha99/django-rabbitmq-microservice
Microservice development using Python, Django, RabbitMQ, Pika Client (AQMP protocol)
mansha99/django-kafka-microservice
Creating Django and Kafka based microservices : Event Bus implementation
mansha99/django-drf-jwt
Django REST Framework : JWT, Custom User Role.
mansha99/nestjs-mongodb
The MNNN Tech Stack. Using NestJS, MongoDB and Mongoose
mansha99/nestjs-arch
NestJs Architecture explained
mansha99/django-model-tracking
How to track model changes in Django and execute dependent workflows
mansha99/laravel-factory-pattern
Factory pattern implementation in Laravel
mansha99/next-js-fetch-server-side
Using NextJs to create server side component with appropriate data fetching and renedering technique.
mansha99/django-celery-workflow
Creating Workflows using Celery, Redis and Django
mansha99/django-custom-and-model-signals
Implementation of Django Signals, a synchronous mechanism to achieve decoupling among Django components.
mansha99/django-graphql-graphene
GraphQL based search using Graphene for Django App. It also demonstrates Many to Many Hasthrough relation in Django.
mansha99/mansha99.github.io
mansha99/next-js-data-streaming-suspense
Concept of Streaming and Suspense in NextJS Server Side Components
mansha99/nextjs-swr-revalidation
Explaining the concept of SWR and On Demand Validation in NextJS
mansha99/hello-sqlalchemy
Step by Step procedure to use SQLAlchemy and Alembic in Python Apps
mansha99/laravel-livewire-volt
Tall Stack Livewire single file components using Volt
mansha99/laravel-monolith
Better Laravel monoliths: Keep it loosely coupled, Keep it layered, Provide separation of concerns.
mansha99/laravel-observer-pattern
Creating better Laravel monoliths : Observer Pattern implementation
mansha99/django-commands
Creating Django custom commands to execute some task at regular interval using cron or to execute some admin task using terminal.
mansha99/docker-sub-dir-react
Deploying and Running React JS App inside sub-directory of Apache Web Server
mansha99/drf-modelviewset-pagination-search
Using DRF ModelViewSet to create REST APIs with pagination and search support
mansha99/drf-virtual-env-app-config
It is a good practice to execute Apps in isloation each using its own explicit dependencies. It is also recommended to keep App secrets and config data outside the App so as to allow easy switch from dev server to production.This repo demonstrates both.
mansha99/hello-live-wire
Introductary tutorial / guide about 'LL' of Tall Stack: Laravel Livewire
mansha99/hello-react-reducer
This repo demonstrates how we can use useReducer() Hook in React App instead of useState() so as to separate rendering process from state management thus making it easier to maintain and test App.
mansha99/html-content-replacer
A Simple Laravel App to replace HTML Tag content
mansha99/laravel-authorization-policy
Implementing Authentication using JWT and Authorization using Policies.
mansha99/laravel-fixtures-sushi
Using Sushi package to create Fixtures in Laravel
mansha99/laravel-livewire-validation-and-events
Demonstration of event based communication and form request validation capabilities of Laravel Livewire
mansha99/mansha99
mansha99/micro-front-end-federation
React based micro frontend implementation