The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Why Study Architecture First?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jeremy Voorhis

Posts: 212
Nickname: jvoorhis
Registered: Oct, 2005

Jeremy Voorhis is a Rubyist in northeast Ohio.
Why Study Architecture First? Posted: Nov 2, 2006 9:34 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Jeremy Voorhis.
Original Post: Why Study Architecture First?
Feed Title: JVoorhis
Feed URL: http://feeds.feedburner.com/jvoorhis
Feed Description: JVoorhis is a Rubyist in northeast Ohio. He rambles about Ruby on Rails, development practices, other frameworks such as Django, and on other days he is just full of snark.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Jeremy Voorhis
Latest Posts From JVoorhis

Advertisement

In my workshop, Understanding Web Architecture Through Ruby on Rails, I will delve straight into web architecture before discussing Rails at all. Here are 5 reasons why:

You should study web architecture if you want to…
  1. get a fresh perspective on Rails, and a better understanding of how the components of the model-view-controller pattern can fit together in a web framework.
  2. strive for coherence and good style at all levels of your application.
  3. share meaning with your users by exposing your domain model clearly to your users.
  4. learn how to take advantage of HTTP’s functionality and semantics, without spending days combing over RFCs.
  5. make applications that are available to agents other than web browsers, like feed readers or 3rd party apps, without duplicating code.

Read: Why Study Architecture First?

Topic: FastRI: faster RI docs for Ruby, across machines - one Ring to find them (via DRb + Rinda) Previous Topic   Next Topic Topic: Seaside to Calm the Continuations

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use