vinisaeta's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
fluentmigrator/fluentmigrator
Fluent migrations framework for .NET
wso2/reference-architecture
The Reference Architecture for Agility is a technology-neutral logical architecture based on a disaggregated cloud-based model.
karwanessmat/CSharpDesignPatterns
In this repository, you will find an extensive collection of carefully crafted C# design patterns that I have created. These patterns cover a wide range of scenarios, including creational, structural, and behavioral patterns, offering elegant and efficient solutions to common programming challenges.
BenMorris/NetArchTest
A fluent API for .Net that can enforce architectural rules in unit tests.
NetDevPack/Security.Jwt
Jwt Manager. Set of components to deal with Jwt Stuff. Automate your key rotating, add support for jwks_uri. Store your cryptography keys in a secure place.
dotnetcore/CAP
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
amantinband/throw
A simple, fluent, extensible, and fully customizable library for throwing exceptions for projects using .NET 6+
bregman-arie/howtheydevops
A curated collection of publicly available resources on how companies around the world practice DevOps
kgrzybek/sample-dotnet-core-cqrs-api
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
kgrzybek/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
App-vNext/Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
angular/angular
Deliver web apps with confidence 🚀
EduardoPires/EquinoxProject
Web Application ASP.NET 8 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
krispo/angular-nvd3
AngularJS directive for NVD3 reusable charting library (based on D3). Easily customize your charts via JSON API.
johnpapa/angular-styleguide
Angular Style Guide: A starting point for Angular development teams to provide consistency through good practices.