Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 762 Bytes

File metadata and controls

12 lines (11 loc) · 762 Bytes

📚 GLOSSARY

Term Description
🐳 Docker A platform for packaging applications in isolated containers
☁️ Docker Hub A cloud registry for storing Docker images
📦 Docker Compose A tool for running multiple containers together
🔁 CI/CD Continuous integration and delivery: build and deployment automation
🐍 Flask A Python microframework for creating APIs and web applications
🚀 Express.js A minimalist server framework for Node.js
🌐 Nginx A web server, load balancer, and reverse proxy
🤖 GitHub Actions Task automation service (CI/CD) on GitHub