HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rbluethl

13 karmajoined il y a 5 ans

Submissions

[untitled]

1 points·by rbluethl·il y a 3 jours·0 comments

[untitled]

1 points·by rbluethl·il y a 4 mois·0 comments

[untitled]

1 points·by rbluethl·il y a 4 mois·0 comments

[untitled]

1 points·by rbluethl·il y a 2 ans·0 comments

[untitled]

1 points·by rbluethl·il y a 3 ans·0 comments

Terraform 101: Everything You Need to Know to Get Started

blog.awsfundamentals.com
5 points·by rbluethl·il y a 3 ans·0 comments

[untitled]

1 points·by rbluethl·il y a 4 ans·0 comments

[untitled]

1 points·by rbluethl·il y a 4 ans·0 comments

[untitled]

1 points·by rbluethl·il y a 4 ans·0 comments

[untitled]

1 points·by rbluethl·il y a 4 ans·0 comments

Securely send and receive secrets online

indiehackers.com
1 points·by rbluethl·il y a 4 ans·0 comments

Publicly building a micro SaaS “secrets.so”

twitter.com
1 points·by rbluethl·il y a 4 ans·0 comments

C#/.NET Core Template for a SaaS API

indiehackers.com
7 points·by rbluethl·il y a 4 ans·4 comments

We went to Ecuador to build an App

blog.devoted.dev
1 points·by rbluethl·il y a 5 ans·0 comments

comments

rbluethl
·il y a 4 mois·discuss
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
·il y a 4 ans·discuss
I guess this could come in handy for many repos! Nice work, I'm eager to give it a try.
rbluethl
·il y a 4 ans·discuss
Thanks for posting my article.
rbluethl
·il y a 4 ans·discuss
Thanks for the nice words! Glad you find the page useful.
rbluethl
·il y a 4 ans·discuss
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
·il y a 4 ans·discuss
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
·il y a 4 ans·discuss
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
·il y a 4 ans·discuss
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
·il y a 4 ans·discuss
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
·il y a 4 ans·discuss
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
·il y a 4 ans·discuss
Hey thanks for your input. These are great additions!
rbluethl
·il y a 4 ans·discuss
Thanks for the kind words! Appreciate you reading it.
rbluethl
·il y a 4 ans·discuss
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
·il y a 4 ans·discuss
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
·il y a 4 ans·discuss
Thanks for your response! That encourages me to start working on that project. I think there's a need for that too.