12 Glossary - maex0/SoftwareQualityWithCats GitHub Wiki

Term Definition
Tinder Tinder is a well-known dating application that revolutionizes the way individuals meet and interact online. It operates on a simple yet effective "swiping" mechanism, where users swipe right to "like" or left to "pass" on other users' profiles, which typically include photos and a brief bio. A "match" occurs when two users have mutually swiped right on each other's profiles, enabling them to engage in private conversations.
ORM Object-Relational Mapping (ORM) is a programming technique for converting data between incompatible type systems using object-oriented programming languages. This creates, in effect, a "virtual object database" that can be used from within the programming language.
CI/CD pipeline A CI/CD pipeline automates the steps required to deliver a software application, from source code changes to production. It stands for Continuous Integration/Continuous Deployment.