Adding
Everything on SkillVeris tagged Adding — collected across the glossary, study notes, blog, and cheat sheets.
9 resources across 2 libraries
Study Notes(8)
Consuming WCF Services
How .NET client applications discover, generate proxies for, and call WCF services reliably, including channel lifecycle and fault handling.
Your First Test Plan
A hands-on walkthrough of building, configuring, and running your first JMeter test plan against a simple HTTP endpoint, then reading the results.
Images and Fonts
How the Resizetizer generates platform image assets, how Image.Aspect controls fill behavior, and how to register and use custom fonts in MAUI.
Your First SharePoint Site
A step-by-step walkthrough of creating a SharePoint team site, adding a document library and list, and setting basic permissions for the first time.
Append, Insert, and Change
The a, i, and c commands let sed add new lines after or before a matched line, or replace matched lines entirely, without relying on the substitute command.
Decorator Pattern
The Decorator pattern attaches additional responsibilities to an object dynamically by wrapping it in one or more decorator objects that share its interface.
Scaling Kafka Clusters
Strategies for growing Kafka capacity: adding brokers, reassigning partitions, and choosing the right partition count upfront.
Sorted Sets in Redis
Master Redis Sorted Sets, where every unique member carries a floating-point score, enabling leaderboards, priority queues, and range-based queries by rank or…