Pinned Repositories
A-greedy-algorithm-for-the-fault-tolerant-connected-dominating-set-in-a-general-graph
A greedy algorithm for the fault-tolerant connected dominating set in a general graph
Adaptive-data-sampling-and-transmission
Adaptive data sampling and transmission in a wireless sensor node as a function of energy reserves
BandSeeker
BandSeeker is a Web App that assists bands to find members(musicians) and vise versa
C-Sharp-Data-Structures-and-Algorithms
Algorithms and data structures written in C# that I have used for my projects. All the algorithms have information about logic, time and space complexity
Color-conversions
Color conversions RGB->XYZ->CIELab->XYZ->RGB
ConferencePlanner
GraphQL workshop demo project
DockerComposeMakefile
A docker compose makefile template
High-Performance-Computing
High Performance Computing Mini Projects
RealEstateAgents
RepositoryPatternWithAutoRefreshCache
.Net Core API - Repository pattern with auto refresh cache
gegaryfa's Repositories
gegaryfa/Color-conversions
Color conversions RGB->XYZ->CIELab->XYZ->RGB
gegaryfa/DockerComposeMakefile
A docker compose makefile template
gegaryfa/ddd-go
DDD example project based on https://programmingpercy.tech/blog/how-to-domain-driven-design-ddd-golang/
gegaryfa/RepositoryPatternWithAutoRefreshCache
.Net Core API - Repository pattern with auto refresh cache
gegaryfa/ConferencePlanner
GraphQL workshop demo project
gegaryfa/RealEstateAgents
gegaryfa/advent-of-code-2022
Advent of code 2022 in Go
gegaryfa/azure-functions-billing
Azure Functions v2 with .NET Core - billing in serverless architecture.
gegaryfa/Cars-Island-On-Azure
Cars Island is a fake car rental company which used Microsoft Azure cloud services to implement the system for managing car renting.
gegaryfa/clean-architecture-azure-cosmos-db
A starting point to build a web API to work with Azure Cosmos DB using ASP.NET Core and Azure Cosmos DB .NET SDK V3, based on Clean Architecture and repository design pattern. Partition key is also implemented through the repository pattern.
gegaryfa/clean-architecture-dotnet
🕸 Yet Another .NET Clean Architecture, but for Microservices project. It uses Minimal Clean Architecture with DDD-lite, CQRS-lite, and just enough Cloud-native patterns apply on the simple eCommerce sample and run on Tye with Dapr extension 🍻
gegaryfa/clean-architecture-manga
:cyclone: Clean Architecture with .NET5, C#9 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks
gegaryfa/CleanArchitecture
Clean Architecture Solution Template for Angular 10 and .NET 5
gegaryfa/coffeeshop-on-nomad
The .NET coffeeshop application runs on Docker, Nomad and Consul Connect
gegaryfa/dotnet-webapi-boilerplate
Clean Architecture Template for .NET 6.0 WebApi built with Multitenancy Support.
gegaryfa/dotnetcore-microservices-poc
Very simplified insurance sales system made in a microservices architecture using .NET Core
gegaryfa/envoy-rate-limit
rate limiting with envoy poc
gegaryfa/FluentTerminal
A Terminal Emulator based on UWP and web technologies.
gegaryfa/gegaryfa
gegaryfa/go-coffeeshop
☕ A practical event-driven microservices demo built with Golang. Nomad, Consul Connect, Vault, and Terraform for deployment
gegaryfa/go-nats
Examples of using the nats pub/sub with Go
gegaryfa/Locations
Api responsible for managing/quering locations
gegaryfa/namegen
🌈 A unique(ish) random name and id generator
gegaryfa/NetCore-Clean-Architecture
.Net Core starter project for clean architecture showcasing use of the CQRS pattern, MediatR and custom Middleware for cross-cutting concerns, micro-service communications with REST/OpenAPI, Swagger, Webhooks and gRPC endpoints, CosmosDB for data and Serilog for logging.
gegaryfa/pitstop
This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.
gegaryfa/Practical.CleanArchitecture
Asp.Net Core 5.0 samples (+ Blazor, Angular 11.0, React 17.0, Vue 2.6) with Clean Architecture (Monolith, Modular Monolith, Microservices), Domain-Driven Design, CQRS, Event Sourcing, SOLID, Asp.Net Core Identity Custom Storage, Identity Server 4 Admin UI, Entity Framework Core, Selenium E2E Testing, SignalR Notification, Hangfire Tasks Scheduling, Health Checks, Security Headers, ...
gegaryfa/store-golang-microservices
🧺 A practical microservices sample, built with golang, domain-driven design, cqrs, event sourcing, vertical slice architecture, event-driven architecture, and the latest technologies.
gegaryfa/Templates
.NET project templates with batteries included, providing the minimum amount of code required to get you going faster.
gegaryfa/The-Pragmatic-Programmer
Summary of the book The Pragmatic Programmer by Andrew Hunt and David Thomas
gegaryfa/trouble-training
FullStack DDD/CQRS with GraphQL workshop including distributed tracing and monitoring. This shows the configuration from React frontend to .Net backend.