📄️ CI/CD
Continuous Integration (CI) and Continuous Delivery/Deployment (CD) are foundational practices in modern software engineering. Together, they automate the building, testing, and delivery of code, enabling faster, safer, and more reliable software releases. These practices form a core part of DevOps culture.
📄️ Docker
Docker is an open-source platform that automates the development, shipment, and deployment of applications in lightweight, portable containers.
📄️ Kubernetes
Kubernetes (K8s) is an open-source container management platform that automates the deployment, scaling, and management of containerized applications.
📄️ SSO
Single Sign-On (SSO) is an authentication method that enables users to log in once and gain access to multiple connected applications or services without needing to re-enter their credentials. It simplifies user experience and centralizes authentication across systems.