Latest Updates

Documenting code, one commit at a time.

API Go 5 posts
×

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

Beyond Functionality: The Subtle Impact of Comment Formatting in Go Tests

In the fast-paced world of API development, it's easy to overlook the seemingly minor details. We chase features, optimize performance, and squash critical bugs, often deeming things like comment formatting as 'nice-to-haves' rather than essentials. However, neglecting these small aspects can have a disproportionately large impact on a project's long-term health and maintainability.

Read more