HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rbluethl

13 karmajoined 5 jaar geleden

Submissions

[untitled]

1 points·by rbluethl·3 dagen geleden·0 comments

[untitled]

1 points·by rbluethl·4 maanden geleden·0 comments

[untitled]

1 points·by rbluethl·4 maanden geleden·0 comments

[untitled]

1 points·by rbluethl·2 jaar geleden·0 comments

[untitled]

1 points·by rbluethl·3 jaar geleden·0 comments

Terraform 101: Everything You Need to Know to Get Started

blog.awsfundamentals.com
5 points·by rbluethl·3 jaar geleden·0 comments

[untitled]

1 points·by rbluethl·4 jaar geleden·0 comments

[untitled]

1 points·by rbluethl·4 jaar geleden·0 comments

[untitled]

1 points·by rbluethl·4 jaar geleden·0 comments

[untitled]

1 points·by rbluethl·4 jaar geleden·0 comments

Securely send and receive secrets online

indiehackers.com
1 points·by rbluethl·4 jaar geleden·0 comments

Publicly building a micro SaaS “secrets.so”

twitter.com
1 points·by rbluethl·4 jaar geleden·0 comments

C#/.NET Core Template for a SaaS API

indiehackers.com
7 points·by rbluethl·4 jaar geleden·4 comments

We went to Ecuador to build an App

blog.devoted.dev
1 points·by rbluethl·5 jaar geleden·0 comments

comments

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