• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/14

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

14 Cards in this Set

  • Front
  • Back

Parameters

J

JSON

Jxj

API

Jn

API Development Environment

Jjj

null

Nb

JSON.parse()

Hh

XMLHttpRequest()

Kk

Unikernal

As a concept try to solve: remove the bloat that separates hardware from application. Have "just" enough of the operating system to run your code, nothing more.

~Command~ usermod -aG sudo newuser

Gives access to newuser to run commands as sudo.

.bashrc

A shell script that Bash runs whenever it is started interactively. It initializes an interactive shell session. You can put any command in that file that you could type at the command prompt. A bash config file

cURL

A command-line tool for getting or sending data including files using URL syntax.

API Rate Limiting

Limiting the amount of times an API can be called.

DoS Attack

(Denial of Service attack) - a cyber-attack in which the perpetrator seeks to make a machine or network resource unavailable to it's intended users by temporarily or indenfinitly disrupting services of a host connected to the Internet.

return (JavaScript)

A statement used in a function body, the execution of the function is stopped. If specified, a given value is returned to the function caller.