I’m surprised nobody had said MS Access. You don’t need to learn any programming languages, it comes with everything you need, and every Access app has lasted way longer than anyone wanted it to. ;)
Ask HN: Easiest way to build a CRUD app?
91–100 of 239 posts
Re: Ask HN: Easiest way to build a CRUD app?
#92For simplicity – probably JavaScript w/ Express.
Re: Ask HN: Easiest way to build a CRUD app?
#93Re: Ask HN: Easiest way to build a CRUD app?
#94I would answer at the meta-level - pick the framework in the language you know best. If you are already fluent in Python, use Django. PHP; Laravel? Etc. The benefit of using the “best” CRUD tool (if there even is one) is far less than the cost of learning a new language these days. When Rails first came out, it was so much better than anything else that it was worth it to learn Ruby just to use that toolchain. Nowada…
This is good advice. Django, for example, isn't the hottest tech on the block by far, but that's not necessarily a bad thing. Where some see bloat, others see maturity. There are a lot of QoL features like the ORM, forms etc. etc. that make django a very stress-free option. Also, HN sometimes has a derisive attitude towards turbo-like variants, but still, `htmx` is an objectively good pairing with django as well. It'…
Re: Ask HN: Easiest way to build a CRUD app?
#95Re: Ask HN: Easiest way to build a CRUD app?
#96Re: Ask HN: Easiest way to build a CRUD app?
#97Re: Ask HN: Easiest way to build a CRUD app?
#98I’m surprised nobody had said MS Access. You don’t need to learn any programming languages, it comes with everything you need, and every Access app has lasted way longer than anyone wanted it to. ;)
Re: Ask HN: Easiest way to build a CRUD app?
#99I would answer at the meta-level - pick the framework in the language you know best. If you are already fluent in Python, use Django. PHP; Laravel? Etc. The benefit of using the “best” CRUD tool (if there even is one) is far less than the cost of learning a new language these days. When Rails first came out, it was so much better than anything else that it was worth it to learn Ruby just to use that toolchain. Nowada…