Full
Everything on SkillVeris tagged Full — collected across the glossary, study notes, blog, and cheat sheets.
6 resources across 2 libraries
Study Notes(5)
UWP vs Win32 vs WinUI
How the sandboxed UWP app model, the full-trust Win32 platform, and the WinUI control library relate to and differ from each other.
What Are WebSockets?
An introduction to the WebSocket protocol, a persistent, full-duplex communication channel over a single TCP connection used for real-time web applications.
Full-Text Search Relevance and Scoring: TF-IDF & BM25
How Elasticsearch computes the _score for full-text matches, from the classic TF-IDF intuition to the BM25 algorithm used by default today.
Redis Replication
How Redis copies data from a primary to one or more replicas for read scaling and failover readiness, and the consistency tradeoffs that come with it.
FULL OUTER JOIN
Combine LEFT and RIGHT JOIN behavior, keeping all rows from both tables and NULL-padding unmatched sides.