Classes
Displaying 111 - 120 of 253
On the web, a cookie is stored on the user's computer and can store information for the site they're using.
Cookies are...
A shared host is a server that multiple users share.
It's different from a Virtual Machine, in that it is a single...
Pug
Shorthand for typing html code.
Div with class attribute, h2, and paragraph of text
div.block h2 My Block p This is...
CSS and Javascript files are defined as Libraries in Drupal, so they can be loaded only when needed. Assets are attached...
Variables are numbers, text, or other values that are being processed in code. Let's say a user runs a program that asks...
Patterns to store and operate data efficiently.
When your code executes, it could be instantiating variables or loading data into memory. Garbage collection is the...