-
# Categorizing Business Goals for Software Architectures
This report provides a categorization of possible business goals for software-intensive systems, so that individuals have some guidance in t…
-
Random examples:
1. Functionality explanation
> What's the purpose of `func` in `file`
2. Design patterns
> What is the design pattern used for `file`, respond with one of "OOP", "FP", etc…
-
### Is your feature request related to a problem? Please describe.
At the moment, most of the worlds, UI, rendering and everything runs within a single process.
While this keeps things simpler, it…
-
https://creately.com/blog/diagrams/advantages-and-disadvantages-of-uml/
-
Dear BCF-API team,
I would like to suggest two new endpoints:
- get batch comments
- get batch viewpoints
Currently, it's a requirement do requests by topic, sample:
- GET /bcf/{version}/…
-
@mchlrch
See also: https://en.wikipedia.org/wiki/Stereotype_(UML)
I would like to be able to declare which classes are stereotypes in order to:
- show them as stereotype markers on a class
- …
-
///
-
We're interested in enhancing the ML/MM method by including intermolecular interactions between the ML and MM regions of the system. There is some discussion on the slack channel for this about which …
-
-
I have encoded video and audio streams that I simply want to encrypt and generate a DASH manifest for and upload to an S3 bucket. It seems like shaka-streamer would simplify this over using shaka-pack…