Happy Friday HN!<p>I’m building BugTracker in public as a way to walk through all the topics required to build a SaaS (software as a service) product.<p>- Here’s the demo - <a href="https://bugtracker.dinosaas.com/" rel="nofollow">https://bugtracker.dinosaas.com/</a><p>- Here’s the source code - <a href="https://github.com/Dino-SaaS/BugTracker" rel="nofollow">https://github.com/Dino-SaaS/BugTracker</a><p>There are tons of technical resources out there for learning programming. But if you’re trying to build and launch a web app, you have to know a little bit about a lot of things.<p>It’s hard to know where to start.<p>My goal with BugTracker is twofold:<p>1. Cover all the topics you need to know to build, deploy, and optimize your own SaaS app<p>2. Build reusable components so you don’t have to repeatedly reinvent the wheel as you go.<p>It’s built with my preferred tech stack of Ruby on Rails, Sass, and Bootstrap.<p>What features or general topics would you like to see covered next?<p>Any and all feedback is welcome!