Pinned Repositories
AutoMapperDemo
This is a companion code for AutoMapper Youtube Video
CleanArchitectureDI
CleanArchitectureTemplate
CoreBankingAppYT
This is a guide to the Youtube Series
GenericRepositoryAndUnitOfWorkPattern
A Repository mediates between the domain and data mapping layers (like Entity Framework). It allows you to pull a record or number of records out of datasets, and then have those records to work on acting like an in-memory domain object collection, and you can also update or delete records within those data set, and the mapping code encapsulated by the Repository will carry out the appropriate operations behind the scenes. Repository pattern is a way to implement data access by encapsulating the set of objects persisted in a data store and the operations performed over them, providing a more object-oriented view of the persistence layer.
ImplementingJWT
MovieManagementDemoCQRS
This is an Aid to the Youtube Tutorial on How to Implememnt CQRS
School-Management-Android-App
SchoolManagement
Its a sample blueprint for a school management system built in Java Programming Language
SupplierPortal
Kakoko's Repositories
Kakoko/MovieManagementDemoCQRS
This is an Aid to the Youtube Tutorial on How to Implememnt CQRS
Kakoko/CoreBankingAppYT
This is a guide to the Youtube Series
Kakoko/AutoMapperDemo
This is a companion code for AutoMapper Youtube Video
Kakoko/ImplementingJWT
Kakoko/HR.LeaveManagement.Clean
Kakoko/SupplierPortal
Kakoko/ASPNETMicroservicess
A deep dive into ASP NET Core Microservices
Kakoko/BackgroundJobApp
Kakoko/BlackMambaRetailStore
Managing Point of Sale Activities
Kakoko/BlazorCRUD
Companion Code for a Youtube Video
Kakoko/CleanArchitectDemo
Clean Architecture
Kakoko/CleanArchitecture
Kakoko/CodeMazeGuides
The main repository for all the Code Maze guides
Kakoko/CodeUnparalelled.CodersManager
Kakoko/CodeUnparalleledMovieFlex
Kakoko/DatatableJS
Kakoko/debug-microservice
this is only for debugging microservice web api
Kakoko/DeveloperDemoPortal
Kakoko/DeveloperPortalMudBlazor
This is a companion source code for an upcoming youtube video
Kakoko/EShopMicroservices
A Demonstration on .NET 8 Microservices
Kakoko/IdentityManager
Kakoko/JokesFrontEnd
Kakoko/MinimalExample
Minimal API Demonstration
Kakoko/MVCApplication
Building a complete MVC App
Kakoko/NEVICO_REVIEW
Kakoko/RabbitMqProducer
Kakoko/ReddisAPI
Kakoko/RoomBookingApp.Core.Tests
Demo on Using XUnit Testing Framework
Kakoko/SOLID-Principles-DEMO
Kakoko/UserManagmenentServiceDemo