For further actions, you may consider blocking this person and/or reporting abuse
DEV Community
Read next

Styled-components in React with Typescript
Eduardo Henrique Gris -

Daily JavaScript Challenge #JS-84: Find the First Repeated Character in a String
DPC -

Stay ahead in web development: latest news, tools, and insights #69
Adam -

BLACK HOLE ANIMATION WITH HTML CSS AND JAVASCRIPT
Prince -
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-...