delagetto-gh's Stars
github/gitignore
A collection of useful .gitignore templates
goldbergyoni/nodebestpractices
:white_check_mark: The Node.js best practices list (July 2024)
ryanmcdermott/clean-code-javascript
:bathtub: Clean Code concepts adapted for JavaScript
dotnet-architecture/eShopOnContainers
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Moved to https://github.com/dotnet/eShop.
OpenAPITools/openapi-generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
jasontaylordev/NorthwindTraders
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
talyssonoc/node-api-boilerplate
DDD/Clean Architecture inspired boilerplate for Node web APIs
neuecc/ZeroFormatter
Infinitely Fast Deserializer for .NET, .NET Core and Unity.
dotnet/installer
.NET SDK Installer
thangchung/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 🍻
EdwinVW/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.
mcintyre321/ValueOf
Deal with Primitive Obsession - define ValueObjects in a single line (of C#).
eventuate-tram/eventuate-tram-sagas-examples-customers-and-orders
Spring Boot/JPA microservices that use an orchestration-based saga to maintain data consistency
vkhorikov/CqrsInPractice
Source code for the CQRS in Practice Pluralsight course
chsakell/spa-webapi-angularjs
Building Single Page Applications using Web API and AngularJS
hlaueriksson/CommandQuery
Command Query Separation for 🌐ASP.NET Core ⚡AWS Lambda ⚡Azure Functions ⚡Google Cloud Functions
davidfowl/signalr-ports
vykes-mac/clean-authentication-flow
An architectural approach to creating a signUp/SignIn flow adhering to the principles of Domain Driven Design
Command-R/Command-R
Execute MediatR requests via JsonRpc using WebAPI
garoyeri/sample-console-app-net-core-01
Sample .NET Core console application following vertical slice architecture
berndruecker/flowing-retail-concept-java
Simple application showing the concepts using plain Java without infrastructure
brendan-nobadthing/SSW.DataOnion.UserGroupDemo
Ut0n69/vue-ddd-clean-architecture
WIP
weeyin83/Presentations
Resources from my presentations
cwun/employee-tracker
Tutorials on building an Employee Tracker with AngularJS 1.5.5 and Web API 2.2
dotnet-architecture/explore-docker
cwun/ng2-employee-tracker
Tutorials on rewriting an Employee Tracker with Angular 2 and TypeScript
Dmitri85/SPA-Pure-JS-learning
Single Page App of 3 pages with clicker____Pure JS
XhantiMda/FilterDI
Sample ASP.NET Core WebAPI showcasing how Dependency Injection can be used with Filters.