Creating
Everything on SkillVeris tagged Creating — collected across the glossary, study notes, blog, and cheat sheets.
53 resources across 1 library
Study Notes(53)
Creating and Running .bat Files
A practical guide to creating .bat files and running them correctly, including passing arguments.
Creating Windows with MFC
How MFC's CWnd/CFrameWnd hierarchy and CWinApp::InitInstance replace manual Win32 window registration and message-loop code.
.NET CLI Basics
How to use the dotnet command-line interface to scaffold, build, test, and publish .NET applications.
Areas in MVC
Understand how ASP.NET MVC Areas partition large applications into independently organized functional modules with their own controllers, views, and routes.
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.
Snapshot Testing
Understand how Jest's snapshot testing captures serialized output over time, when it's a good fit, and how to manage snapshot files responsibly.
Collections Basics
Learn how Postman Collections group related API requests into a single organized, shareable, and runnable unit.
Environments and Variables
Understand how Postman Environments let you swap base URLs, tokens, and config values between dev, staging, and production without editing every request.
Mock Servers
Postman Mock Servers simulate API responses from a collection's saved examples, letting frontend and backend teams work in parallel before the real API exists.
Browsers, Contexts, and Pages
Understanding Playwright's core object model — Browser, BrowserContext, and Page — and how it enables fast, isolated test execution.
DataFrames Basics
How Spark's DataFrame API represents distributed, schema-aware tabular data and why it outperforms hand-written RDD code.
The SparkSession
How SparkSession became Spark's unified entry point since version 2.0, how to build one, and how its session-reuse behavior works.
DataStream Basics
An introduction to Flink's DataStream API, the core abstraction for processing unbounded and bounded streams of data in real time.
Lists and Libraries
Learn how SharePoint Lists and Document Libraries store structured data and files, and how to configure columns, views, and thresholds effectively.
Your First SharePoint Site
A step-by-step walkthrough of creating a SharePoint team site, adding a document library and list, and setting basic permissions for the first time.
Matrices and Vectors in MATLAB
Learn how MATLAB represents scalars, vectors, and matrices as a single unified array type, and how to construct them with literals and built-in functions.
Plotting Basics in MATLAB
Learn how to create, label, and style 2-D line plots in MATLAB using the plot function, and how to control colors, markers, and axes.
Data Frames in R
Understand R's core tabular data structure — how data.frame combines vectors of equal length into rows and columns for real-world datasets.
Factors in R
Learn how R represents categorical data with factors — encoding fixed levels efficiently and controlling ordinal comparisons.
Vectors in R
Learn how R's core data structure — the atomic vector — stores, indexes, and vectorizes operations over ordered collections of same-typed values.
Arrays in Julia
Learn how Julia's built-in Array type stores, indexes, and mutates collections of data, and why column-major memory layout matters for performance.
DataFrames.jl Basics
An introduction to tabular data manipulation in Julia with DataFrames.jl — creating, inspecting, filtering, grouping, and joining data tables.
Tables in Lua
Learn how Lua's single, versatile data structure -- the table -- powers arrays, dictionaries, objects, and modules across every Lua program.
Atoms in Clojure
Atoms provide Clojure's simplest managed reference type for safe, synchronous, uncoordinated mutable state backed by lock-free compare-and-swap updates.
Showing 24 of 53.