Architecture Diagramming
Before reading RX Patient Tools Use these quick guides before reading the article, or return to them when you need help preparing questions for a doctor....
The general Resources browser remains below. These four indexed pathways provide faster focused discovery.
Browse medical articles by letter, category, and search. Built for large health libraries.
Before reading RX Patient Tools Use these quick guides before reading the article, or return to them when you need help preparing questions for a doctor....
DefinitionArtificial general intelligence (AGI) is a field of theoretical AI research that attempts to create software with human-like intelligence and the ability to self-teach. The aim...
DefinitionArtificial intelligence for IT operations (AIOps) is a process where you use artificial intelligence (AI) techniques maintain IT infrastructure. You automate critical operational tasks like performance...
DefinitionThe async pipe subscribes to an Observable or Promise and returns the latest value it has emitted. When a new value is emitted, the async pipe...
Async/await is a language structure that complements promises. It allows us to work with promises with less boilerplate. DefinitionFor example, the following definitions are equivalent: function...
DefinitionThe event loop’s job is to look at the stack and look at the task queue. If the stack is empty it takes the first thing...
DefinitionAn audio-to-text converter is a transcription software that automatically recognizes speech and transcribes what is being said into its equivalent written format. Traditionally, a human would...
DefinitionAutomated reasoning is the field of computer science that attempts to provide assurance about what a system or program will do or will never do. This...
DefinitionApplications that rely on third-party sources for data will at some point need to include things like OAuth tokens, SSH keys, or API credentials. This becomes...
DefinitionBatch processing is the method computers use to periodically complete high-volume, repetitive data jobs. Certain data processing tasks, such as backups, filtering, and sorting, can be...
DefinitionBehaviourSubject – Requires an initial value and emits the current value to new subscribers. One of the variants of the Subject is the BehaviorSubject. The BehaviorSubject has...
DefinitionThe Block, Element, Modifier methodology (commonly referred to as BEM) is a popular naming convention for classes in HTML and CSS. Block Stan dalone entity that...