Persistent
Everything on SkillVeris tagged Persistent — collected across the glossary, study notes, blog, and cheat sheets.
7 resources across 1 library
Study Notes(7)
EEPROM and Persistent Storage
How to store data that survives power loss on Arduino using the built-in EEPROM, plus the wear limits, techniques, and modern alternatives for persisting setti…
Immutable Data Structures
Explore Clojure's core persistent data structures — vectors, lists, maps, and sets — and understand how immutability and structural sharing make them both safe…
What Are WebSockets?
An introduction to the WebSocket protocol, a persistent, full-duplex communication channel over a single TCP connection used for real-time web applications.
Persistent Disks Explained
How Google Cloud's network-attached block storage works for Compute Engine — disk types, snapshots, resizing, and read-write versus read-only attachment.
Persistent Volumes and Claims
Learn how Kubernetes decouples storage provisioning from storage consumption using PersistentVolume and PersistentVolumeClaim objects.
Persistent Volumes and Claims
Learn how Kubernetes decouples storage from Pods using PersistentVolumes, PersistentVolumeClaims, and StorageClasses for durable, dynamically provisioned data.
Volumes and Persistent Storage
Learn how Docker volumes and bind mounts persist and share data beyond a container's lifecycle, and when to use each option.