Hacker News new | ask | show | jobs
by bjonnh 2215 days ago
Flask (Python) for super simple stuff with no db (I have a custom ldap user and groups manager for example) with semantic ui frontend and crude html. Ktor in kotlin for any API thing that needs to last. Spring boot in kotlin for stuff that require auth and db with vue.js in front using type script. (Makes developing one week viable products doable)