HN user

tn6o

91 karma
Posts29
Comments13
View on HN
devmystify.com 5mo ago

The Developer Identity Crisis – When AI Split Programmers into Two Tribes

tn6o
2pts1
devblast.com 7y ago

Master Ruby Web APIs Available for Free Online

tn6o
3pts0
samurails.com 9y ago

Making Of: Master Ruby Web APIs (Book)

tn6o
3pts0
samurails.com 10y ago

10 rules to create a great documentation for your web API

tn6o
2pts0
master-ruby-web-apis.samurails.com 10y ago

Master Ruby Web APIs Is Out

tn6o
8pts2
samurails.com 10y ago

Calling your web API “RESTful”? You’re doing it wrong

tn6o
5pts5
samurails.com 10y ago

Stop calling your web APIs 'RESTful': it doesn’t mean anything anymore :(

tn6o
1pts0
samurails.com 10y ago

How to test a Grape web API – models and controllers

tn6o
1pts0
samurails.com 10y ago

Building Bloggy (Grape Blogging API) – Media Type Enforcement

tn6o
1pts0
samurails.com 10y ago

Jutsu #18 – Integrating Yumi, Our JSON API Implementation, in Bloggy

tn6o
1pts0
samurails.com 10y ago

Creating a JSON API (spec) implementation from scratch

tn6o
4pts1
medium.com 10y ago

I just quit my job

tn6o
1pts0
samurails.com 10y ago

Lessons I learned while creating my SaaS with Rails

tn6o
53pts21
www.yoursetup.io 10y ago

YourSetup: Share your setup and get paid for it

tn6o
3pts1
medium.com 10y ago

Productivity: A love story between Habit Creation and Pomodoro

tn6o
4pts0
modular-rails.samurails.com 10y ago

Cyber Monday Deal: Modular Rails 30% Off

tn6o
2pts0
samurails.com 11y ago

Rails: /app vs. /lib

tn6o
1pts0
samurails.com 11y ago

The Daily Life of a Software Engineer in Bangkok

tn6o
6pts0
samurails.com 11y ago

Why you should have a programming blog

tn6o
54pts65
samurails.com 11y ago

The story behind 'Modular Rails'

tn6o
21pts0
modularity.samurails.com 11y ago

'Modular Rails' released – Learn how to build modular applications

tn6o
4pts0
samurails.com 11y ago

An Overview of Modularity with Ruby on Rails

tn6o
1pts0
www.wordstream.com 11y ago

How to Be a Data Scientist: An Interview with Dr. Pete Meyers of Moz

tn6o
2pts0
www.producthunt.com 11y ago

Tools for Remote Teams

tn6o
2pts0
www.happify.com 11y ago

Infographic: Why Exercise Makes You Happier

tn6o
2pts0
samurails.com 11y ago

Sublime Text License Giveaway

tn6o
1pts0
entr320yohkatanaka.wordpress.com 11y ago

The company famous for its “happiest employees in Japan”

tn6o
5pts0
www.indiegogo.com 11y ago

Atlas: The First Fitness Tracker That Actually Tracks Your Workout

tn6o
2pts0
www.forbes.com 11y ago

How to Hire the Best Talent for Your Startup Team

tn6o
3pts0

Haters will always hate. Keep up the good work guys! People seem to think they are entitled to something when using open-source software, but they're not. It's still the people working and maintaining it who get to take the decisions, and if you guys think you need analytics to provide a better tool, go for it.

I also completely understand the need for default opt-in. I probably wouldn't check the prompt and leave the default, but for a project like this, I honestly don't mind sending usage data.

If you're not happy with the direction taken by the maintainers, find another tool.

And then the 1% will start complaining. "Why me?"

The team behind Brew is doing a great job and if analytics can help them do a better job, then be it. Nobody is forcing you to use it and opting out is simple enough.

Yes, I know about this model but it wasn't made by Fielding and he made his positions pretty clear about what's RESTful and what's not.

I do agree that this model is a good set of steps to build better APIs but then, how do you call them? RESTful Level 1 API?

My point with this article is just to call API what they are (usually just HTTP APIs). I'm totally against the use of the REST buzzword these days since it doesn't mean much anymore: everyone has a different view on it.

The link you gave is pretty good. Note however, that in this article I wasn't trying to explain in details what is REST.

What I want is more to let people know why their APIs are not RESTful so they can use the kind of resources you gave to actually learn more about REST.

Thanks for sharing!

Yes, you can just use Rails as an API and create a frontend SPA. But in my opinion, it's faster to write in the 'old way' for a MVP instead of creating 2 different applications (one frontend, one backend). For the future, I'm actually thinking about rewriting the frontend using SPA technologies.

You're probably right indeed! I was just looking into refactoring some code, found that and thought it was pretty cool. Plus Rails comes with CoffeeScript by default.

ES6 is pretty sweet (pun intended) and will probably make CS kinda useless in the future. I'll look into it however I think that currently CoffeeScript is a bit of a standard in the Rails world.

Author here. I totally get you guys. I'm just the same and I actually got a few hate comments (not on HN) about this article. Of course, it makes me sad and I'm thinking about just stopping everything. Why bother? But the next day, I realize there are people who liked it and that makes me want to try again and get better :)

Author here, I'm sorry if the article felt that way, that wasn't my intention at all. It's true that it's something that works for me (and probably for other people) but people should obviously do what they want.

I still think everyone should give it a try. Maybe it won't work for them but it could be great for others. They won't know until they've tried ;)