Analysis
Everything on SkillVeris tagged Analysis — collected across the glossary, study notes, blog, and cheat sheets.
25 resources across 1 library
Study Notes(25)
Log File Analysis with AWK
Practical techniques for parsing, filtering, and aggregating server and application logs with AWK, including field extraction, time-range filtering, and buildi…
Building a Data Analysis Report in R
A practical walkthrough of producing a reproducible data analysis report in R, from R Markdown/Quarto setup through structuring analysis, visualizations, and r…
Statistical Analysis in R
Learn how to compute descriptive statistics, run hypothesis tests, and fit regression models using R's base stats package.
Building a Data Analysis Script in Julia
A walkthrough of building a real data analysis script in Julia using DataFrames.jl, CSV.jl, and Statistics.
Analyzers and Tokenizers
See how Elasticsearch breaks raw text into searchable terms using character filters, tokenizers, and token filters.
Algorithm Analysis and Complexity
Learn Big-O, Big-Omega, and Big-Theta notation to analyze and compare the time and space efficiency of algorithms.
Introduction to Algorithms
What an algorithm is, why it matters, and how to reason about correctness and efficiency before writing code.
Recursion Basics
Learn how functions that call themselves can solve problems by breaking them into smaller subproblems.
Denormalization
Understand when and why deliberately reintroducing redundancy can improve read performance in real-world systems.
Introduction to Deadlocks
Get a high-level preview of what deadlock is and the four necessary conditions that must all hold for it to occur.
Monitors
Learn how monitors bundle shared data, procedures, and condition variables into a higher-level synchronization construct.
Thrashing
The state where a system spends more time page-faulting and swapping than executing, and how the working-set model prevents it.
DHCP
How DHCP automatically assigns IP configuration to devices joining a network through the four-step DORA process.
Firewalls Basics
Understand how packet-filtering, stateful, and application-layer firewalls inspect traffic differently to enforce security policy.
VLANs
How VLANs use 802.1Q tagging to logically split one physical switch into multiple isolated broadcast domains.
VPNs
Understand how Virtual Private Networks use tunneling and encryption to create secure connections over untrusted networks.
CI/CD Basics
Understand Continuous Integration, Continuous Delivery, and Continuous Deployment, and how a typical pipeline works.
Encapsulation
How Python conventions for protected and private attributes, plus properties, let classes control access to their internal state.
Inheritance
How single inheritance, `super().__init__()`, and method overriding let subclasses reuse and specialize parent class behavior.
CI/CD in the Cloud
Understand how cloud-native continuous integration and delivery pipelines automate building, testing, and deploying applications.
Virtualization Basics
Learn how hypervisors abstract physical hardware into multiple isolated virtual machines, the foundation of modern cloud computing.
Authentication Basics
Learn how systems verify identity through authentication, how it differs from authorization, and the three factor categories used to prove who you are.
Cryptography Basics
Learn the core vocabulary and goals of cryptography: plaintext, ciphertext, keys, ciphers, and confidentiality.
What Is Cybersecurity?
An introduction to cybersecurity as the practice of protecting systems, networks, and data from digital attacks.
Showing 24 of 25.