Django, considering switching to Flask for more flexibility. The server is running nginx on FreeBSD.
Ask HN: Companies of one, what is your tech stack?
171–180 of 206 posts
Re: Ask HN: Companies of one, what is your tech stack?
#172Hosting: Bare metal on Hetzner. Backend: Python / SqlAlchemy DB: Postgres Cache: Redis Frontend: React / Redux / Emotion / Socket.io Reverse Proxy: Traefik Marketing Site: Next.js CDN/File hosting: Cloudflare, R2 Backups: Tarsnap Deployment: Docker / Docker Compose Server configuration: Ansible Mobile: React Native Payments: Stripe Email (Transactional/Marketing): Postmark If I were to start today, I would probably s…
What types of apps do you make for there to be 36 total?
Re: Ask HN: Companies of one, what is your tech stack?
#173Re: Ask HN: Companies of one, what is your tech stack?
#174Hosting: Bare metal on Hetzner. Backend: Python / SqlAlchemy DB: Postgres Cache: Redis Frontend: React / Redux / Emotion / Socket.io Reverse Proxy: Traefik Marketing Site: Next.js CDN/File hosting: Cloudflare, R2 Backups: Tarsnap Deployment: Docker / Docker Compose Server configuration: Ansible Mobile: React Native Payments: Stripe Email (Transactional/Marketing): Postmark If I were to start today, I would probably s…
Re: Ask HN: Companies of one, what is your tech stack?
#175One app is a multi-user game that 60K+ users play regularly Other is a productivity app available on multiple platforms
Re: Ask HN: Companies of one, what is your tech stack?
#176C# on Azure Functions for backend. Azure managed SQL Server for storage. Azure managed Redis for caching. Azure Application Insights for monitoring. Forest Admin front end. Quite a pleasant experience overall for what I need.
It's so bizarre (but somewhat expected) to see only two people in this thread mention any Microsoft technologies at all.
Re: Ask HN: Companies of one, what is your tech stack?
#177I run several SaaS apps on a single big OVH server. It handles 6 million non-cached requests per day. The backend stack is pretty basic: Django/Python, MySQL, redis (pub/sub) for websockets. But the secret sauce is OpenResty. I use Lua scripts to do more sophisticated page caching (because the builtin nginx caching is so primitive), DDoS protection, handling websockets, offloading long running requests, and routing b…
curios to know more on this - what you could do better using Lua logic?
Re: Ask HN: Companies of one, what is your tech stack?
#178Re: Ask HN: Companies of one, what is your tech stack?
#179Not a software company, but photographer. I use PHP and bash for all of my automation, and python for the UIs.
What kind of automation do you need as a photographer?
For example I was photographing a horse show last weekend, and I have around 3000 pictures and 30 participants.
I used to do that "by hand" with a SaaS, it would take me a full day. I did talk with them to get access to their existing API, but they kept saying they didn't have an API... Stupid.
Now instead, the "generating and uploading" galeries itself takes a single command, and I can use the spare time to sort pictures, be nicer to the customers and take more pictures :)
Re: Ask HN: Companies of one, what is your tech stack?
#180The reason for this was because PHP developers are cheaper. So if project takes off, it will be cheaper to hire PHP devs.
JavaScript is better as an employee since JS/Node/React devs are more in demand and pays better.