System
Everything on SkillVeris tagged System — collected across the glossary, study notes, blog, and cheat sheets.
24 resources across 1 library
Study Notes(24)
Batch Scripts for System Administration
Explore how Windows system administrators use batch scripts to manage users, services, disks, and logs, with practical patterns for error handling and unattend…
Layout Panels Overview
An introduction to how WPF's layout system works and how panel classes cooperate to size and position UI elements.
Working with Files and Folders
Learn how PowerShell treats the file system as a navigable provider, and how to create, read, write, copy, move, and delete files and folders with dedicated cm…
File I/O in VB.NET
How to read, write, and manage files and directories in VB.NET using System.IO and the My.Computer.FileSystem helper namespace.
Plotting with Plots.jl
How to create, customize, arrange, and export visualizations in Julia using Plots.jl's unified plotting interface and swappable backends.
The Type System and Abstract Types
Understand Julia's single-rooted type hierarchy, how abstract types organize dispatch, how multiple dispatch selects methods, and how to diagnose type instabil…
D Variables and Types
A tour of D's built-in types, type inference with auto, const versus immutable, and how arrays and strings work under the hood.
Installing Elixir and Mix
A practical guide to installing Elixir on your system and getting started with Mix, Elixir's built-in build tool and project manager.
The Haskell Type System
How Haskell's static, strong type system uses type signatures, inference, and kinds to catch errors before a program ever runs.
Perl for System Administration
Use Perl's file, process, and text-processing tools to automate sysadmin tasks like file management, process control, and log analysis.
Interfacing Assembly with C
How to call C functions from hand-written assembly and expose assembly routines to C, following the System V AMD64 calling convention.
System Calls Explained
How assembly programs ask the operating system kernel to perform privileged work like reading files, allocating memory, and exiting a process.
The Type System In Depth
A deep dive into how GraphQL's schema — scalars, object types, input types, and list/non-null modifiers — forms the typed contract between client and server.
File System Basics
How an operating system organizes, names, and provides access to persistent data on secondary storage.
System Calls
Understand how applications request kernel services through system calls and the user-to-kernel mode transition.
DNS: The Domain Name System
How DNS translates human-friendly domain names into IP addresses through a distributed hierarchy of resolvers and servers.
Integration and System Testing
Understand how integration testing checks components working together and system testing validates the whole application end-to-end.
System Hardening
Learn concrete techniques to reduce a system's attack surface, from disabling unused services to enforcing least privilege.
Common System Design Mistakes
A catalog of recurring architectural and interview mistakes — over-engineering, ignoring tradeoffs, false precision, and skipping requirements gathering — with…
Designing a News Feed System
Explores how systems like Facebook or Twitter assemble a personalized, ranked feed at scale, contrasting fan-out-on-write and fan-out-on-read delivery models.
System Design Interview Questions
A curated set of representative system design interview prompts across difficulty levels, with notes on what interviewers are actually evaluating for each.
System Design Quick Reference
A condensed cheat sheet mapping common system design problems, algorithms, and tradeoffs to when each applies — useful for rapid review before an interview.
The System Design Interview Approach
A structured framework for tackling open-ended system design interview questions, from requirement gathering through high-level design, deep dives, and trade-o…
What Is System Design?
An introduction to the discipline of designing large-scale software systems, covering what system design means, why it matters, and how it differs from low-lev…