's Avatar

@rgsimon

8
Followers
4
Following
3
Posts
23.10.2024
Joined
Posts Following

Latest posts by @rgsimon

Preview
Release v3.21.0 · goadesign/goa New Features This release adds native support for Server-Sent Events to Goa. Read the initial proposal Run the monitor example Additionally this release changes how Goa generated OpenAPI specific...

Goa v3.21.0 is here — now with native SSE support, smarter OpenAPI examples, improved DSL error messages, and cleaner codegen. Thanks to @raphael, @mamo, @tchssk & @MichaelUrman!
Release: github.com/goadesign/go...
#goadesign #golang #microservices #codegen

05.05.2025 00:39 👍 1 🔁 2 💬 0 📌 0
Building Goa: An Open Source Journey This article is part of the Open Source Initiative (OSI) Maintainer Month series, a campaign to honor the individuals who steward and…

@brian.dev You might get a kick out of this one medium.com/@rgsimon/bui...

26.04.2025 17:14 👍 2 🔁 1 💬 1 📌 0
Building Goa: An Open Source Journey This article is part of the Open Source Initiative (OSI) Maintainer Month series, a campaign to honor the individuals who steward and…

I just published Building Goa: An Open Source Journey medium.com/p/building-g...

26.04.2025 16:52 👍 0 🔁 0 💬 0 📌 0

🚀 Just pushed typed interceptors for Goa!
Add type-safe middleware to your services for auth, logging, retries & more. Works at API/Service/Method level.

Try it:
go get goa.design/goa/v3@interceptors

Would love to hear what you build with it!
#golang #api #goadesign #microservices

26.11.2024 21:54 👍 2 🔁 0 💬 0 📌 0
Interceptors Proposal · Issue #3614 · goadesign/goa Interceptors in Goa Overview This proposal introduces typed interceptors to Goa's design DSL. Interceptors provide a type-safe mechanism for injecting cross-cutting concerns into method execution, ...

🎉 Just posted a proposal for adding interceptors to Goa!

Imagine easily adding audit trails, caching, or retries to your services with a design-first approach and no type assertions needed!

Check it out: github.com/goadesign/goa/issues/3614

Would love to hear your thoughts! #golang #api #design

21.11.2024 18:23 👍 1 🔁 1 💬 0 📌 0