TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is there any how to build a SaaS web app course?

14 点作者 samrohn777超过 3 年前
Is there any course that teaches how to build and launch a simple saas product ?

6 条评论

codegeek超过 3 年前
There are lot of videos&#x2F;tutorials out there on youtube, udemy etc but let me summarize what is needed to build a SAAS Web App assuming you don&#x27;t know anything about web apps.<p>1. Fundamentals of Web including protocols (http&#x2F;https), GET&#x2F;POST requests etc.<p>2. Knowledge of HTML&#x2F;CSS&#x2F;Javascript to build based websites&#x2F;web pages.<p>3. Learning a server side language such as PHP, Python, JS&#x2F;NodeJS, Go etc.<p>3. Databases and how they work with web apps. Learn SQL and database design as well. How would you create Single Tenant vs Multi Tenant apps etc.<p>4. Basic Server knowledge to host web apps. I highly recommend learning Linux Fundamentals. Also learn how to host web apps using servers such as Apache&#x2F;Nginx etc.<p>5. After these 4 steps, it then comes down to picking a all-in-one mature web framework (Django for Python, Laravel for PHP etc) to build a boring monolith app OR go cooler with newer technologies, micro services, SPA, shiny new frontend framework (React, Vue, Svelte etc) and more.<p>I doubt any single source can teach you everything so the trick is to find resources on each topic as you go along. Most importantly, create something and learn every day.
评论 #28880443 未加载
satvikpendem超过 3 年前
Yes, I know of many. One example is Wes Bos&#x27; Full Stack Advanced React and GraphQL [0], where you build your own ecommerce store complete with payments as well.<p>[0] <a href="https:&#x2F;&#x2F;advancedreact.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;advancedreact.com&#x2F;</a>
joshxyz超过 3 年前
Stripe Atlas has guides on some business side of things. YC Startup School too. Also, makebook.io. And SaaS Metrics 2.0 article by David Skok, google it.
verdverm超过 3 年前
Do you need to build the software to launch?<p><a href="https:&#x2F;&#x2F;startupschool.org" rel="nofollow">https:&#x2F;&#x2F;startupschool.org</a> is the first video series I recommend. The videos should be on YT as well
readonthegoapp超过 3 年前
i listen to a lot of indie hackers podcast - i bet if you post a question over on their forums, someone will give you something to look at.
birtoise超过 3 年前
No no way