General
184 views
Open Source
Quick Definition
Software with publicly available source code
Full Definition
Software with publicly available source code that anyone can inspect modify and distribute.
Examples
Linux, React, Python, Kubernetes, Apache projects
Related Terms
linux
github
community
More General Terms
DevSecOps
Integrating security into DevOps processes
CQRS
Separating read and write models for better scaling
12-Factor App
Methodology for building scalable maintainable SaaS apps
Dependency Injection
Pattern receiving dependencies from external sources
Monitoring
Observing system behavior for issues and optimization
Code Review
Examining code changes before merging for quality