Ask HN: Solo-devs what is your tech stack?
11–18 of 18 posts
Re: Ask HN: Solo-devs what is your tech stack?
#12I try and avoid JavaScript but if I use it I usually write vanilla JS and avoid package managers and build pipelines.
Re: Ask HN: Solo-devs what is your tech stack?
#13Node.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
Re: Ask HN: Solo-devs what is your tech stack?
#14FastAPI + Postgres backend
React + TS for web
Edit: some pretty exotic stacks in here! Cool to see.
Re: Ask HN: Solo-devs what is your tech stack?
#15Re: Ask HN: Solo-devs what is your tech stack?
#16Re: Ask HN: Solo-devs what is your tech stack?
#17React: stable, doesn't break, probably lindy.
Tailwind css: it just works.
Postgresql, elasticsearch, clickhouse, redis.
Namecheap, digitalocean.
Re: Ask HN: Solo-devs what is your tech stack?
#18I 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.