Saved by emacsbliss
The Tech Stack of a One-Man SaaS
Back-end
We use TypeScript and Node.js across our back-end applications. They are divided into serverless functions using Next.js API Routes and long running Express servers.
Our applications generally try to follow a single concern, for example, our public API is served from an Express server, our SMTP from another one, but we have a few others use... See more
We use TypeScript and Node.js across our back-end applications. They are divided into serverless functions using Next.js API Routes and long running Express servers.
Our applications generally try to follow a single concern, for example, our public API is served from an Express server, our SMTP from another one, but we have a few others use... See more
What is our tech stack · Resend
Nicolay Gerold added
Lucas Kohorst and added
- #sapling
Over winter break last year, I tried learning everything I could about AWS. I took a bunch of notes and decided to compile them all here. While AWS can feel overwhelming, I think it’s a great tool to know for personal projects because of how cheap, fast, and battle-tested services like S3, Lambda, and Dynamo are. I hope this helps!
Foundatio... See more
AWS Notes
Nicolay Gerold added
3. More SaaS and Dev Tools
Elad Gil • Products I Wish Existed, 2020 Edition
sari added
The median bootstrapped B2B SaaS company currently spends around 90% of its annual recurring revenue on costs—25% on go-to-market strategy and execution, 24% on research and development, 15% on administrative and miscellaneous expenses, 13% on website hosting and implementation, and 10% on customer retention. Each of these categories of cost is now... See more
Will Manidis • Asset-light Software Businesses: The New Paradigm for Startups
Britt Gage added
On the evolving spend of startups
Things we readily use
There are a few types of k8s resources we use without hesitation. I’m only listing resources here that we create explicitly; most of these resources implicitly create other resources (like Pods) that I will not mention but which we of course (indirectly) use.
There are a few types of k8s resources we use without hesitation. I’m only listing resources here that we create explicitly; most of these resources implicitly create other resources (like Pods) that I will not mention but which we of course (indirectly) use.
- Deployments : Most of our pods are created through deployments. Ever
The hater’s guide to Kubernetes
Nicolay Gerold added
Consulting Stack Setup Todo List¶
1. Set up business foundation¶
2. Implement essential software tools¶
1. Set up business foundation¶
- Form an LLC using Doola
- Open a business bank account with Mercury
- Set up QuickBooks, Accountant, for bookkeeping, email me for referral
2. Implement essential software tools¶
- Set up Stripe for invoicing
- Sign up for Dropbox and Dropbox Sign
- Create a Cal.com account for scheduling
- Set
Jason Liu • My Consulting Stack - jxnl.co
Nicolay Gerold added