Git
A distributed version control system for tracking changes in source code during software development.
A distributed version control system for tracking changes in source code during software development.
Integrated Development Environment (IDE) is a software suite that combines tools like code editors, debuggers, and compilers.
A development environment where software is created and modified.
A software development practice where code changes are frequently integrated into a shared repository, with each change being verified by automated tests.
Model-View-Controller (MVC) is an architectural pattern that separates an application into three main logical components: the Model (data), the View (user interface), and the Controller (processes that handle input).
Node Package Manager (NPM) is a package manager for JavaScript, enabling developers to share and reuse code modules in their projects.
A senior technical role responsible for guiding the development team and ensuring the technical quality of projects.
A set of practices that combines software development (Dev) and IT operations (Ops) to shorten the development lifecycle and deliver high-quality software continuously.
A programming paradigm that uses objects and classes to structure software design, promoting reusability and scalability.