-
L
Linting
Lint, or a Linter, is a very useful tool for automated analyzing of your source code to look for bugs and stylistic errors.
-
A
Agile Events
Agile Events, (formerly Agile Ceremonies), are several types of meetings prescribed within Agile frameworks.
-
R
Release Management
Release management is the process of going through the necessary steps to deploy a software build through different stages and environments; in preparation for its release.
-
K
Kanban
Kanban is an agile method similar to Scrum but it is less structured (no specific timeframe) and it is based on a list of items to do.
-
C
Code Review
A Code Review is a software quality assurance practice in which developers check each other’s code, usually before merging the code.
-
B
Bus Factor
A Bus Factor defines the number of developers that are vital to a project.
-
F
Fail Fast
Debugging can be very annoying.
-
O
Operations Logbook
Operations Logbook allows you to collect, store, and share data in real time and dig your historical data easily.
-
P
Performance Testing
Performance Testing is a practice that helps to identify if your product will perform well under a specific workload.