Hacker News new | ask | show | jobs
by folli 928 days ago
As a solo dev for https://cubetrek.com my tech stack is as follows:

Front-end: Bootstrap, vanilla JS, for visualizations: D3.js and Babylon.js

Backend: Java Spring Boot, PostgreSQL

Deployement: semi-manual, script rsyncing the Jar onto the dedicated Hetzner Server

Regarding ease of adding new features: I guess that depends mainly on your code base and less on your stack

1 comments

Is there a good user registration/auth solution for spring boot?