Just
Everything on SkillVeris tagged Just — collected across the glossary, study notes, blog, and cheat sheets.
6 resources across 1 library
Study Notes(6)
String Manipulation in Batch
Master substring extraction, search-and-replace, and line/token parsing in Windows Batch using variable expansion modifiers and FOR /F.
Benchmarking with BenchmarkDotNet
Why naive stopwatch timing misleads you, and how BenchmarkDotNet produces statistically rigorous, allocation-aware performance measurements for .NET code.
Recursion in Assembly
See how recursive functions are implemented at the machine level using the call stack, and why stack depth and register preservation matter.
Federation and Shovel
Learn how RabbitMQ's Federation and Shovel plugins move messages between independent brokers across data centers, without requiring a tightly coupled cluster.
What Is NumPy?
NumPy is Python's foundational library for fast, memory-efficient numerical computing, built around a homogeneous multi-dimensional array type called ndarray.
What Is Angular?
An overview of Angular as a full-featured, opinionated TypeScript framework for building web applications, and how it compares to lighter-weight libraries.