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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: SaaS startup hired me as their first programmer, help?

3 点作者 hackeronezero超过 6 年前
I graduated this year and SaaS startup founders hired me to build their project.<p>They offered me 1&#x2F;3 of the market salary and 6% of the startup as equity.<p>I believe in the project idea. I think it&#x27;s worth gambling on it.<p>Founders told me the startup should be unhackable. So, I think this implies that we should not create any backend and entirely base our app on APIs supplied by existing product companies who have better security track record than me.<p>Do you know what companies provide user account management, auth management, subscription management who have a good track record in this industry.<p>What else do you suggest?<p>I&#x27;ve already coded the MVP in Go and React last week.<p>I am having hard time implementing user accounts, subscriptions, auth in secure way.<p>We don&#x27;t have devops&#x2F;sysadmins, so i am responsible for all servers to.<p>I&#x27;ve been thinking if it&#x27;s worth having any database (for user accounts, subscription) because then i will be responsible for backups&#x2F;recovery etc...<p>Since, I am the only programmer of the startup for now, I think best would be to let some other company store accounts, subscriptions, etc..<p>The core app database is DynamoDB, so it&#x27;s responsible for its backup and recovery.

2 条评论

s_insightstash超过 6 年前
There are a number of services that offer user management:<p><a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;cognito&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;cognito&#x2F;</a> <a href="https:&#x2F;&#x2F;auth0.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;auth0.com&#x2F;</a><p>You just need to provide a hook on the app&#x2F;website to authenticate.<p>Not sure if you can completely get away from doing any kind of database. I bet you&#x27;ll need to store some kind of user state. Again, try amazon dynamodb, or their Postgresql alternative, all cloud hosted with backups.<p>Now some comments:<p>- Founders demanding &quot;unhackable&quot; implementation. Be clear, explain you&#x27;ll do your best to ensure that is the case, but even large companies with 1,000s of developers and security professionals are still getting hacked. Explain there is no way you can provide a guarantee (so that later it does not become reason for dismissal or something like that). And whoever will guarantee unhackable solution is simply lying.<p>- If I understand correctly, there are 2 founders (idea people), and you are the first programmer. If that is the case, you are the sole person responsible for implementation, design, support, hardware, deployment, networking.. and other stuff. And you got 6% of equity... I would question that.<p>Good luck
rajacombinator超过 6 年前
Just keep looking for a real job. You and your “founders” are both clearly in over your heads...