Directives
Everything on SkillVeris tagged Directives — collected across the glossary, study notes, blog, and cheat sheets.
5 resources across 1 library
Study Notes(5)
Data Types and Directives
Learn how DB, DW, DD, DQ, RESB, and EQU declare initialized data, reserve uninitialized space, and define constants across .data, .bss, and .text.
Directives in GraphQL
Understand built-in and custom GraphQL directives, how they alter query execution and schema behavior, and where to apply them safely.
Preprocessor Directives in C
Understand C preprocessor directives — #define, #include, #ifdef/#ifndef, and macro pitfalls — with clear examples.
Jenkinsfile Fundamentals
Learn the core building blocks of a Jenkinsfile — agent, stages, steps, environment, parameters, and post — and how Pipeline as Code changed Jenkins pipeline m…
Structural Directives: *ngIf and *ngFor
Learn how *ngIf and *ngFor reshape the DOM by adding, removing, and repeating elements, plus the microsyntax and ng-template mechanics behind the asterisk.