Here are
109 public repositories
matching this topic...
Sample ASP.NET Core 5.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
Java EE and Microservices
Updated
Dec 17, 2018
Java
Open Source Turkish Microservices eBook. Feel free to contribute.
Clone all your repositories and apply sweeping changes.
Updated
Jun 14, 2021
Python
The Lucid Architecture for Scalable Laravel Applications.
Modular Monolith Java application with DDD
Updated
Jun 13, 2021
Java
Links to excellent videos, articles, blogs, etc. on microservices architecture
Example Go monolith with embedded microservices and The Clean Architecture
The backend (that used to) power Hack Club.
Updated
May 19, 2021
Ruby
Collection of tools and ideas for splitting up big monolithic PHP applications in smaller parts.
A gaming website where people can play against each other.
Updated
Jun 5, 2021
TypeScript
Example web application written in Go
A sinlge point of reference to start learning about backend.
🕸 Transform geometric objects and voxel-based models into 3D-printable G-code instructions.
Safe, fast, beauty compiled programming language for developing maintainable software.
Updated
Sep 28, 2018
Java
Charity project to help people to get a lost leg replacement.
Updated
May 12, 2021
TypeScript
The most majestic, most monolithic lein template
Updated
Feb 20, 2017
Clojure
Command line tool for CI/CD pipelines that helps to prevent Go spaghetti code (a.k.a. big ball of mud).
Main repository for the workshop `From Monoliths to Microservices using CQRS and Event Sourcing`
The best way to get started with clojure web apps
Updated
Aug 8, 2017
Clojure
Everyday is getting more and more popular and, sometimes, worthy and useful -> split a monolith into microservices. In this repo I will show an example of how to split a monolith into microservices using the Strangler Fig and Branch By Abstraction patterns.
Updated
Apr 29, 2020
Java
ASP.NET Core Web API Startup Template
Monolithic Express + React Boilerplate with TypeScript and Vercel ❤
Updated
Mar 9, 2021
TypeScript
A project showing the implementation of the modular monolith architecture in Node.js.
Updated
Jun 6, 2021
TypeScript
Implement my vision of clean architecture
Updated
Jun 6, 2018
Kotlin
Improve this page
Add a description, image, and links to the
monolith
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
monolith
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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
IsBroken
method is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.