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?

These tests validate individual units of code, such as functions or classes, ensuring the smallest components behave correctly before they are integrated with other modules.
What are Unit Tests?

This generative AI, often credited with its conversational powers, 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 technology, including tools like Git, Subversion, and Mercurial, enables teams to track every code change, collaborate with branches, revert errors, and maintain a stable main branch.
What is version control?

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 practice automates code integration and verification, allowing developers to merge changes frequently without breaking the build.
What is Continuous Integration (CI)?
This Agile ceremony encourages continuous team improvement by analyzing what went well, what caused bottlenecks, and what changes should be implemented in the next sprint.
What is a Retrospective?

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?
This GitHub automation tool executes workflows such as running tests, building applications, or deploying releases, whenever events like pushes or pull requests occur..
What is a Github Actions?
Agile teams determine the complexity of backlog items using these abstract units of measurement often estimated using planning poker to reflect relative effort, not exact hours.
What are story points?

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)?
There are two types of Requirements. This one specifically concerns how the system should behave. For Example: The bank app transfer must complete within 2 seconds, and the system should work on iOS, Android, and web browsers. These cover performance, scalability, reliability, and usability.
What are Non Functional Requirements?
Name atleast 5 of the TA’s (first names).
Who are Donald, Alina, Alyssa, Angela, Andrew, Gurleen, Jeevan, Lexi, Mansa, Mansi, and Maria?