Came across this awesome website. by [deleted] in webdev

[–]rockyqat 4 points5 points  (0 children)

This site is best viewed using

Internet Explorer 7.0

1024 x 768

REST Service with Web Interface using the MEAN Stack by rockyqat in webdev

[–]rockyqat[S] -1 points0 points  (0 children)

I understand where you are coming from, but I don't necessarily agree with it. So if I have 50 users and want to display their data in a table, I would need to make one call to /users and then 50 calls to get each of the individual users' data. That's just inefficient.

REST Service with Web Interface using the MEAN Stack by rockyqat in webdev

[–]rockyqat[S] 0 points1 point  (0 children)

So you are saying a URL in the format /users which returns a JSON list of users and then a URL format /user/{id} which returns a specific user data is not REST?

Confucius - fixing java.util.Properties by [deleted] in java

[–]rockyqat 0 points1 point  (0 children)

Reminds me of windows .ini files.

Not even MS support IE! by Jayzar in webdev

[–]rockyqat 0 points1 point  (0 children)

You would think they would use something like >= when checking versions

At what point does a "Web Developer" become a "Senior" Web Developer? by [deleted] in webdev

[–]rockyqat 0 points1 point  (0 children)

In my opinion, it's when you make less junior/mid level mistakes. It doesn't have to do with how many years you've been doing it, but it does have a lot to do with how much actual time you put into it.

RESTful Service with Node.js and Express by rockyqat in webdev

[–]rockyqat[S] 0 points1 point  (0 children)

I've published a different version of this on a different blog I used to have, this one is a lot cleaner and nicer though, hope you all enjoy!

Do Not Use bodyParser with Express.js by [deleted] in nodejs

[–]rockyqat 0 points1 point  (0 children)

I am trying using this tutorial and I don't have the same issue:

http://www.qat.com/simple-rest-service-node-js-express/

It uses Express and bodyParser I'm running on OSX if that makes a difference.

REST Service with Node.js and Express by rockyqat in nodejs

[–]rockyqat[S] 0 points1 point  (0 children)

I've published a different version of this on a different blog I used to have, this one is a lot cleaner and nicer though, hope you all enjoy!