-
I
Icebreaker
An icebreaker is an activity or game designed to "break the ice" between attendees in a meeting.
-
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.
-
U
Updating the Dependencies
Updating dependencies should be a regular part of your job.
-
D
Design Sprint
The Design Sprint is a five-phase process to get a tangible product prototype in a short period of time.
-
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.
-
A
Agile Events
Agile Events, (formerly Agile Ceremonies), are several types of meetings prescribed within Agile frameworks.
-
C
Continuous Delivery
Continuous Delivery is a practice that enables you to release new product changes to your customers at any given time.
-
J
Jobs To Be Done
Jobs To Be Done is a framework using which you can create more value for your customers.
-
G
Git Flow
Git Flow is one of many styles of Git workflows - a branching model set for Git.
-
C
Continuous Integration
Continuous Integration (CI) is a practice of integrating code changes on a daily basis.
-
D
Devops
DevOps is a set of practices that combines the work of two teams: software development (Dev) and information technology operations (Ops).
-
C
Clickable Prototype
A Clickable Prototype shows a visual representation of the user interface of a website or software application.
-
F
Fail Fast
Debugging can be very annoying.
-
G
Git
Git is one of many VCS that are there in the market but it simply is the most popular among the developers.
-
C
Code Coverage
Code Coverage (CC) measures how many, and which specific source code lines are being tested by automated tests (for example, unit or integration test).
-
G
Good Developer Experience
The Developer Experience (DX) describes the experience developers have while using or working on your product.
-
D
Dockerizing
Dockerizing is the process of packing, deploying, and running applications using Docker containers.
-
P
Pair Programming
Pair programming is a practice of two programmers working together on the same task at a single computer.
-
D
Documentation Testing
Documentation testing is a few processes of continuous feedback gathering and documentation improvements based on feedback.