The boring technology behind a one-person Internet company (2018)
51–60 of 464 posts
Re: The boring technology behind a one-person Internet company (2018)
#52Re: The boring technology behind a one-person Internet company (2018)
#53That's awesome and it is a tech stack that I try to mirror and am confident running myself as well! It's incredible the amount of knowledge required for a single person tho when you think about it eh? It's the full frontend (which I would have more trouble with) + databases + caches + search engine + metrics + deployment + source control + sysadmin all baked in a single person who is also trying to make it a business…
as someone who has only worked on small teams, i thought this was normal. My current position is leading a small team, but we have interactions with a number of teams inside of FANG companies and it's amazing the limited amount of knowledge and access each position/person has. Most of my engineers can run circles around our partners. I always thought every engineer should know how to deploy a server, install deps, un…
In bigger companies traditionally they had a person / department more specialized per part of the stack, I think is a lot about the "devops" culture.
Re: The boring technology behind a one-person Internet company (2018)
#54Unless the web also uses the API service to get its data. Really great article
Re: The boring technology behind a one-person Internet company (2018)
#55Re: The boring technology behind a one-person Internet company (2018)
#56On https://www.listennotes.com/api/pricing/
There's a typo: "Instantly access to 771,769 podcasts"
Instantly -> Instant
Really enjoyed the post, thanks for sharing.
Re: The boring technology behind a one-person Internet company (2018)
#57As someone still in school, this type of article -- though inspiring-- kind of scares me, to be honest. I don't think I could do any one of the things mentioned in this article.
Hello poidos, (I'm the author of this blog post) I couldn't do all these things when I was in school :) I worked in companies for a few years and learned some engineering practices. Then I had basic skills to prototype my own side projects. Then after working on many silly side projects, I started Listen Notes. And initially, Listen Notes was running on 3 tiny DigitalOcean servers ($5/month each?). I logged in each s…
The first version of a web service can be as simple as flask app which you run in a screen session somewhere. Better to start somewhere than get overwhelmed and never do the thing at all.
Re: The boring technology behind a one-person Internet company (2018)
#58What is your monthly AWS spend?
Re: The boring technology behind a one-person Internet company (2018)
#59key missing info though: does it make money? I checked the site and it looks like a mix of ads (that are blocked of course) and a patreon with 5 supporters.
Actually it's not the missing info... because it's none of your business. It's a technical post about his solo founder and operator DevOps practice.
Re: The boring technology behind a one-person Internet company (2018)
#60That's awesome and it is a tech stack that I try to mirror and am confident running myself as well! It's incredible the amount of knowledge required for a single person tho when you think about it eh? It's the full frontend (which I would have more trouble with) + databases + caches + search engine + metrics + deployment + source control + sysadmin all baked in a single person who is also trying to make it a business…
as someone who has only worked on small teams, i thought this was normal. My current position is leading a small team, but we have interactions with a number of teams inside of FANG companies and it's amazing the limited amount of knowledge and access each position/person has. Most of my engineers can run circles around our partners. I always thought every engineer should know how to deploy a server, install deps, un…