Articles tagged "Architecture"
Posts on Orankit tagged "Architecture". 2 articles.
CSS Cascade Layers (@layer) deep dive: specificity reset, layer order, and the `!important` reversal
CSS @layer adds named cascade layers, sidestepping specificity wars and letting library styles coexist with app styles cleanly. This article walks through layer ordering, nesting, the unlayered-styles relationship, and the surprising `!important` reversal.
4 min read
Choosing DNS records: A vs AAAA vs CNAME vs ALIAS vs TXT vs MX, and the apex CNAME problem
Selecting DNS record types is a use-case decision: pointing root domains at CDNs, delegating subdomains to services, configuring email, attaching verification metadata. This article walks through the standard records, the apex CNAME constraint and its workarounds (ALIAS / ANAME / flattening), and TTL strategy.
5 min read