Work
Everything on SkillVeris tagged Work — collected across the glossary, study notes, blog, and cheat sheets.
8 resources across 1 library
Study Notes(8)
Loops in Pascal
Master Pascal's three loop constructs — for, while, and repeat-until — and know when to use each.
Loops in VBA
Master repetition in VBA with counter-driven For...Next, collection-driven For Each, and condition-driven Do loops.
VB.NET and C# Interoperability
How VB.NET and C# code coexist and call into each other on the .NET CLR, and the practical rules for building mixed-language solutions.
Work Queues and Load Balancing
Learn how RabbitMQ distributes tasks across a pool of competing consumers, and how prefetch settings enable fair, load-based dispatch.
Session Management Security
Explore how web sessions are created, maintained, and terminated securely, and the common pitfalls — like session fixation and token leakage — that break them.
Indexes and How They Work
How database indexes use B-tree structures to speed up lookups, and why they add overhead to writes.
Sessions and Cookies
Learn how PHP maintains state across stateless HTTP requests using cookies for client-side storage and sessions for server-side storage keyed by a session iden…
Submodules and Subtrees
Compare Git's two mechanisms for embedding one repository inside another — submodules and subtrees — and learn when each approach fits multi-repo project struc…