The git command that submits changes made to a remote code repository like GitHub.
What is git push?

These are the three types of web developers.
What is frontend, backend, and fullstack?

This database type does not require a fixed schema.
What is NoSQL?

This tool allows programmers to test API functionality without need for a frontend.
What is Postman?

This generative AI, often credited with its conversational prowess, is behind the scenes crafting this specific question for you.
What is ChatGPT?

The git command that shows the unstaged/uncommitted changes compared to the most recent commit.
What is git status?
This is the term to describe how an application looks, focusing on aesthetics, layout, and visual interaction.
What is UI (User Interface)?
The four words that represent the CRUD acronym.
What is Create, Read, Update, and Delete?
This form of testing focuses on the internals of the function, largely focusing on performance in time and space efficiency.
What is white box testing?
The software development methodology that focuses on iterative progress, flexibility, and collaboration.
What is Agile Scrum?

This type of conflict might result if you make commits without pulling the most recent code.
What is a merge conflict?

A command that allows users to view and temporarily edit the underlying HTML and CSS code of a webpage.
What is ‘inspect element’?

This HTTP method is used to update existing data on a server by replacing it with a new version.
What is PUT?
This open source, JavaScript-based E2E (End-to-End) testing framework allows for automated testing of web components.
What is Cypress?

Wearing this color “hat” refers to employing destructive security tactics such as exploiting vulnerabilities and breaking into a security system.
What is Black Hat?
A tag added to GitHub issues targeted towards first-time contributors.
What is a good-first-issue?

In React, this is a hook that runs code when a certain value changes.
What is ‘useEffect’ ?
This type of backend testing checks that interactions between different components works smoothly
What is integration testing?
This establishes user's access to certain resources or functionality based on a user's identity.
What is a authorization?
These types of requirements describe how a system performs its functions.
What are non-functional requirements?
A file that can be used to specify patterns for files that Git should ignore when pushing.
What is .gitignore?

In React, this is the way that data is passed from parent to child components in a read-only format.
What is props?
This type of transaction model emphasizes consistency over availabilty. It is typically used in relational databases.
What is ACID?
This type of authentication is generated by the server, is sent to and stored by the user in local storage, and is stateless.
What is token-based authentication?
Name 5 of the TA’s (first names).
Who are:
Andrew, Gurleen, Lexi, Jeevan, Thuy, Donald, Kayla, Maria, Afonso, Angela, and Alyssa?