Archive of stories published by Jake Zappin

Creating Dynamic Web Pages Using Sinatra

This week at the Flatiron School, we’re been learning Ruby and Sinatra to get started with some basic dynamic web programming as a stepping stone to Rails. Sinatra is a Ruby gem that allows a developer to specify how a web application or website will respond…


RESTful Best Practices

If you are building a REST API, it is best practice to use nouns as resources instead of verbs. Verbs are used more with JSON-RPC where you declare the action you are taking in the URL, such as:

/createuser

About
Jake Zappin
Jake Zappin’s Software Engineering Blog
More information
Tags
Editors