Based
Everything on SkillVeris tagged Based — collected across the glossary, study notes, blog, and cheat sheets.
15 resources across 2 libraries
Study Notes(13)
If/Else in Batch
Master conditional logic in Windows batch files: comparing strings and numbers, testing file existence, checking errorlevel, and chaining else branches.
Dialog-Based Applications
How MFC's dialog-based application template uses DoModal and DDX/DDV to build a self-contained UI without a document/view frame.
Routing in MVC
See how convention-based routing maps incoming URLs to controller actions using route templates, defaults, and constraints.
Seeding Data
Techniques for populating a database with initial or reference data using EF Core, from model-based HasData to imperative startup seeding.
Agentless Architecture and SSH
Ansible manages remote systems without installing any persistent software on them, relying entirely on existing SSH connectivity and Python for execution.
Class-Based Views
Understand how Django's class-based views (CBVs) organize request handling into methods on a class, and how generic CBVs and mixins reduce boilerplate for comm…
Function-Based Views
Learn how Django's function-based views (FBVs) take a request and return a response using plain Python functions, and when they're the right choice over class-…
File-Based Routing
How Next.js derives an application's routes automatically from the folder structure inside the app directory, including dynamic segments and navigation.
Trie-Based String Algorithms
Learn how a trie (prefix tree) organizes strings for fast insertion, search, and prefix queries.
DBSCAN and Density-Based Clustering
Learn how DBSCAN groups points by local density rather than distance to a centroid, letting it discover arbitrarily shaped clusters and flag outliers automatic…
Deploying Containers from CI/CD
Learn the common patterns pipelines use to deploy containerized applications, from direct kubectl updates to GitOps-driven reconciliation.
Git Flow and Trunk-Based Development
Two contrasting branching strategies for organizing a team's work — Git Flow's structured long-lived branches versus trunk-based development's short-lived bran…
count and for_each
Compare Terraform's two meta-arguments for creating multiple copies of a resource or module, and understand why for_each is usually the safer choice.
Cheat Sheets(2)
Database Sharding Cheat Sheet
Covers horizontal partitioning strategies, shard key selection, routing, and rebalancing for scaling databases across multiple nodes.
Git Branching Strategies (GitFlow/Trunk-based) Cheat Sheet
Comparing common Git branching models — GitFlow, trunk-based development, and GitHub Flow — and when to use each.