Not
Everything on SkillVeris tagged Not — collected across the glossary, study notes, blog, and cheat sheets.
8 resources across 1 library
Study Notes(8)
Migrations in CI/CD Pipelines
Patterns for safely automating EF Core migration deployment within continuous integration and delivery pipelines, including zero-downtime strategies.
Conditionals and Match Expressions
Understand how Scala treats if-else and match as expressions that return values, including pattern matching on case classes and sealed traits.
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.
Refactoring to Patterns
How to evolve messy, ad-hoc code toward well-known design patterns incrementally, using the smell-driven refactoring approach popularized by Joshua Kerievsky.
AWS KMS Basics
AWS Key Management Service (KMS) creates and controls the cryptographic keys used to encrypt data across AWS services, without exposing the underlying key mate…
OAuth and OIDC Security Basics
Learn the difference between OAuth 2.0 (authorization) and OpenID Connect (authentication), and the common misconfigurations that lead to token theft and accou…
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.