Modern REST API Development in Go. Design performant, secure, and observable web APIs using Go's powerful standard library - Helion

Tytuł oryginału: Modern REST API Development in Go. Design performant, secure, and observable web APIs using Go's powerful standard library
ISBN: 9781836205364
Format: ebook
Księgarnia: Helion
Cena książki: 129,00 zł
Książka będzie dostępna od sierpnia 2025
Modern REST API Development in Go is a hands-on guide to understanding and applying REST principles using Go’s powerful standard library. In an era where interconnected systems demand robust and performant APIs, Go offers the perfect combination of simplicity, performance, and tooling to build modern backend services.
This book is centered around a complete, real-world REST API project and guides you through every stage of the development process, from building HTTP handlers to applying authentication and generating OpenAPI documentation. You’ll learn to structure your application, handle persistence with common libraries like GORM and Squirrel, apply observability patterns through logging and tracing, and ensure code quality through unit and integration tests. Each concept is grounded in REST theory and backed by idiomatic Go practices, enabling you to build APIs that are not only functional but production-ready. By the end of the book, you’ll be ready to design, build, and maintain REST APIs in Go.
Zobacz także:
- Microsoft Azure. Kurs video. Zostań administratorem systemów IT 169,00 zł, (76,05 zł -55%)
- Amazon Web Services (AWS). Kurs video. Zostań administratorem systemów IT 199,00 zł, (89,55 zł -55%)
- Kubernetes i Docker w 99,00 zł, (49,50 zł -50%)
- Flutter i Dart. Receptury. Tworzenie chmurowych aplikacji full stack 67,77 zł, (37,95 zł -44%)
- AWS dla architekt 136,52 zł, (76,45 zł -44%)
Spis treści
Modern REST API Development in Go. Design performant, secure, and observable web APIs using Go's powerful standard library eBook -- spis treści
- 1. Introduction to APIs
- 2. Exploring REST APIs
- 3. Building a REST client
- 4. Designing your REST API
- 5. Authentication and Authorization
- 6. Data persistency
- 7. API Security
- 8. API Performance
- 9. Deploying your API
- 10. Testing
- 11. Documenting with OpenAPI
- 12. Metrics, Logs and Traces
- 13. Using GORM
- 14. Using the Echo Framework