Currently looking into adding Tailwind (CSS)
Ask HN: Companies of one, what is your tech stack?
11–20 of 327 posts
Re: Ask HN: Companies of one, what is your tech stack?
#12* PHP with Laravel + Postgres on the back
* Blade + Livewire on the front
* hosted on Clever Cloud
I chose it, because it's a stack where almost all problems have already a solution because others had it before. Also, and this was really important at the time: There is just so much built in, PHP+Laravel is a powerhouse for rapidly developing MVPs.
I'm still pretty happy with it. It can take you pretty far if you keep your code base clean, use all the existing tooling like static analyzers, code formatter, and write tests. While success is still moderate, I don't think I could have done it with a different Tech Stack, at least not in the same time-frame and with the same confidence.
Re: Ask HN: Companies of one, what is your tech stack?
#13I have a question for everybody who uses Laravel or Symfony:
Did you compare it to the other one before you made a decision? What made you decide on the one you are using now?
I also would be interested in the same question regarding Django and Flask!
Re: Ask HN: Companies of one, what is your tech stack?
#14Breakfast of champions right there.
Re: Ask HN: Companies of one, what is your tech stack?
#15I make a lot of prototypes along with maintaining production systems. A lot of the projects have to do with ML/NLP, which basically means I have to chose python as a core backend language. Which is great, I love python. My core production system and every new prototype is: - Django + PostgreSQL - Celery + redis - for long-running tasks - React - GraphQL - Terraform + Cloud-init to provision the infrastructure All qui…
Re: Ask HN: Companies of one, what is your tech stack?
#16Here is my tools & workflow:
https://nudge.id.au/v5/img/Cardinia-Electronics-Workflow-202...
Professional CAD tools are not cheap, so I'm basically breaking even. I'm mainly doing it for the love it -- I love to create things to inspire others to also create.
Luckily I have a full time job to keep me going :)
Re: Ask HN: Companies of one, what is your tech stack?
#17I'm a fullstack JavaScript dev. I used to write everything in pure React and serve it with Express on Node but two years ago I started experimenting with all the fancy new frameworks and now my every project is: - Gatsby or Next depending on how dynamic the content is - Firebase for db, auth, and bucket storage, and sometimes hosting - Vercel for NextJS hosting - Recoil for state management; after years of using Redu…
Re: Ask HN: Companies of one, what is your tech stack?
#18Great thread! I have a question for everybody who uses Laravel or Symfony: Did you compare it to the other one before you made a decision? What made you decide on the one you are using now? I also would be interested in the same question regarding Django and Flask!
Re: Ask HN: Companies of one, what is your tech stack?
#19- TypeScript / Node / Express
- PostgreSQL / RabbitMQ
- HTML / Tailwind CSS / Vanilla JS
- Hosted on two DigitalOcean droplets
- Deployed as Docker
- AWS SES for sending emails
Re: Ask HN: Companies of one, what is your tech stack?
#20I only recently moved to Rails though. Before that I was full stack TypeScript, which was cool and I still miss the static types, but it’s worth going without them.