For further actions, you may consider blocking this person and/or reporting abuse
π Just want to lurk?
That's fine, you can still create an account and turn on features like π dark mode.
Read next

Ramen has file Downloads now! (New Backend Framework)
Armaan Gupta -

Turn CV to structured data with GPT-3 and Node.js
Jan Halama -

12 best AI websites to make your life easier [save 100s of hours]
π‘Piyush Kesarwani -

Little React Things: Cleaning up dependencies
Zeke Hernandez -
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-...