Tech Terms Explained Simply
A beginner-friendly glossary built by the community, for the community
Microservices
software-architecture
An architectural style that structures an application as a collection of loosely coupled, independently deployable services.
https://microservices.io/ https://martinfowler.com/articles/microservices.html
Monolithic Architecture
software-architecture
A software architecture where all features are bundled into a single deployable unit, often harder to scale and maintain.
https://www.atlassian.com/microservices/microservices-architecture/microservices-vs-monolith https://www.techtarget.com/whatis/definition/monolithic-architecture
MVC
software-architecture
Model-View-Controller is an architectural pattern that separates data, user interface, and input logic.
https://developer.mozilla.org/en-US/docs/Glossary/MVC https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller
Get Involved! 🧑💻
No contribution is too small. Every term you add or improve helps someone take their first step into tech.