First post about CMS. I have explored various platforms including Hashnode, DatoCMS, Contentful, Hygraph, Prismic, and Strapi.
Custom Typescript types validations
A lot tried to implement their own schema validation ‘really badly’, especially for complex types. At the end you pass hour to see how implement this in your project filtering object, array, the both together with all mixed values. We have alternative solution for this already written, why rewrite the wheel and make it more complicated?, Zod, ajv, you create “simple” schema and all is corrects.
Solution for Container
Strapi, the free version is good to test especially their solution on RBAC but don’t use it in production unless you paid for the final product. The installation also rely on docker on production which require more cost for the deployment.
#!/usr/in/env sh
set -o errexit
echo "hi from Bash"
echo "This should be hightlighting by shiki or prism"
exit 0
Return to normal