Software & Tech Glossary
Programming, infrastructure, and product development terms for everyone on the team — not just engineers.
14 terms
C
CI/CD
Continuous Integration and Continuous Delivery — automated processes for building, testing, and deploying software changes.
Containerisation
Packaging software with all its dependencies into a standardised unit that runs consistently across different environments.
M
Microservices
An architecture where an application is built as a collection of small, independent services that communicate over a network.
MVP
A Minimum Viable Product — the simplest version of a product that can be released to test whether the core idea works.