Setting
Everything on SkillVeris tagged Setting — collected across the glossary, study notes, blog, and cheat sheets.
51 resources across 2 libraries
Study Notes(50)
Environment Variables in Batch
Understand how Windows Batch scripts create, read, scope, and persist environment variables, including the tricky topic of delayed expansion.
Variables in Batch Scripts
Learn how Windows batch scripts store, read, and manipulate values using the set command, environment variables, delayed expansion, and substring syntax.
Authentication in WCF
How WCF authenticates callers via clientCredentialType options across transport and message security, including Windows, Certificate, UserName, and IssuedToken.
Bundling and Minification
Learn how ASP.NET MVC's System.Web.Optimization framework combines and compresses CSS and JavaScript files to reduce HTTP requests and payload size in producti…
Installing and Setting Up MVC
A practical walkthrough of setting up your development environment and creating your first ASP.NET MVC project using Visual Studio and the .NET tooling.
beforeEach() and afterEach()
Learn how Jest's beforeEach() and afterEach() hooks establish and tear down consistent test state so every test runs in isolation.
Pre-request Scripts
How to run JavaScript before a Postman request is sent, to set variables, compute signatures, and build dynamic request data.
Your First Test Plan
A hands-on walkthrough of building, configuring, and running your first JMeter test plan against a simple HTTP endpoint, then reading the results.
Component Testing with Playwright
How Playwright's component testing mode mounts individual React, Vue, or Svelte components in a real browser for fast, isolated tests.
Component Testing
Understand how Cypress Component Testing mounts individual UI components in a real browser for fast, isolated, high-fidelity assertions.
Your First Flink Job
A hands-on walkthrough of writing, running, and understanding a simple Flink DataStream job that reads events, transforms them, and writes results.
Setting Up a Hadoop Cluster
A practical walkthrough of planning and configuring a Hadoop cluster, from single-node pseudo-distributed setups to multi-node production layouts.
Setting Up a Snowflake Account
A practical walkthrough of creating a Snowflake account, choosing an edition and region, and configuring initial roles and warehouses.
Setting Up the MAUI Environment
A practical walkthrough of installing the .NET SDK, the MAUI workload, and the Android, iOS, and Windows prerequisites needed to build MAUI apps.
The Apex Development Environment
A tour of the tools used to write, test, and deploy Apex code, from VS Code and Salesforce CLI to Developer Console, sandboxes, and scratch orgs.
Your First Socket.IO Server
A hands-on walkthrough of building and running a minimal Socket.IO server with Express, handling connections, custom events, and disconnections.
Serial Communication Basics
Use the Serial library to send data between Arduino and a computer for debugging, monitoring sensors, and receiving commands.
Setting Up Remix and Hardhat
Learn the two most common Solidity development environments: the browser-based Remix IDE for quick experiments and the Node.js-based Hardhat framework for prof…
Your First VBA Macro
Write, run, and debug your very first macro: set up the Developer tab, add a module, greet the user with MsgBox, write to a cell, and step through the code.
Installing Xcode and Setup
How to install Xcode, set up a new Objective-C project, and compile Objective-C from the command line.
Factors in R
Learn how R represents categorical data with factors — encoding fixed levels efficiently and controlling ordinal comparisons.
Installing D and DUB
Step-by-step guide to installing a D compiler (DMD, LDC, or GDC) and DUB, D's package and build manager, on any platform.
Metatables Explained
Discover how Lua metatables let ordinary tables gain custom behavior for indexing, inheritance, and protection, powering nearly every advanced Lua idiom.
ClojureScript Basics
Get started with ClojureScript — how it compiles to JavaScript, how to set up and hot-reload a project with shadow-cljs, and how JS interop and platform differ…
Showing 24 of 50.