Install Now
Yuri Lee // Jan 17, 2023
Why Having Clear Responsibilities For Your Engineering Team Is Important
Why working in a team with no structure or organization sucks Working in a team with no structure or organization is difficult. Things can get confusing and messy, as there is a lack of clarity and...
Yuri Lee // Jan 12, 2023
Difficulties of Onboarding a New Engineer to a Codebase
Overview It is a known fact that onboarding a new engineer to a code base may be challenging, expensive, and time-consuming. It is also the reason most companies do not want to hire juniors. Of...
Yuri Lee // Jan 5, 2023
The Different Types of Code Ownership
Code ownership is a model that developers use to define responsibility and management of parts of a larger code base. There are three main different types of the code ownership model: strong, weak,...
Yuri Lee // Dec 29, 2022
What Is Code Ownership?
TL;DR - Code ownership is a model used by teams of all sizes to ensure code quality is high, critical areas of code are protected, and power many automations; including requesting pull request...