Global
Everything on SkillVeris tagged Global — collected across the glossary, study notes, blog, and cheat sheets.
9 resources across 2 libraries
Study Notes(8)
Global and Local Tools
How to install, pin, build, and manage .NET CLI tools, both globally on a machine and locally per repository via a tool manifest.
Collection and Global Variables
Learn the difference between collection variables, scoped to one collection, and global variables, available everywhere, and when to use each.
The WebAssembly JavaScript API
A tour of the WebAssembly global object's core classes — Module, Instance, Memory, Table, and Global — and how JavaScript orchestrates Wasm.
GCP Global Infrastructure
How Google Cloud organizes data centers into regions, zones, and edge locations, and why this shapes availability and latency decisions.
Azure Global Infrastructure
How Azure organizes its worldwide data centers into regions, availability zones, and region pairs to deliver performance and resilience.
The AWS Global Infrastructure
How AWS Regions, Availability Zones, and Edge Locations are structured to deliver low-latency, fault-tolerant, and globally distributed applications.
Local vs Global Variables
Understand how Bash variable scope actually works, why globals are the default, and how to use `local` deliberately to write safer scripts.
Navigation Guards
Understand how global, per-route, and in-component navigation guards let you control, cancel, or redirect navigation, e.g. for authentication.