Latest Updates

Documenting code, one commit at a time.

Linting 1 post
×

Building Resilient Go APIs: The Synergy of Linting and Transport Testing

In the fast-paced world of API development, ensuring reliability and maintainability is paramount. For the plazagustavo/requiems-api project, a Go-based API, this commitment to quality is reinforced through rigorous practices like linting and dedicated transport layer testing.

The Go API Landscape

Developing an API in Go, while leveraging its performance and concurrency benefits, demands

Read more