Terminology
Repo
repo
is short for repository. A repository is a storage location where your project's files, code, and related assets are kept.
DRY
Don't Repeat Yourself
Sharding
separating different rows of information from the table and storing them on different machines
DOM
Document Object Model
Higher-Order Component (HOC)
A higher-order component (HOC) is a function that takes a component and returns a new component with additional features or behavior. HOCs are a technique in React that allows developers to reuse logic across components, which can help to prevent code repetition and make applications more maintainable
SSG
Static Site Generation
SSR
Server Side Rendering
JSON
JavaScript Object Notation
BSON
Binary Javascript Object Notation
XXS
Cross Site Scripting