Troo Tech Presentation
Troo Tech Presentation
Process &
Culture
By: Olushola Albert
Overview
Introduction 01
The Goal 02
Methodologies 03
Tools 04
Technology Standards 05
Best Practices 06
Introduction
Our culture are the set of values and systems that define how we
perceive and interact with the market we are playing at and most
importantantly, how we interact with each other in the organization.
This also trickles down to every dept in the company including the IT
team.
The Goal
The best team culture are the ones that reflect the behaviour and
beliefs of the initial members of the team .
The goal of this exercise is to discuss our experiences, personal
development standards, brainstorm and agree on best tools,
practices to adopt as a company so that continuity is guaranteed.
Methodologies
Notable Mentions
Nest JS
Adonis
Best Practices
1. DRY: Don’t Repeat Yourself. You should always avoid knowledge duplication. Avoid logic
duplication. A component or function can be reused instead of rewriting.
2. Don’t write code you don’t need right now. Even if it may come in handy in the future, leave
it for the future.
3. Always use version control
4. Try as much as possible to write test cases
5. Design your logic before coding
6. Code Reviews
7. https://github.com/eHealthAfrica/lomis-suite/blob/develop/CONTRIBUTING.md
Resources
https://github.com/caramelomartins/awesome-linters
THANK YOU!