HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rbluethl

13 karmajoined 5 tahun yang lalu

Submissions

[untitled]

1 points·by rbluethl·3 hari yang lalu·0 comments

[untitled]

1 points·by rbluethl·3 bulan yang lalu·0 comments

[untitled]

1 points·by rbluethl·4 bulan yang lalu·0 comments

[untitled]

1 points·by rbluethl·2 tahun yang lalu·0 comments

[untitled]

1 points·by rbluethl·3 tahun yang lalu·0 comments

Terraform 101: Everything You Need to Know to Get Started

blog.awsfundamentals.com
5 points·by rbluethl·3 tahun yang lalu·0 comments

[untitled]

1 points·by rbluethl·4 tahun yang lalu·0 comments

[untitled]

1 points·by rbluethl·4 tahun yang lalu·0 comments

[untitled]

1 points·by rbluethl·4 tahun yang lalu·0 comments

[untitled]

1 points·by rbluethl·4 tahun yang lalu·0 comments

Securely send and receive secrets online

indiehackers.com
1 points·by rbluethl·4 tahun yang lalu·0 comments

Publicly building a micro SaaS “secrets.so”

twitter.com
1 points·by rbluethl·4 tahun yang lalu·0 comments

C#/.NET Core Template for a SaaS API

indiehackers.com
7 points·by rbluethl·4 tahun yang lalu·4 comments

We went to Ecuador to build an App

blog.devoted.dev
1 points·by rbluethl·5 tahun yang lalu·0 comments

comments

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