Ask HN: Fastest/easiest framework to build a web application in 2020?
71–80 of 93 posts
Re: Ask HN: Fastest/easiest framework to build a web application in 2020?
#72If you love Java but hate JavaEE, check out Spark Java: http://sparkjava.com/
Re: Ask HN: Fastest/easiest framework to build a web application in 2020?
#73Earlier quoted context omitted.
Can you share a bit more about how it's showing its age? (I'm not a web dev, but played around with Flask recently and in general find the giant ecosystem of different frameworks fascinating.)
> Can you share a bit more about how it's showing its age? 1. There are some bugs that can't be fixed just because they break backwards compatibility. E.g. usernames are stored to the database incorrectly by default, but the dev team isn't going to change it. So if you don't know that it works the way that it does, it can cause issues. 2. Most people now use a js frontend and a REST backend. Django can do this well,…
It's still brittle, it's still user hostile and it's still slow. Seems like a massive waste of time and a vanity project to me.
I'm still mainly doing server-side templates coupled with complicated js widgets when I really need them.
Re: Ask HN: Fastest/easiest framework to build a web application in 2020?
#74Re: Ask HN: Fastest/easiest framework to build a web application in 2020?
#75Earlier quoted context omitted.
I am in a very similar situation to you, I'm a full stack developer (slightly stronger at frontend) that used to do a lot of Ruby on Rails work, but I've been looking for a statically typed backend framework to specialise in. Hopefully some of my research / bike shedding / procrastination will be helpful to you :) I've been trying different backends to find the 'perfect' stack that's statically typed (spoiler: no sta…
Hey, thanks for the detailed reply! Last night, I went through a lot of research and bikeshedding myself, and a lot of my intuitions aligned with your experiences. I was curious about Go, but it seemed while it was possible to do mostly everything you wanted to do, it wasn't necessarily a smooth experience. I looked at Kotlin next. I'd used Spring Boot before with Java, and at the time I was fond of the annotations,…
Re: Ask HN: Fastest/easiest framework to build a web application in 2020?
#76Re: Ask HN: Fastest/easiest framework to build a web application in 2020?
#77If you know something now, use it. If you don't, Rails or Laravel are both good options. I'm partial to Ruby, its syntax, its expressiveness; the ecosystem cannot be beat, and the tooling is stable and mature. There's nothing not to like.
Re: Ask HN: Fastest/easiest framework to build a web application in 2020?
#78Rails is less "easy" than it used to be due to the integration of Webpack (via the Webpacker gem) and thus the entire world of frontend JS development…yet that move in many ways "saved" Rails as a serious tool for modern web professionals. So while I'm not sure Rails is easiest to pick up for a complete newbie, I am sure that there is still no framework that can touch Rails when it comes to fast/easy to build an enti…
I'm a bit tired of all this react and javascript mubojumbo and keen to learn more about rails. what would be the best tutorial that isn't outdated? so much things are just old...
Re: Ask HN: Fastest/easiest framework to build a web application in 2020?
#79Earlier quoted context omitted.
> Can you share a bit more about how it's showing its age? 1. There are some bugs that can't be fixed just because they break backwards compatibility. E.g. usernames are stored to the database incorrectly by default, but the dev team isn't going to change it. So if you don't know that it works the way that it does, it can cause issues. 2. Most people now use a js frontend and a REST backend. Django can do this well,…
Do most people actually use a js front-end and a rest backend? It's still brittle, it's still user hostile and it's still slow. Seems like a massive waste of time and a vanity project to me. I'm still mainly doing server-side templates coupled with complicated js widgets when I really need them.
Re: Ask HN: Fastest/easiest framework to build a web application in 2020?
#80for more information - https://www.walstartechnologies.com/web-development