Tech Terms Explained Simply
A beginner-friendly glossary built by the community, for the community
Git
version-control devops
A distributed version control system that tracks changes in source code during software development.
https://git-scm.com/ https://github.com/ https://markodenic.tech/git-cheat-sheet/
Docker
devops
A platform for developing, shipping, and running applications in containers, which are lightweight and portable.
CI/CD
devops
Continuous Integration and Continuous Deployment/Delivery - automates code integration, testing, and release to speed up delivery.
https://www.atlassian.com/continuous-delivery/continuous-integration https://www.atlassian.com/continuous-delivery/continuous-deployment
Horizontal Scaling
devops
Horizontal scaling is a way to increase the capacity of a system by adding more servers to handle the load. It's like adding more workers to a factory to produce more products.
Vertical Scaling
devops
Vertical scaling is a way to increase the capacity of a system by adding more resources to a single server. It's like adding more power to a single machine to produce more products.
GitHub
software-engineering version-control devops
GitHub is a website where people store and share code. It helps teams work together on software projects. You can track changes, suggest improvements, or contribute to open source.
GitLab
software-engineering version-control devops
GitLab is a platform similar to GitHub, but it also includes tools for testing, deploying, and managing projects from start to finish — all in one place. Many teams use it to build and ship software.
VPS (Virtual Private Server)
devops
A VPS is a virtual server that is hosted on a physical server. It is a way to get a dedicated server without the cost of a dedicated server.
A CDN is a network of servers that deliver content to users based on their geographic location. It is a way to speed up the delivery of content to users.
Cloudflare
devops
Cloudflare is a content delivery network and web security company that provides services like DNS, CDN, and DDoS protection.
Get Involved! 🧑💻
No contribution is too small. Every term you add or improve helps someone take their first step into tech.