HackerTrans
トップ新着トレンドコメント過去質問紹介求人

rbluethl

13 カルマ登録 5 年前

投稿

[untitled]

1 ポイント·投稿者 rbluethl·3 日前·0 コメント

[untitled]

1 ポイント·投稿者 rbluethl·4 か月前·0 コメント

[untitled]

1 ポイント·投稿者 rbluethl·4 か月前·0 コメント

[untitled]

1 ポイント·投稿者 rbluethl·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 rbluethl·3 年前·0 コメント

Terraform 101: Everything You Need to Know to Get Started

blog.awsfundamentals.com
5 ポイント·投稿者 rbluethl·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 rbluethl·4 年前·0 コメント

[untitled]

1 ポイント·投稿者 rbluethl·4 年前·0 コメント

[untitled]

1 ポイント·投稿者 rbluethl·4 年前·0 コメント

[untitled]

1 ポイント·投稿者 rbluethl·4 年前·0 コメント

Securely send and receive secrets online

indiehackers.com
1 ポイント·投稿者 rbluethl·4 年前·0 コメント

Publicly building a micro SaaS “secrets.so”

twitter.com
1 ポイント·投稿者 rbluethl·4 年前·0 コメント

C#/.NET Core Template for a SaaS API

indiehackers.com
7 ポイント·投稿者 rbluethl·4 年前·4 コメント

We went to Ecuador to build an App

blog.devoted.dev
1 ポイント·投稿者 rbluethl·5 年前·0 コメント

コメント

rbluethl
·4 か月前·議論
Cool idea, every developer running apps in dev on their machine knows this pain for sure. I'll give it a spin and let you know how it goes!
rbluethl
·4 年前·議論
I guess this could come in handy for many repos! Nice work, I'm eager to give it a try.
rbluethl
·4 年前·議論
Thanks for posting my article.
rbluethl
·4 年前·議論
Thanks for the nice words! Glad you find the page useful.
rbluethl
·4 年前·議論
Docusaurus FTW! I have yet to try it, but it's come across my lense a lot lately. Deffo going to use it for my next docs site.
rbluethl
·4 年前·議論
Great writeup and comparison. Also, serverlessq looks really interesting. I've struggled with queues quite often in the past – can't wait to give this one a try.
rbluethl
·4 年前·議論
Author here. Haha! You are right. I admire Stripe's API and there's absolutely a lot of things in it that are my "benchmark" when it comes to good APIs. However, they return UNIX timestamps, for example, which I don't like that much (as stated in the post). They also use POST for updates, because, if I recall correctly, PUT/PATCH wasn't a thing yet when Stripe was built initially. Thanks for the comment.
rbluethl
·4 年前·議論
Author here. I read that a couple of times already. RFC 3339 is what you should use - I should probably change that (it's what I actually meant). :) Thanks for pointing that out.
rbluethl
·4 年前·議論
Author here. Thanks for the nice words - I appreciate it. I've read that a couple of times in the comments already. Definitely something worth considering, Stripe does this as well. Thanks for your comment.
rbluethl
·4 年前·議論
Author here. I generally agree - IF something goes terribly wrong within the application, a 500 is definitely the way to go. The thing is - these just shouldn't happen that often. Because in that case we're having a bigger problem. :D For example I have never seen Stripe return a HTTP 500 from their API. Thing just works.
rbluethl
·4 年前·議論
Hey thanks for your input. These are great additions!
rbluethl
·4 年前·議論
Thanks for the kind words! Appreciate you reading it.
rbluethl
·4 年前·議論
Hey friends! Author (@rbluethl) here. :) I just randomly noticed that my post made it to the front page! Thank you all for your comments.
rbluethl
·4 年前·議論
I'm not a Django expert, but I'm generally a fan of simplicity and great design which I would definitely apply here. Thanks for your feedback.
rbluethl
·4 年前·議論
Thanks for your response! That encourages me to start working on that project. I think there's a need for that too.