Technology Stack Resources
Frontend
React
Backend
Go
- Golang Weekly newsletter
- A Tour of Go - this is a nice entry point for the basics.
- Learn Go with Tests
- Practical Go Lessons
- Darker Corners of Go
- Go By Example
- Go: The Complete Developer's Guide
Tools
Security
Coding patterns
- Effective Go
- How to use context for logging, distributed tracing, concurrency, and more
- Dependency Injection in a nutshell
- Packages as layers, not groups
- REST Servers in Go: Part 4 - using OpenAPI and Swagger
Other backend resources
- Pop documentation - Pop is an ORM tool we use for interacting with databases on MilMove.
- The Unofficial Pop Book