bellttyler | 4 years ago | on: Ask HN: What web application server back end would you use for a new project?
bellttyler's comments
bellttyler | 4 years ago | on: Show HN: First attempt using no-code to build a service for new startups
bellttyler | 5 years ago | on: Work with GitHub Actions in Your Terminal with GitHub CLI
bellttyler | 5 years ago | on: The architecture behind a one-person tech startup
For our frontend we used Webflow. My friend was able to create the entire marketting site, and all the app UI's without needing help from me. Webflow is an awesome tool for that sort of thing.
For the backend, I built a simple Node/Express API and hosted via Heroku.
To this day, everything is still running fine and the API is processing roughly 200 million requests a month. The total cost to host that on heroku is $50/mo.
You can definitely have a simple stack but have it be highly scaleable!
bellttyler | 5 years ago | on: Ory Keto, open source authorization server based on Google Zanzibar
bellttyler | 5 years ago | on: Ask HN: What kinds of cookies are “required” for a website to function?
This enables the websites backend to know who is making the request for authentication/authorization purposes.
bellttyler | 5 years ago | on: Things I learned while developing a billing system
I've personally been working with billing systems for 2+ years and have felt all those pains.
bellttyler | 5 years ago | on: Ask HN: Where do you find potential customers to validate your idea / MVP?
bellttyler | 5 years ago | on: Show HN: I made a Chrome Extension for automatically grouping tabs
bellttyler | 5 years ago | on: Angular, React, Vue: JavaScript frameworks compared
The company I work for is currently transitioning from Vue to React and so far it's been a positive experience.
bellttyler | 5 years ago | on: Building Webhooks into Your Application: Guidelines and Best Practices (2020)
My company is in the process of updating our webhooks, so we will be sure to check it out.
bellttyler | 5 years ago | on: Building Webhooks into Your Application: Guidelines and Best Practices (2020)
I've always been a huge fan of how Stripe handles their webhooks. They are pretty much doing everything listed in your article.
Currently processing almost 200 million requests a month on a cheap $25/mo heroku dyno.