Explore my blog
Left Recursive
A -> Aα | β
A -> βA'
A' -> αA' | ε
E -> E + T | E - T | T | C
A -> A α A α β β
E -> TE' | CE'
E' -> +TE' | -TE' | ε
A no longer exists and is now A' placed at the end of
β at the top and α at the bottom
min 1 α and 1 β
Status: #idea
Tags: compilation-techniques
References
Locally-redundant storage (LRS)
multiple copies in one datacenter
* Lowest-cost option with basic protection against server rack and drive failures.
* Recommended for non-critical scenarios.
lrs.png
Status: #idea
Tags: az-900, azure, cloud
References
Mainstream services
Services that are accessible in all recommended regions for deployment.
* Azure API Management
* Azure Container Registry
* Azure Functions
* Azure Private Link
* Azure Virtual WAN
Status: #idea
Tags: az-900, azure, cloud
References
Memory-optimized
gcp:
Memory Optimized (M2, M1): Ultra high memory workloads
Use cases:
* Large in-memory databases and In-memory analytics
Status: #idea
Tags: gcp, google-cloud-engineer, cloud, cloud-compute, Google Compute Engine, Steps when creating a VM Instance in Google Compute Engine, Compute Engine Family, ccp, AWS EC2, AWS EC2 Instance Types
References
Microservice
* Splits apps into smaller, independent parts
* Self-contained units for specific functions
Status: #idea
Tags: cloud
References
Microsoft Entra ID
formerly Azure Active Directory
Status: #idea
Tags: az-900, azure, cloud
References