Me, The programmer

Just another WordPress.com site

Monthly Archives: March 2011

The difference between PUT and POST

I have started learning Rails a couple months ago and, while learning it, I realized I didn’t remember the difference between an HTTP POST and a PUT.

Summarizing it here: a POST is a very generic thing that just sends a bunch of content for a URI to handle. The URI might do whatever it wants with that content (even forward it to a different URI).

A PUT is something more specific. It also sends data to a URI, but that data must modify that URI.

More @ http://stackoverflow.com/questions/107390/whats-the-difference-between-a-post-and-a-put-http-request

Hello World

I created this blog in an attempt to keep track of the way I think and of what I’ve been learning about programming in general.

A little bit about myself: I was born in 1985 and have a bachelors in computer engineering. I work for a big software company and I also have my own start-up.

I created this blog primarily for myself, but others are free to take advantage of the content 🙂