Engineering Team Onboarding Guide
Welcome to the team! This document serves as your guide for the first few weeks.
1. Week 1: Setup & Introduction
- Your manager will provide you with a new MacBook Pro and account credentials.
- Complete HR paperwork and benefits enrollment.
- Setup your development environment by following the 'DevEnv Setup' guide in our internal wiki.
- Attend introductory meetings with your team and key stakeholders.
2. Tech Stack Overview
Our primary stack includes TypeScript, React, Next.js for the frontend, and Go for our microservices backend. We use Kubernetes for orchestration and GCP for our cloud infrastructure.
3. Code Contribution
- All code is submitted via Pull Requests on GitHub.
- PRs require at least one approval from a senior team member.
- Code must be formatted, linted, and pass all unit and integration tests before merging.