Hacker News new | ask | show | jobs
by codegeek 3469 days ago
It depends on the use case:

- For API based work, I love Flask (Python).

- For full fledged application, I am loving Laravel (PHP). With PHP7 and package managers such as composer and the awesome laracasts tutorials, it is just a breeze.

1 comments

+1 for laravel. Nice documentation and really good community. It's ORM is great, its tooling is awesome.