Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "strapi"
-
My top 3 open source projects are :
KDE ❤️❤️❤️❤️
Libinput gestures (allows you to do custom actions with your touchpad)
Strapi (Wich is a nodejs headless cms that gets the job done very quickly I haven't tested it in prod tho)1 -
Strapi...
So much promise let down by poor documentation. Adding custom commands is not in the docs but is supported in the code.
Spent 2 weeks through trial and error trying to get custom commands written to import content and its been a pain in the ass.
When your documentation is written, give it out to novice or intermediate programmers with minimal exposure to your system. Note down their issues and improve the documentation.
Hell, why not add a form to submit feedback on the docs to a dedicated team of writers.
Anyone here good with Strapi who could assist?1 -
Earlier this day, I read that Strapi is dropping its support for MongoDB. I was a bit bummed at first, but their reasoning was good and I moved from MongoDB Atlas to CloudSQL.
From that point on my day got so much better: Now my strapi backend is so much faster than before! I cannot believe, that I just got to migrate to SQL. Should have done this a long time before.
All operations are literally 2-3 times as fast as before. Thank you @strapiDevelopers for forcing me to migrate :D -
I just found about Strapi. Like a wordpress but for Node Express API + CMS. I can focus more now in Frontend than do Express TypeORM Backend admin UI and other backend functionalities.
So is Strapi the best or there are some good competitors?4 -
For the last few years I've dealt with mostly PHP development however I now have some time to finally build something that I have been wanting to for a while. The trouble I'm having is what do I utilise for the build?! There are a 101 'perfect frameworks' out there and to be frank, totally lost on how to decide.
I'm using Strapi for the backend/API and i know I could build the application in PHP but that would require full rebuild to extend into a mobile app in the not so distant future. I originally opted for React as I'm familiar with that from a few project but honestly...god help anyone trying to navigate any article nowadays!