I run multiple $10K MRR companies on a $20/month tech stack
1–10 of 539 posts
Re: I run multiple $10K MRR companies on a $20/month tech stack
#2Re: I run multiple $10K MRR companies on a $20/month tech stack
#3Re: I run multiple $10K MRR companies on a $20/month tech stack
#4You should always use a swap file/partition, even if you don't want any swapping. That's because there are always cold pages and if you have no swap space that memory cannot be used for apps or buffers, it's just wasted.
Re: I run multiple $10K MRR companies on a $20/month tech stack
#5Re: I run multiple $10K MRR companies on a $20/month tech stack
#6Re: I run multiple $10K MRR companies on a $20/month tech stack
#7A lot of this advice is good or at least interesting. A lot of it is questionable. Python is completely fine for the backend. And using SQLite for your prod database is a bad idea, just use Postgres or similar.
Yes, it has some things that behave differently than PostgreSQL but I am curious about why you think that.
Re: I run multiple $10K MRR companies on a $20/month tech stack
#8Just in case, if there are others like me who where wondering what does "MRR" means, it seems to be "monthly recurring revenue".
Re: I run multiple $10K MRR companies on a $20/month tech stack
#9A lot of this advice is good or at least interesting. A lot of it is questionable. Python is completely fine for the backend. And using SQLite for your prod database is a bad idea, just use Postgres or similar.
Does the difference matter? You must decide that.
As for your dismissing SQLite: please justify why it’s a bad idea. Because I strongly disagree.
Re: I run multiple $10K MRR companies on a $20/month tech stack
#10Cool but missing the Claude Code or Coding Agent part imo