DEV Community

Md. Tasnimul Hassan
Md. Tasnimul Hassan

Posted on

Best stack for Web Development....

What is the best tech stack out there for web development? I mean which languages or frameworks should I learn write now for both frontend and backend. Specially considering the future of web development. I know it depends on the project or the company but still there are few things which has and will have high demand. Please comment down if you want to share your valuable feedback. I would appreciate that a lot!

Top comments (3)

Collapse
 
janmpeterka profile image
Jan Peterka

I'm not gonna answer what is in high demand, but I just quite recently started working with Ruby on Rails and it's amazing way to do full stack, as long as you are creating mostly CRUD app with moderate interactivity (which is getting better).

Great thing is for me is that I just have this one framework where everything works together seamlessly. Amazing for solo/small team projects, as Rails presents itself as one-person framework, and really delivers on that.

Also Ruby is lovely programming language, and the community (and learning resources) for Rails are superb

Collapse
 
tasnimulhassan02 profile image
Md. Tasnimul Hassan

Thank you for your insight.