Take payments in browser extensions: https://extensionpay.com - $5/month Digital Ocean server - HTTP server: pm2 / Node / Express - Database: SQLite (because it's fast and needs fewer resources and less configuration than others) - Front/backend - custom full-stack Svelte framework. - Analytics: GA - Email: Mailgun - Uptime monitoring: Nine9s ( https://nine9s.cloud/ from another solo dev I believe) The Svelte framewo…
Ask HN: Companies of one, what is your tech stack?
131–140 of 327 posts
Re: Ask HN: Companies of one, what is your tech stack?
#132I run a file sharing / content delivery platform called pixeldrain: https://pixeldrain.com The system serves 4 PB of data to 60 million visitors per month. I have served 30 PB and 700 million file views since I started tracking usage somewhere in 2018. I'll go from front to back: - Most of the frontend is plain HTML, CSS and JS. I have started transitioning some pages to Svelte. I like this framework for its speed an…
very popular service in latam (colombia,peru,mexico,venezuela)
Most of my users are Vietnamese. Unfortunately bandwidth is very expensive there, so I have to serve all that traffic from Europe.
Re: Ask HN: Companies of one, what is your tech stack?
#133Surely the correct and only answer is "the right tech stack for the job".
Trying to shoehorn everything into one chosen stack is only likely to end in dismal failure.
Switching stacks just because flavour of the month cool stack is code written in Foo with Bar library with a Foobar cloud backend is also only likely to end in dismal failure.
If a graph database is suitable for a project ... then use it. If cloud is suitable for a project... then use it. etc. etc.
Don't be a "Jack of all trades, master of none", jumping around programming languages and libraries just because its the cool thing to do.
The trouble is I see too many people over-egg the pudding on tech stacks. Perhaps especially when it comes to cloud services where they architect everything as if they were getting billions of hits per second and feel the need to justify using all cool cloud services buzz words like horizontal scaled event-driven, serverless computing platform.
Sometimes its better just to follow the KISS principle (Keep It Simple Stupid).
Re: Ask HN: Companies of one, what is your tech stack?
#134The tech stack is:
- Ruby on Rails
- Postgres
- Redis
- Hosted on Heroku
I choose this stack because it was the technologies I was most familiar. Also, I knew it could solve the problems the business faced.
I do not think Tech Stack is the most important component to my success. Its important to choose a Stack which can solve the business's problems first and second having familiarity with the technology can make you more agile.
Spending time on SEO, marketing and advertising is where I can attribute most of my success.
Re: Ask HN: Companies of one, what is your tech stack?
#135Earlier quoted context omitted.
How long did you spend on the Droste effect on your homepage? :D
Haha i spent like 3 days on that image in total. The starting point of the image is from undraw.co (i think it's called "web app"). First I wanted to use recursion but in the end it was a lot easier to just make a simple loop to nest the image 3 times or so (beyond that it just unnecessarily increases the DOM size without a big visual difference) Also make sure to hover the image, it's animated! I love how the nested…
Re: Ask HN: Companies of one, what is your tech stack?
#136My app is https://bioviz-studio.com , a web-based tool to create beautiful video visualizations of molecular structures. App itself is at https://app.bioviz-studio.com . Front end: Vue, vuetify, vuex, NGL, three.js/webgl, d3.js, 100% typescript, yarn, webpack Back end: node.js, express, Firebase, GCE, Blender, ffmpeg, docker, CUDA Why? Vue for pretty UI & ease of coding, NGL for beautiful molecular graphics, Firebase…
This is amazing
Re: Ask HN: Companies of one, what is your tech stack?
#137The problem with this question is it is akin to those people on photography forums and elsewhere asking "what camera / lens / ISO /shutter speed / aperture" did you use ? As if somehow having the same combination will give them the same results. Surely the correct and only answer is "the right tech stack for the job". Trying to shoehorn everything into one chosen stack is only likely to end in dismal failure. Switchi…
Re: Ask HN: Companies of one, what is your tech stack?
#138I have a couple of corporations: https://littlegreenviper.com https://riftvalleysoftware.com It seems most folks have "tech stacks," which, to me, means "Internet-based software applications, or SaaS." I write native apps for Apple devices (iOS/iPadOS, WatchOS, TVOS, and MacOS). Some, use Internet-derived services, but some are also standalone on the device, or use things like Bluetooth. My "Stack" is basically Xcode…
1. How do you handle bug reports? Do you use a ticketing system where your customers can report bugs? 2. Do you publish directly to the App Store, or do you send the application to the customer who publishes it for themselves?
These days, I get maybe one report, every couple of months. Most often, I find bugs, myself, through testing. I tend to deal with bugs immediately. A sticky pad on my desk, or a self-email, is usually sufficient.
On the app I'm currently developing, I use GitHub Issues to track bugs. Kinda quiet, but it's a good way to catalogue upcoming features. I still tend to fix bugs immediately. I run my projects as "constant beta," so I try to keep them bug-free, from the start.
Basically works pretty well.
2. I publish directly. I've had over 20 apps, but most have been deprecated, by now.
Re: Ask HN: Companies of one, what is your tech stack?
#139I use
- Laravel - Vue - Postgres - Tailwind - Hosted on Vultr
This has been my go-to stack for quite some time. Very happy with it. Perfect combination for a mostly CRUD app.
Re: Ask HN: Companies of one, what is your tech stack?
#140* Many founders are using Digital Ocean or Linode or something similar/simple, and not complicated k8s/aws setups
* Many founders are using boring but stable tech like python/django or rails or similar for the backend, and vanilla js for the frontend
Looks like where it matters, ie, shipping something, most are using boring but stable tech instead of Fad-of-the-week