Keys
Everything on SkillVeris tagged Keys — collected across the glossary, study notes, blog, and cheat sheets.
16 resources across 3 libraries
Study Notes(14)
API Keys and Custom Headers
Learn how to authenticate requests using API keys and how to work with custom HTTP headers in Postman, including placement options and common conventions.
Clustering Keys
Understand how clustering keys influence micro-partition organization in Snowflake to improve pruning and query performance on large tables.
Constraints and Keys
Learn how PRIMARY KEY, FOREIGN KEY, UNIQUE, CHECK, DEFAULT, and NOT NULL constraints enforce data integrity directly at the database layer.
Bindings and Routing Keys
Understand how bindings connect exchanges to queues, and how routing keys drive delivery decisions across every RabbitMQ exchange type.
AWS KMS Basics
AWS Key Management Service (KMS) creates and controls the cryptographic keys used to encrypt data across AWS services, without exposing the underlying key mate…
DynamoDB Basics
Amazon DynamoDB is a fully managed, serverless NoSQL key-value and document database designed for single-digit-millisecond performance at any scale.
Message Keys and Partitioning
How Kafka uses a record's key to choose a partition, why that determines per-key ordering, and the risks of custom partitioners and changing partition counts.
Sharding in MongoDB
How MongoDB distributes data across multiple shards using shard keys, chunks, and a query router to scale horizontally beyond a single server's capacity.
Scanning Keys with SCAN
Learn how the SCAN family of commands lets you iterate the Redis keyspace safely, without the blocking risk of KEYS.
Lists and Keys in React
Learn how to render lists of elements in React and why stable, unique keys are essential for correct updates.
Primary and Foreign Keys
Understand how primary keys uniquely identify rows and foreign keys enforce relationships between tables.
LazyGrid and Item Keys
Explore LazyVerticalGrid and LazyHorizontalGrid for building grid layouts in Compose, and why stable item keys are essential for correctness.
List Performance and Recomposition
Learn how Compose decides which list items to redraw, and how keys, stable types, and lambdas keep LazyColumn scrolling smoothly under real-world data loads.
Idempotency in Distributed Systems
The property that performing the same operation multiple times produces the same result as performing it once, essential for safely retrying requests over unre…