by sghosh2 on 11/28/22, 5:29 PM with 31 comments
by Xeoncross on 11/28/22, 8:48 PM
Why even use an ORM when https://sqlc.dev/ will generate everything from vanilla SQL?
Why make the frontend team write a Typescript client when https://goa.design on the backend will produce an OpenAPI schema they can just point a https://openapi-generator.tech at?
Why write out GraphQL boilerplate when https://github.com/99designs/gqlgen will take your GQL typedef and generate it all for you based on how you want it to look.
Why write validation rules when you can just define your input struct and let https://github.com/mustafaakin/gongular generate the rest for you?
Honestly, I'm loving this. I want to focus on the entities and business logic - not writing yet another handler/resolver for basic auth + CRUD work.
by yevpats on 11/28/22, 7:56 PM
by elchief on 11/28/22, 9:42 PM
Also, It'd be nice to know what the transfer protocol is like. What format is used to transfer between a Source and Destination?
by laerus on 11/29/22, 8:12 AM
Honestly the language is the new JS and just another one to remind us how miserable software can be with half baked enterprizy solutions to just get the job done faster.