Some notes about what I've been learning in the GoStack Bootcamp.
To be honest these notes were not written in a way to be "consumed" by others, but mostly like my personal notes. I'm using a github repo to make it easier to edit/search the notes when working on different computers.
01-backend-with-nodejs.md
02-frontend-with-reactjs.md
03-mobile-with-react-native.md
01-starting-with-nodejs-and-typescript.md
- Starting With NodeJS and TypeScript
- GoBarber layout
- Project Structure
- EditorConfig, ESLint and Prettier
- Debugging in VS Code
- Appointments
- Validating Dates
- Appointment Model
- Creating Repositories
- Listing Appointments
- Working With Data - Data Transfer Object
- The Services Pattern & SOLID
- Summary
- My GoBarber codebase up to this point
- Challenge 5