Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
-
Updated
Jun 15, 2022 - C#
{{ message }}
Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
Open Source Turkish Microservices eBook. Feel free to contribute.
Clone all your repositories and apply sweeping changes.
The Lucid Architecture for Scalable Laravel Applications.
Source code for https://threedots.tech/post/microservices-or-monolith-its-detail/ article.
Example Go monolith with embedded microservices and The Clean Architecture
Modular Monolith Java application with DDD
Links to excellent videos, articles, blogs, etc. on microservices architecture
A project showing the implementation of the modular monolith architecture in Node.js.
A sinlge point of reference to start learning about backend.
A gaming website where people can play against each other.
A workshop to get experiences on Java Module System. There are 6 missions and you will introduce how you can restrict to access a module and let open specific packages to other modules. What is Deep Reflection and how can you open a module to Deep Reflection. You will touch many java commands to generate modules and investigate a module without unjar it. You will create your own Runtime Image with JLink command.
Methodus.dev is a nodeJS application framework. http://methodus.dev
Command line tool for CI/CD pipelines that helps to prevent Go spaghetti code (a.k.a. big ball of mud).
Modular monolith architecture example. Estimation Tool is tool to optimize estimation process in IT company.
VShop is a sample .NET 6 application built as Modular Monolith with Domain-Driven Design (DDD) approach. Each module is an independent vertical slice with its custom architecture.
Charity project to help people to get a lost leg replacement.
The most majestic, most monolithic lein template
Main repository for the workshop `From Monoliths to Microservices using CQRS and Event Sourcing`
The best way to get started with clojure web apps
At LayoutB.jsx props.data.author.profilePhoto.data.data should be passed to the function toBase64String()
Add a description, image, and links to the monolith topic page so that developers can more easily learn about it.
To associate your repository with the monolith topic, visit your repo's landing page and select "manage topics."
https://github.com/kgrzybek/modular-monolith-with-ddd/blob/54d209639e501301e879aa0d0a84c9ea49e4689e/src/Modules/Meetings/Domain/Meetings/Rules/MeetingAttendeesLimitMustBeGreaterThanGuestsLimitRule.cs#L1-L21
I believe the comparison operator used in the
IsBrokenmethod is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.