Beginner Vocabulary #acronyms #REST #CI-CD #OOP

IT Acronyms & Abbreviations

5 exercises — decode the acronyms that appear in every job description, PR comment, and technical interview: REST, CI/CD, OOP, DNS, JWT.

Acronyms covered in this set
  • REST — Representational State Transfer: architectural style for HTTP APIs
  • CI/CD — Continuous Integration / Continuous Delivery: automated build, test, deploy
  • OOP — Object-Oriented Programming: 4 pillars — Encapsulation, Inheritance, Polymorphism, Abstraction
  • DNS — Domain Name System: maps domain names to IP addresses
  • JWT — JSON Web Token: signed token for authentication; header.payload.signature
0 / 5 completed
1 / 5
A job description states: "You will design and maintain REST APIs consumed by web and mobile clients."
What does REST stand for, and what is a REST API?