I run Pinboard. I have my own hardware running Ubuntu. The site itself runs PHP+MySQL, with perl scripts for backend tasks. I make heavy use of Twitter to talk about unrelated topics, and eventually people take pity and sign up for the site, using either Stripe or PayPal.
If only you would respond to emails with feature requests and bug reports, and then do something about them.
Ask HN: Companies of one, what is your tech stack?
111–118 of 118 posts
Re: Ask HN: Companies of one, what is your tech stack?
#112I run Pinboard. I have my own hardware running Ubuntu. The site itself runs PHP+MySQL, with perl scripts for backend tasks. I make heavy use of Twitter to talk about unrelated topics, and eventually people take pity and sign up for the site, using either Stripe or PayPal.
Re: Ask HN: Companies of one, what is your tech stack?
#113Amazing that after decades of software development on the web, there is still no "best practice" even though many of these web apps do very similar things. In most other mature industries, best practices tend to settle on just a few approaches. Not so for software development.
Re: Ask HN: Companies of one, what is your tech stack?
#114I'm running https://zerosearch.io on a single 16gb standard instance with 6 vcpus on Digital Ocean with the "Ubuntu Docker 5:19.03.1~3 on 18.04" image. The memory is important to keep an index for the top 1000 github repositories. It could probably do just as well with only one or two CPUs. The app is made up of two Docker containers: the indexer and the webserver. I'm using Cloudflare, which makes the site a lot fas…
Re: Ask HN: Companies of one, what is your tech stack?
#115Effects:- This tech is mature now and comes with steroids in its own, hence we never faced major difficulties wrt to tech stack and that's always a good place to be in. (Good read on the same topic:- https://www.intercom.com/blog/run-less-software/)
And we're hiring http://www.squadvoice.co/careers-us/
Re: Ask HN: Companies of one, what is your tech stack?
#116It's Clojure in the back end, on Postegres, on Heroku. Everything in the product front-end is ClojureScript, with reagent, hosted in S3 behind CloudFront.
All deployments through CircleCI, GitHub for VCS. Emacs for development, on a Dell XPS 13 with Ubuntu :)
Marketing website is a static site, built with Middleman; again, CloudFront + S3.
Re: Ask HN: Companies of one, what is your tech stack?
#117Re: Ask HN: Companies of one, what is your tech stack?
#118I run https://quailhq.com -- point-of-sale software for antique stores. --- Data: Postgres APIs: Java + Dropwizard Frontend: Typescript, transitioning from Angular (1.x) to React Hosting is on a cluster of cheap Linodes, and transactional email is handled by Postmark. Shout out to both of those services, which have been rock-solid compared to others I've tried. I absolutely think the choice of tech has helped Quail s…
Did you evaluate Digital Ocean as an option?