Live data from Hacker News

Ask HN: Solo-devs what is your tech stack?

news.ycombinator.com

11–18 of 18 posts

Re: Ask HN: Solo-devs what is your tech stack?

#13

Node.js/AWS lambda/DynamoDB/Kinesis for backend Pytorch/k8s/AWS fargate for Deep learning api Clingo/Prolog for symbolic AI React.js/flexbox/sass for frontend SwiftUI for iOS

Question, why don’t you just use React Native for your frontend? Just curious.

Re: Ask HN: Solo-devs what is your tech stack?

#18
For backend: Golang + SQLite + Nginx For frontend: Nuxt.js / Vue.js using the SSG option

I meld the two using the JAMstack design in Nginx where the backend is exposed on /api path and the static site is hosted from the dist directory on the root path of the site. And while I use Go in production, I typically use Python for making proof of concepts or writing any quick glue scripts.

Post reply on HN