Reading List
Reading List for 2023
Everyone has different ways to learn new things. While I found learning by doing is most practical way to learn Programming and Software construction, for me nothing helped improve critical thinking skills more than reading some high quality books. Also, reading books is something I enjoy more. Here is my wishlist of books I want to read or re-read this year. My main focus is design and development of backend systems.
Go Programming
- Learning Go
- Concurrency in Go
- Efficient Go
- Cloud Native Go
- Effective Go
- Shipping Go
- 100 Go Mistakes and How to Avoid Them
Databases
- PostgreSQL Up and Running
- The Art of PostgreSQL
- MongoDB Definative Guide
Distributed Systems
- Designing Data Intensive Applications
- Software Architecture Fundamentals
- Software Architecture : Hard Parts
- Software Architecture Metrics
- Evolutionary Architecture
- Building Microservices
Containers and Orchestrators
- Docker Deep Dive
- Kubernetes In Action
- Core Kubernetes
Web APIs
- The Design Of Web APIs
- RESTful Web APIs Patterns and Practices
- Principles of Web API Design
- Mastering API Architecture
- gRPC Microservices with Go
DDD and TDD
- Learning Domain Driven Design
- Domain Driven Design
- The Power Of Go Tests
- Powerful Command Line Applications in Go
- Domain Driven Design with Golang
Engineering Practices
- Software Engineering at Google
- Modern Software Engineering
Go : Example Driven Books
- Interpreter in Go
- Compiler in Go
- Build an Orchestrator in Go (From Scratch)