<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title>blog.luisrei.com</title>
    <link href="/shared/css/documentation.css" media="screen" rel="stylesheet" type="text/css">
    <link href="/shared/css/pygments.css" media="screen" rel="stylesheet" type="text/css">

  </head>
  
  <body>
    <div id="main">
      <div id="wrapper">
	
		<!-- SITE CONTENT -->
        <div id="content" class="site">
			
			<div class ="metadata">
			  <div class="author">
		      <p>
		       <a href="http://luisrei.com" style="color:black; text-transform:none; font-weight: bold">Luis Rei</a><br/>
				<a href="http://blog.luisrei.com">http://blog.luisrei.com</a> 
		      </p>
		    </div>
		    <div class="author">
		   	  <p>
		      <a href="mailto:me@luisrei.com">me@luisrei.com</a><br/>
		   	  <a href="http://twitter.com/lmrei">@lmrei</a>
		   	  </p>
		   	 </div>
		     <div class="author">
		   		<p>
          <a href="https://github.com/lrei">github.com/lrei</a><br/>
          <a href="http://linkedin.com/in/lmrei">linkedin/in/lmrei</a>
		   	    </p>
			</div>
			  <div class="docdate">
			    <p><br/>
				  
			    </p>
			  </div>
			</div>
			<div class="data">
			
          <h2>Article List</h2>

<ul class=posts>
    
      <li><span>30 Jul 2012</span> &raquo; <a href="/articles/backbone.html">Client-Side Web Application Development with JavaScript &amp; Backbone.js</a></li>
    
      <li><span>02 May 2012</span> &raquo; <a href="/articles/flaskrest.html">Implementing a RESTful Web API with Python & Flask</a></li>
    
      <li><span>26 Feb 2012</span> &raquo; <a href="/articles/rest.html">Designing a RESTful Web API</a></li>
    
</ul>




		  
		
        
		</div>
		<!-- FOOTER -->
		 <div class="footer">
			
		 <!-- RSS -->
		 	<div class="rss">
			      <a href="http://feeds.feedburner.com/lrei_articles">RSS
			      </a>
			 </div>
			<!-- /RSS -->
			<div class="footernav">
				<a href="http://luisrei.com">home</a>
				<a href="/" style="padding-left:8px">blog</a>
			</div>
		 </div>
		<!-- /FOOTER -->
		</div>
		
		<!-- /SITE CONTENT -->
      </div>



	<!-- Google Analytics -->
	<script type="text/javascript">

	  var _gaq = _gaq || [];
	  _gaq.push(['_setAccount', 'UA-7429955-5']);
	  _gaq.push(['_trackPageview']);

	  (function() {
	    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
	    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
	    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
	  })();
	</script>
	<!-- /Google Analytics -->
  </body>

</html>
