Viewing profile — bellttyler
bellttyler
HN member- Joined
- Fri, Mar 13, 2020, 1:57 AM UTC
- HN karma
- 13
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About bellttyler
Recent public activity
-
comment
Comment #26984489
I've been really happy with express (Node). It has scaled really well for my company. Currently processing almost 200 million requests a month on a cheap $25/mo heroku dyno.
-
comment
Comment #26984463
This is really cool! Love seeing how people are using no code tools.
-
comment
Comment #26824118
I do the same. Dozens of commits to get GH Actions working correctly.
-
comment
Comment #26780375
In the beginning my startup only had 2 people. A designer (my friend) and me (a developer). For our frontend we used Webflow. My friend was able to create the entire marketting sit…
-
comment
Comment #26780324
Wow! This project is awesome.
-
comment
Comment #26780313
Some folks have already mentioned this, but typically if a website has user login/signup, cookies are used to "identify" the user once logged in. This enables the websites backend …
-
comment
Comment #26712234
Excellent article! I've personally been working with billing systems for 2+ years and have felt all those pains.
-
comment
Comment #26664036
The 4 hour work week is such an awesome book.
-
comment
Comment #26664005
Wow this is great!
-
comment
Comment #26403355
Great read, thanks for sharing. The company I work for is currently transitioning from Vue to React and so far it's been a positive experience.
-
comment
Comment #26403217
Wow Diahook looks great! My company is in the process of updating our webhooks, so we will be sure to check it out.
-
comment
Comment #26403197
This was a great read – thanks for sharing! I've always been a huge fan of how Stripe handles their webhooks. They are pretty much doing everything listed in your article.