Shared
Everything on SkillVeris tagged Shared — collected across the glossary, study notes, blog, and cheat sheets.
10 resources across 2 libraries
Study Notes(8)
Silverlight vs Flash
A comparison of Silverlight and Adobe Flash — their different technology foundations, tooling, market positions, and the shared platform shift that ended both.
Shared Channels
Learn how Teams shared channels let internal teams and external organizations collaborate in one space without switching tenants.
Type Classes Explained
How Haskell's type classes define shared interfaces like Eq, Ord, and Show, and how instances and constraints let ad-hoc polymorphism work safely.
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…
Azure Shared Responsibility Model
How security and operational responsibility is divided between Microsoft and the customer across IaaS, PaaS, and SaaS.
AWS Shared Responsibility Model
How security and compliance obligations are divided between AWS and its customers, and why misunderstanding this split is a leading cause of cloud security inc…
Shared Memory
The fastest IPC mechanism, mapping common memory into multiple processes, at the cost of requiring explicit synchronization.
The Shared Responsibility Model
Understand which security responsibilities belong to the cloud provider versus the customer, and how that split shifts across IaaS, PaaS, and SaaS.
Cheat Sheets(2)
View Transitions API Cheat Sheet
Syntax for document.startViewTransition, CSS pseudo-elements for customizing the crossfade, and the multi-page transition spec.
Multi-Tenant Database Design Cheat Sheet
Multi-tenant database architecture patterns covering shared-schema with tenant_id, schema-per-tenant, database-per-tenant, and RLS.