Matters
Everything on SkillVeris tagged Matters — collected across the glossary, study notes, blog, and cheat sheets.
54 resources across 1 library
Study Notes(54)
Batch Script Security Considerations
Understand the common security vulnerabilities in Windows batch scripts, hardening techniques, and how tools like AppLocker help control what scripts can run.
Unit Testing in .NET
How to write fast, isolated unit tests for .NET applications using xUnit and Moq, and the practices that keep a test suite trustworthy.
DHCP Server Role
Learn how the Windows Server DHCP role automates IP address assignment and the core lease process every client relies on.
ALM and Solutions
Manage the application lifecycle of Power Platform apps using solutions, environments, and pipelines for reliable, repeatable deployment.
State Management Patterns
Explore techniques for sharing and persisting state across Blazor components, from cascading parameters to dedicated state containers.
Cross-Browser Testing
Learn how to write and run Selenium tests that validate application behavior consistently across Chrome, Firefox, Edge, and Safari.
Parallelization and Cypress Cloud
Understand how Cypress Cloud distributes specs across parallel CI machines using load balancing, and how to interpret parallelization results.
Waiting for Requests
Learn how cy.wait() synchronizes Cypress tests with network activity, avoiding both flaky race conditions and unnecessary fixed delays.
Serialization in Flink
How Flink serializes records for network transfer, state storage, and checkpointing, and why type information matters for performance.
Data Refresh
Understand how Power BI keeps report data current through scheduled, incremental, and real-time refresh strategies, and the role of the on-premises data gatewa…
Token Storage Best Practices
Where and how a client stores access and refresh tokens is often the deciding factor in whether an OAuth 2.0 integration is actually secure in practice.
Bulkification and Best Practices
How to write Apex trigger logic that stays safely within governor limits regardless of whether it processes one record or two hundred.
Testing Apex Code
Learn how to write robust Apex test classes, use assertions and mocks, and produce meaningful code coverage that survives real deployments.
Formatted Output with printf
Use AWK's printf statement to control field width, alignment, and numeric precision, producing aligned tables and reports that the plain print statement cannot.
What Is AWK?
AWK is a compact, data-driven programming language built for scanning text files line by line and reacting to patterns. It excels at extracting columns, comput…
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…
Access Control Patterns
Techniques for restricting who can call privileged contract functions, from simple Ownable to role-based access control, safe ownership transfer, and timelocks.
Gas Optimization in Solidity
How the EVM prices computation and storage, and the practical patterns, storage packing, caching, calldata, unchecked math, that reduce transaction costs witho…
Debugging VBA Macros
Learn to find and fix bugs in VBA using breakpoints, stepping, the Immediate and Locals windows, watches, and Debug.Print so you can inspect exactly what your…
VBA Best Practices
Practical conventions for writing maintainable, fast, and robust VBA — from Option Explicit and naming to error handling, performance, and avoiding Select/Acti…
Properties and Encapsulation
Understand how VB.NET Property blocks and Private fields work together to enforce encapsulation, validation, and controlled access to object state.
Packaging Tcl Applications
Learn how to structure, package, and distribute Tcl/Tk applications using Tcl Modules, starkits/starpacks, and standalone executables.
R Markdown Basics
Learn how to combine R code, output, and narrative text into reproducible documents, reports, and slides using R Markdown.
Testing Dart Code
How to write reliable unit, mock-based, and widget or integration tests for Dart and Flutter code using package:test and Mockito.
Showing 24 of 54.