Time
Everything on SkillVeris tagged Time — collected across the glossary, study notes, blog, and cheat sheets.
22 resources across 2 libraries
Study Notes(20)
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.
beforeAll() and afterAll()
Understand how Jest's beforeAll() and afterAll() hooks handle one-time, expensive setup and teardown shared across an entire test suite.
Ramp-Up Periods and Think Time
Learn how to configure JMeter ramp-up periods and think time so simulated users behave like real ones instead of a synchronized traffic wall.
Debugging Cypress Tests
Learn the practical toolkit for debugging failing or flaky Cypress tests — from time-travel debugging and the Command Log to browser DevTools and cy.debug().
The Cypress Test Runner
A tour of the interactive Cypress Test Runner: the command log, DOM snapshots, selector playground, and debugging tools that make writing tests fast.
Building a Real-Time Analytics Pipeline
A practical walkthrough of building a Kafka-to-Flink-to-sink pipeline that powers a live analytics dashboard.
Event Time vs Processing Time
Understand the two notions of time in Flink streaming pipelines and why event time, not processing time, is required for correct and reproducible results.
Time Travel and Fail-Safe
How Snowflake preserves historical versions of data so you can query, clone, or restore it after accidental changes, and what happens after that window closes.
Time Intelligence in DAX
Time intelligence functions like TOTALYTD, SAMEPERIODLASTYEAR, and DATEADD let DAX measures compare and accumulate values across calendar periods.
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…
Error Handling with On Error
Intercept run-time errors gracefully in VBA using On Error statements, the Err object, and disciplined cleanup patterns.
Compile-Time Function Execution (CTFE)
Understand how D executes ordinary functions at compile time to compute constants, validate data, and generate code before the program ever runs.
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…
Retention Policies in Kafka
How Kafka's time- and size-based retention deletes old log segments, and how it interacts with consumer lag.
Time Complexity in C
Understand Big-O notation in C with C code examples for O(1), O(log n), O(n), O(n log n), O(n^2), and O(2^n) growth rates.
Time and Space Complexity
Learn how to measure the efficiency of algorithms in terms of running time and memory usage.
Date and Time Functions in SQL
Work with dates using NOW/CURRENT_DATE, DATE_ADD/DATE_SUB, DATEDIFF, and EXTRACT to filter and calculate time-based data.
Time Series Basics
Learn pandas' Timestamp, DatetimeIndex, and date_range tools that form the foundation for working with time-indexed data.
Cache Invalidation Strategies
Explores how systems keep cached data consistent with the source of truth, covering TTLs, write-through/write-behind patterns, and explicit invalidation on upd…
Cheat Sheets(2)
Cross-Validation Cheat Sheet
Methods for reliably estimating model generalization performance, covering k-fold, stratified, time-series, and leave-one-out cross-validation with scikit-lear…
Firebase Firestore Cheat Sheet
Firestore's modular JS SDK for reading, writing, querying, and listening to real-time document data in a NoSQL collection model.