Local
Everything on SkillVeris tagged Local — collected across the glossary, study notes, blog, and cheat sheets.
12 resources across 2 libraries
Study Notes(11)
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.
Local Storage and Session Storage
Persist Blazor app state in the browser using localStorage and sessionStorage via JS interop or community libraries.
Executors: Local, Celery, Kubernetes
Comparing Airflow's LocalExecutor, CeleryExecutor, and KubernetesExecutor for running task instances at different scales.
Local Storage with SQLite
Persist structured data on-device in a MAUI app using sqlite-net-pcl, async CRUD operations, and simple schema migrations.
Working with Local Data
Learn how .NET MAUI apps persist data locally using Preferences for simple settings, SQLite for structured storage, and FileSystem APIs for documents and cache…
Deploying to Testnets and Mainnet
A practical guide to deploying Solidity contracts with Hardhat: configuring networks and keys, understanding gas and nonces, waiting for confirmations, and ver…
let and Local Bindings
Learn how let and let* create local variable bindings in LISP, and how their scoping rules differ from global assignment.
Hot Code Reloading
Understand how the BEAM VM loads new module versions into a running system without downtime, and how to do it safely.
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.
Defining and Registering Components
Covers how to author Single-File Components in Vue 3 and the difference between local and global component registration, with guidance on when to use each.
Local Component State Patterns
Explore idiomatic ways to structure a component's own internal reactive state before reaching for external state management like Pinia.