Live data from Hacker News

Ask HN: Companies of one, what is your tech stack?

news.ycombinator.com

11–20 of 118 posts

Re: Ask HN: Companies of one, what is your tech stack?

#11
Backend: OSX, Vagrant, Ubuntu 16.04, Python 3.7, Falcon (APIs), Ansible (local VM provisioning and deployment), SQLAlchemy, Postgres, GraphQL (through Graphene and Graphene-SQLAlchemy), Kong (API gateway)

Frontend: Angular 7, Angular Material 7, Apollo GraphQL

SaaS (free tiers): Auth0, Sentry.io, Smallchat, Braintree, Netlify

Hosting: Hetzner

Re: Ask HN: Companies of one, what is your tech stack?

#12
My current venture (https://www.podalong.com) is using Elixir/Phoenix Framework/Vue.js for the front end, a couple various Golang services for background stuff, and Elasticsearch for search.

This was my first project using Elixir/Phoenix and it’s been really fantastic, I couldn’t recommend it enough for being very productive and it’s fairly performant to boot.

The mobile app was built using Flutter (again my first project with Flutter), and it has honestly been great. I come from a Java background and Dart is extremely similar so it took no time at all to get acclimated.

Re: Ask HN: Companies of one, what is your tech stack?

#16
Nowadays you can mostly solve any problems with wildly different tech combinations, so I increasingly feel that the tech does not matter.

So i guess sticking with what you already know is the best when starting out.

Finding product/market fit is waaaay more difficult than learning new tech.

You will have time to optimize it later when you get traction and the product kept together by duct tape starts to fall apart under pressure.

Re: Ask HN: Companies of one, what is your tech stack?

#17
Working on an email hosting company. Stack is Kotlin, Postgres, Docker, AWS.

It's likely been helpful because it's a stack I'm good with, and it has very mature tooling and libraries (via JVM). The alternative was basically C, which has higher quality mailserver libraries but seemed a lot harder to work with from my point of view.

Re: Ask HN: Companies of one, what is your tech stack?

#18

I’m not a solo business owner, but if I had to guess, I’d say that the ones who are successful turn their weakness into a strength by using some obscure tech stack that they’re a wizard with but that no one else uses. It’s a trite thought here on HN, but if I were a one-man shop I really would try to use a Lisp dialect.

I hope you see the irony in your comment

I think maybe he is being sarcastic...

Re: Ask HN: Companies of one, what is your tech stack?

#19
For https://swissdevjobs.ch (job board for Software Developers) I go with a very simple stack:

Backend: NodeJS, Express, MongoDB

Frontend: React (CRA), React-Router, React-Leaflet (for maps)

Infrastructure: AWS, S3

Bonus point: no single test written (neither backend, nor frontend), project is up and running for >1year

Post reply on HN