The git command that submits changes made to a code repository.
What is git push?
These are the three types of web developers.
What is frontend, backend, and fullstack?
The two most common architectures of databases.
What is SQL and 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?
The CSS property that assigns a unique number to an element.
What is ‘id’?
The four words that represent the CRUD acronym.
What is Create, Read, Update, and Delete?
This form of testing goes over things such as performance, security, obviously functionality over every component and their interactions.
What is System/Integration 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 or replace existing data on a server.
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?
This is the method used in class components in React to update the state.
What is ‘setState’ ?
These database types are categorized by having flexible formats without fixed schemas or relationships.
What are non-relational databases?
A program is to a process what an image is to a _____. Docker uses these.
What is a Container?
The CIA pillars of security stand for these three concepts.
What is confidentiality, integrity, availability?
A file that can be used to specify patterns for files that Git should ignore when pushing.
What is .gitignore?
The security measure that allows restricted resources on a web page to be requested from another domain.
What is Cross-Origin Resource Sharing (CORS)?
This technique allows for database interaction without using SQL, relying instead on the object-oriented paradigm of the programming language.
What is Object-Relational Mapping (ORM)?
This software for container orchestration gets its name from the Greek word for “helmsman of a ship.'
What is Kubernetes?
Name 10 of the TA’s (first names).
Who are Donald, Alan, Alyssa, Angela, Annie, Calvin, Chandini, Jason, Jeevan, Lexi, Luke, Robert, Shobhit, and William?