What's your development stack? What tools or no code tools do you use to get off the ground faster? How long do you typically take to process prototype ideas?
Similar. Also discovered Docker (Compose) for local development. Didn't like it at first, because most of the projects I worked in had some huge and slow setups, but for my own projects I tried to keep it very lean and it makes development more fun.
Was using PHP / Symfony for a long time, but Django seems to have some of the kinks solved better (e.g. Django REST vs. FOSRestBundle or django-allauth vs. FOSUserBundle or django-admin vs. SonataAdminBundle).
https://bubble.io/ - for non-developers, good for prototyping and simple apps but not scalable
https://remaketheweb.com/ - seems cool, full-stack framework, not totally flexible but might be interesting for simpler apps
We are working on an open-source project for developers that would be both easy to use but also flexible and scalable.
You can see it here: https://wasp-lang.dev/ - it's still a work in progress, but would be cool to get your feedback!
10 comments
[ 5.5 ms ] story [ 21.1 ms ] threadhasura.io
create react app / apollo / typescript
For backend was very quick and refreshing to use kotlin and javalin.
haven't tried the cookiecutter for django yet, but I understand it streamlines it further.
currently using:
- django
- django-allauth (enable only g suite)
- django-rest-auth
- djangorestframework
- django-heroku
- local postgres for development
- heroku postgres for production
this stands up an admin-ready site with authentication and a Rest API.
Was using PHP / Symfony for a long time, but Django seems to have some of the kinks solved better (e.g. Django REST vs. FOSRestBundle or django-allauth vs. FOSUserBundle or django-admin vs. SonataAdminBundle).
Bento is a great Vue and Firebase PWA template to quickly get you started. https://github.com/kefranabg/bento-starter
PostgREST is an amazing tool for cutting down all the middleware you’d normally need to build.
A bit of a plug but I’m also building supabase.io which gives real-time functionality to Postgres (like Firebase)
https://remaketheweb.com/ - seems cool, full-stack framework, not totally flexible but might be interesting for simpler apps
We are working on an open-source project for developers that would be both easy to use but also flexible and scalable. You can see it here: https://wasp-lang.dev/ - it's still a work in progress, but would be cool to get your feedback!