For further actions, you may consider blocking this person and/or reporting abuse
Read next
The No-Fluff Guide to OpenGraph Images That Actually Work ๐ฏ
gleamso -
How to Build a Advanced Portfolio with High-Level Features and Cutting-Edge Technologies for Web Developers and Designers ๐๐
Hanzla Baig -
A discussion platform for developers
ElaFella -
Testing Troubles with Jest & ESM and how to fix it
Bregwin Jogi -
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-...