Jumping into Web Development

1 points by sgustav ↗ HN
I'm an Android developer and I need to jump into web development.

Mainly worked with Android Studio, competent in Java with very light experience in Spring Boot.

Need to ship a twofold product over the next few months which is my main motivation. First part is a simple stand alone web app targeted at a small audience, followed by a marketplace platform (mobile & web).

What stack & tools do you recommend? I'm trying to optimize for speed over any other factor.

A route that was suggested to me is a combination of React & Spring Boot, but I don't feel it's the quickest path and wanted to get some sound advice on this.

Recommended resources are greatly appreciated as well.

1 comment

[ 2.6 ms ] story [ 14.9 ms ] thread
Try dot net core (Language C#, IDE Visual Studio), comes with built-in templates to get you started. Integrates well with relational and non-relational dbs. Also can use Angular, React etc. for front-end logic.