go-web-app-antipatterns icon indicating copy to clipboard operation
go-web-app-antipatterns copied to clipboard

Short examples of common anti-patterns in Go Web Applications.

Results 2 go-web-app-antipatterns issues
Sort by recently updated
recently updated
newest added

_I continue to write here coming from the [post's comment](https://threedots.tech/post/safer-enums-in-go/#comment-5693312657)._ I think it's a great idea to use functions because I can reduce the code noticeably having even more security...

This PR addresses an issue with the order of middleware in the router setup. According to the [chi documentation](https://go-chi.io/#/pages/middleware?id=logger), the Logger middleware should be placed before any other middleware that...