Real
Everything on SkillVeris tagged Real — collected across the glossary, study notes, blog, and cheat sheets.
9 resources across 2 libraries
Study Notes(8)
LINQ in Real Projects
How LINQ is actually used day-to-day in production .NET codebases, from EF Core queries to DTO projection and reporting.
SignalR for Real-Time Communication
Learn how ASP.NET Core SignalR enables real-time, bidirectional communication between server and clients using WebSockets and automatic transport fallback.
Building a Real-Time Analytics Pipeline
A practical walkthrough of building a Kafka-to-Flink-to-sink pipeline that powers a live analytics dashboard.
Real-Time Notifications
Design a reliable real-time notification system with Socket.IO using per-user rooms, namespaces, and durable fan-out for offline users.
Real-Time Data Logging
Techniques for capturing timestamped sensor data on Arduino to SD cards, EEPROM, or the cloud, using an RTC for accurate time and non-blocking timing for consi…
What Is R?
An introduction to R as a statistical programming language: its history, design philosophy, real-world applications, and how it compares to other data tools.
Building a Real-Time Chat App
A hands-on walkthrough of designing a WebSocket-based chat application, from connection lifecycle and message schema to rooms, presence, and delivery guarantee…
Testing with a Real Browser
Learn how browser automation tools like Playwright and Cypress drive a real, rendered browser to test frontend behavior the way actual users experience it.