Current CTO exploring entrepreneurship on the side; coach; mentor; instructor.
Dedicated to promoting digital literacy and ideological diversity in tech.
If you're starting from scratch and have limited logical requirements and are instead mostly just serving data, working from a standard like graphql or openapi is a really quick way to get bootstrapped efficiently.
Current CTO exploring entrepreneurship on the side; coach; mentor; instructor.
Dedicated to promoting digital literacy and ideological diversity in tech.
Top comments (4)
If you're starting from scratch and have limited logical requirements and are instead mostly just serving data, working from a standard like graphql or openapi is a really quick way to get bootstrapped efficiently.
Any openapi boilerplate you know ?
Openapi code generators exist for almost every major language! :)
github.com/OpenAPITools/openapi-ge...
I wrote a mini series on just that using PHP for the example implementation: dev.to/jamesrweb/programmatically-...