Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bellttyler
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
bellttyler
5y ago
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.
2.
▲
by
bellttyler
5y ago
This is really cool! Love seeing how people are using no code tools.
3.
▲
by
bellttyler
5y ago
I do the same. Dozens of commits to get GH Actions working correctly.
4.
▲
by
bellttyler
5y ago
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 site, and all the app UI's without needing help from me. W
5.
▲
by
bellttyler
5y ago
Wow! This project is awesome.
6.
▲
by
bellttyler
5y ago
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 to know who is making the request for authent
7.
▲
by
bellttyler
5y ago
Excellent article! I've personally been working with billing systems for 2+ years and have felt all those pains.
8.
▲
by
bellttyler
5y ago
The 4 hour work week is such an awesome book.
9.
▲
by
bellttyler
5y ago
Wow this is great!
10.
▲
by
bellttyler
6y ago
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.
11.
▲
by
bellttyler
6y ago
Wow Diahook looks great! My company is in the process of updating our webhooks, so we will be sure to check it out.
12.
▲
by
bellttyler
6y ago
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.