-
I have developed monolith for 10 years, the architecture becomes very hard to understand, no matther how many effort we put into the arhitecture design, I am wondering when and whether Magento wi…
-
![microservice](https://1635978725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M418Ul0aSTwf2PYsyPW%2Fuploads%2Fgit-blob-b43b8ed3175cfa15cc8a6a4affcfc45be74342bd%2FMicro%20serv…
-
Hi all,
Same with many others, Adrian's great talk on State of Arts Microservices brought me here.
I am having my first go at Simianviz. Just created my own json arch by using the provided script t…
-
### Discussed in https://github.com/orgs/TriliumNext/discussions/12
Originally posted by **eliandoran** February 15, 2024
From a cursory look at the architecture of the application, it appears…
-
This monolith needs to be broken down into a microservice architecture, that can be deployed into a dockerized environment.
-
### System information
Type | Version/Name
--- | ---
Distribution Name | Ubuntu
Distribution Version | 20.04.6
Kernel Version | 5.15.0-75-generic
Architecture | x86_64
OpenZFS Version | 2.1.…
-
Instead of having a monolith web MVC application, separate into REST services under a microservice architecture. This will make the application more scalable and be able to programmatically be consume…
-
This is more of a question than an issue. I couldn't find a discussion board or slack, sorry if this is the wrong place to ask.
This repo is exactly the starter-kit I was looking for as it minimiz…
-
It maybe a fair example in how to reduce coupling in general, but Nest's module system was built to afford code reuse and to facilitate an easier reasoning about how the application should work. Nest …
-
# ADR-XXXX: Use OOP for parsing framework #
**Date:** 2020-01-07
## Status ##
Proposed
## Context ##
Currently, `monolith`'s architecture is a bit, well, monolithic. The vast majority of fun…