modular-monolith-with-ddd
HomeBrew
modular-monolith-with-ddd | HomeBrew | |
---|---|---|
18 | 1,354 | |
12,168 | 44,176 | |
0.3% | 0.9% | |
7.0 | 10.0 | |
about 1 year ago | 6 days ago | |
C# | Ruby | |
MIT License | BSD 2-clause "Simplified" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
modular-monolith-with-ddd
-
Modular Monolith with DDD repository migrated to .NET 8.0
Link to PR here: https://github.com/kgrzybek/modular-monolith-with-ddd/pull/286
-
How to find a sample enterprise applications?
- https://github.com/kgrzybek/modular-monolith-with-ddd (a really well documented example)
-
How I start every new Python backend API project
You can see there is a module called building_blocks. Inside it, I keep all the utilities needed in the project, like a logger, serializers, and so on. I did not make up this name, I borrowed it from this repo.
- Does anybody want to learn Computer Science??
-
100+ Must Know Github Repositories For Any Programmer
9. Modular Monolith with TDD
- Can you suggest a Git repo using DDD
-
Can you suggest a git repo using DDD?
This covers far more than just DDD, however, I find the links and README super helpful for a wide range of subjects: https://github.com/kgrzybek/modular-monolith-with-ddd
-
Software design: What are the middle ground options between monolith and microservices?
Modular monolith. Here is one of the best production-ready examples https://github.com/kgrzybek/modular-monolith-with-ddd
- Why do I distrust people who talk about Clean Architecture?
-
The only two custom React hooks we ever use
Am wondering what react community thinks of DDD.
I've been reading "blue" DDD book (by Eric Evans) and "red" book (by Vaugh Vernon) and that was a completely "my whole life was a lie" type of experience and relief at the same time. It's just so great to have the principles of who to structure the code. It, by definition makes, your codebase structure meaningful. Because it's structured according to some common knowledge, not your random thoughts at the time you were writing code.
I was surprised to find so little DDD react sample codebases. Let's say for backend there is huge amount of samples, i.e. https://github.com/kgrzybek/modular-monolith-with-ddd . For react/frontend I have bookmarked only https://github.com/talyssonoc/react-redux-ddd/tree/master/sr... and few more, but those others does not meet the optional criteria i like really much - at the highest (or at app) level all codebase need to have folders app, domain, infra and ui. Simple rule, but simplifies life a lot.
So my question is - is DDD for some reasons not very applicable for app frontend development. Or it just never became popular. Or maybe DDD is popular amongst react developers, just I am not aware of this.
Many thanks for any ideas and comments!
HomeBrew
-
Building a Smart Session Tracker for Your Mac's Menu Bar
If you don't have Homebrew installed, grab it from brew.sh first.
- Use Plain Text Email
-
ServBay alternatives - docker-xampp, laragon, and HomeBrew
4 projects | 26 Jun 2025
-
Find & Delete Duplicate Files on Windows & Mac Programmatically
Installation (using Homebrew): If you don't have Homebrew installed, you can get it from https://brew.sh.
-
Setting Up PostgreSQL on macOS: A Fresh Start Guide
Since you're on macOS, Homebrew is your friend for installing and managing software like PostgreSQL. If you don't have Homebrew installed yet, head to brew.sh and follow the installation instructions.
- Ask HN: What project do you donate to?
-
How to for developers: Mastering your corporate MacBook Setup
Homebrew is the go to for developer using MacOs to be able to install applications. It's the equivalent of Aptitude in Ubuntu.
-
Debian GNU/Linux in VirtualBox on MacOS M1 to Practice Kubernetes
Install Vagrant using Homebrew:
-
Homebrew 4.5.0
Thanks for the kind words <3
Rewrite in Rust: never :)
A non-Ruby frontend may be possible but, fundamentally, the Formula DSL is Ruby and we couldn't feasibly move to another language without breaking backwards compatibility with everything.
The "update tons of stuff you never asked for": we're working on this: https://github.com/Homebrew/brew/issues/19202
Performance in general: we're doing what we can to improve it wherever possible. Ruby makes this harder but it is getting better rather than worse at this point.
-
Sapphire: Rust based package manager for macOS
> I wonder if you can get away with not doing parallel downloads, but just keep the sequential downloads going in the background while it is installing a package?
I could be wrong, but I believe multiple people, including maintainers, have looked into exactly that :-)
(I also need to correct myself: there is some work ongoing into concurrent downloads[1]. That work hasn't hit `brew install` yet, where I imagine the question of concurrent traffic volume will become more pressing.)
[1]: https://github.com/Homebrew/brew/issues/18278
What are some alternatives?
CleanArchitecture - Clean Architecture Solution Template for ASP.NET Core
spack - A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
eShopOnWeb - Sample ASP.NET Core 8.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
Chocolatey - Chocolatey - the package manager for Windows
Domain-Driven-Design-Example - Blog series supplementary domain-driven design C# repository that (hopefully) actually makes sense.
Visual Studio Code - Visual Studio Code