Matter
Everything on SkillVeris tagged Matter — collected across the glossary, study notes, blog, and cheat sheets.
18 resources across 1 library
Study Notes(18)
Configuring Headers and Cookies
Use the HTTP Header Manager and HTTP Cookie Manager to simulate realistic browser and API-client behavior, including auth headers and session cookies.
Playwright Best Practices
A practical guide to writing reliable, maintainable Playwright tests by choosing the right locators, avoiding flaky waits, and keeping tests isolated and fast.
Power BI Best Practices
A practical checklist of proven techniques for building fast, maintainable, and trustworthy Power BI reports.
Apex Best Practices
The core disciplines — bulkification, selective SOQL, and layered architecture — that keep Apex code safe at production scale.
Addresses and Line Selection
How to target specific lines in sed using line numbers, regex patterns, ranges, and the negation operator so commands run only where you want.
sed Best Practices
Practical habits for writing sed one-liners and scripts that are readable, portable, and safe to run against real data.
Conditionals in AWK
Learn how AWK makes decisions using patterns, if/else statements, the ternary operator, and comparison and logical operators to selectively process input recor…
Conditionals in Arduino
Learn how if, else if, else, and switch statements let an Arduino sketch make decisions based on sensor readings and pin states.
Functions in Arduino Sketches
Learn how to define, call, and return values from functions to organize Arduino code and avoid repetition.
Nginx Security Headers
Learn how to configure HTTP response headers in Nginx to protect users from clickjacking, MIME-sniffing, XSS, and insecure transport.
Variables and Precedence
How Ansible collects variable values from more than twenty possible sources and resolves conflicts using a strict, well-defined precedence order.
Why Design Patterns Matter
Why learning design patterns pays off: they compress collective engineering experience, create shared vocabulary that speeds up communication, and encode docum…
Security Headers Explained
HTTP security headers let a server instruct the browser to enforce protective behaviors, such as blocking mixed content, refusing to be framed, or restricting…
Security Logging and Monitoring
Learn why insufficient logging and monitoring lets breaches go undetected for months, and how to build effective detection and response capability.
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.
Topics, Partitions, and Offsets
How Kafka organizes data into topics and partitions, how ordering and offsets work, and what that means for scaling producers and consumers.
gRPC Deadlines and Cancellation
Understand how gRPC deadlines bound RPC execution time, how they propagate across service chains, and how explicit cancellation stops unneeded work.
Rolling Updates and Rollbacks
Learn how Kubernetes Deployments update Pods gradually with zero downtime and how to roll back safely when a release breaks.