<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Alessandro Nadalin: php and agile development</title>
  <subtitle>Latest blog posts</subtitle>
  <link href="http://www.odino.org/" rel="self"/>
  <link href="http://www.odino.org/"/>
  <updated></updated>
  <author><name>Alessandro Nadalin</name></author>
  <id>1</id>

    <entry>
    <title>Getting back on OrientDB</title>
    <link href="/397/getting-back-on-orientdb" />
    <id>397</id>
    <updated>January 3, 2012 10:45</updated>
    <summary>Just a short news to recap the status of our work with OrientDB.</summary>
  </entry>
    <entry>
    <title>Less REST, more hypermedia</title>
    <link href="/395/less-rest-more-hypermedia" />
    <id>395</id>
    <updated>December 19, 2011 12:41</updated>
    <summary>Here&#039;s a link to a discussion of a subject that I am already supporting since months: let&#039;s talk about hypermedia instead of REST.</summary>
  </entry>
    <entry>
    <title>Application-level caching: fight the right battle</title>
    <link href="/392/application-level-caching-fight-the-right-battle" />
    <id>392</id>
    <updated>November 22, 2011 10:40</updated>
    <summary>Here&#039;s an extended article on what you should cache and what you should not with a caching layer in your applications.</summary>
  </entry>
    <entry>
    <title>OSIDays 2011 wrapup</title>
    <link href="/394/osidays-2011-wrapup" />
    <id>394</id>
    <updated>November 22, 2011 09:00</updated>
    <summary>There we go: a few hours and OSIDays will end, so I have a minute to spread my thoughts about the conference.</summary>
  </entry>
    <entry>
    <title>Holy Tim, Thou Perfectionist</title>
    <link href="/393/holy-tim-thou-perfectionist" />
    <id>393</id>
    <updated>November 10, 2011 17:33</updated>
    <summary>Really, really thanks.</summary>
  </entry>
    <entry>
    <title>GraphDB in PHP: time for the serious stuff</title>
    <link href="/391/graphdb-in-php-time-for-the-serious-stuff" />
    <id>391</id>
    <updated>October 25, 2011 13:45</updated>
    <summary>Here&#039;s my usual post-conference wrap-up: PHPCon Poland was fun and our talk about Graph theory, databases and OrientDB heavily knocked the door.</summary>
  </entry>
    <entry>
    <title>The &quot;new&quot; development here in DNSEE: BDD and much more</title>
    <link href="/386/the-new-development-here-in-dnsee-bdd-and-much-more" />
    <id>386</id>
    <updated>October 3, 2011 11:20</updated>
    <summary>I just wanted to share the way we are now trying to develop here in DNSEE.</summary>
  </entry>
    <entry>
    <title>What&#039;s the best way to integrate an event-dispatcher in a PHP library?</title>
    <link href="/381/what-s-the-best-way-to-integrate-an-event-dispatcher-in-a-php-library" />
    <id>381</id>
    <updated>October 3, 2011 11:05</updated>
    <summary>Seriously, PHP software is missing a few points.</summary>
  </entry>
    <entry>
    <title>HTTP saves time, saves money, saves you</title>
    <link href="/384/http-saves-time-saves-money-saves-you" />
    <id>384</id>
    <updated>September 21, 2011 15:00</updated>
    <summary>Here&#039;s a nice example on how ignoring HTTP make you look like a dumbass.</summary>
  </entry>
    <entry>
    <title>A warm welcome to Orient beta-4: data-mapping and much more</title>
    <link href="/383/a-warm-welcome-to-orient-beta-4-data-mapping-and-much-more" />
    <id>383</id>
    <updated>September 20, 2011 05:00</updated>
    <summary>Today I released version beta-4 of the Orient library: let&#039;s take a practical look at the issues closed during this release.</summary>
  </entry>
    <entry>
    <title>Changing the path to blogging</title>
    <link href="/380/changing-the-path-to-blogging" />
    <id>380</id>
    <updated>September 10, 2011 14:13</updated>
    <summary>Here are some thoughts about the future directions of this blog.</summary>
  </entry>
    <entry>
    <title>The shortest path problem in PHP: demystifying Dijkstra&#039;s algorithm</title>
    <link href="/379/the-shortest-path-problem-in-php-demystifying-dijkstra-s-algorithm" />
    <id>379</id>
    <updated>September 6, 2011 06:11</updated>
    <summary>Once you start working with graphs, you can&#039;t avoid to face the shortest-path problem: given a graph, how do you calculate the minimum steps to reach point E from point A?</summary>
  </entry>
    <entry>
    <title>Behaviour-driven development in PHP</title>
    <link href="/378/behaviour-driven-development-in-php" />
    <id>378</id>
    <updated>August 27, 2011 12:11</updated>
    <summary>Here&#039;s a report on how we introduced BDD in a pilot-project at DNSEE.</summary>
  </entry>
    <entry>
    <title>My talks at OSIDays in Bangalore</title>
    <link href="/377/my-talks-at-osidays-in-bangalore" />
    <id>377</id>
    <updated>August 1, 2011 16:57</updated>
    <summary>Here are the abstract of my 2 talks, if someon&#039;s interested.</summary>
  </entry>
    <entry>
    <title>Unit testing your symfony forms</title>
    <link href="/374/unit-testing-your-symfony-forms" />
    <id>374</id>
    <updated>August 1, 2011 12:41</updated>
    <summary>A really good practice that helps you preventing slow tests with the lime testing &quot;framework&quot;.</summary>
  </entry>
    <entry>
    <title>News from the Orient library: OrientDB query-builder goes out</title>
    <link href="/376/news-from-the-orient-library-orientdb-query-builder-goes-out" />
    <id>376</id>
    <updated>July 31, 2011 23:45</updated>
    <summary>Delayed for a couple months, the OrientDB PHP query builder is now a semi-stable component of the Orient library.</summary>
  </entry>
    <entry>
    <title>Regexxer, regex search and edit your files</title>
    <link href="/375/regexxer-regex-search-and-edit-your-files" />
    <id>375</id>
    <updated>July 30, 2011 20:23</updated>
    <summary>If you, like me, need a small editor supporting regex searches and a decent FS organization...</summary>
  </entry>
    <entry>
    <title>Hands on PHP 5.4: traits and other good stuff</title>
    <link href="/373/hands-on-php-5-4-traits-and-other-good-stuff" />
    <id>373</id>
    <updated>July 25, 2011 14:00</updated>
    <summary>Just played with PHP 5.4-alpha2, looks very nice.</summary>
  </entry>
    <entry>
    <title>Integrating Zend Framework 2 in Symfony 1.4</title>
    <link href="/370/integrating-zend-framework-2-in-symfony-1-4" />
    <id>370</id>
    <updated>July 21, 2011 10:08</updated>
    <summary>Thanks to the PSR0, things are so smooth.</summary>
  </entry>
    <entry>
    <title>Contributing to the Zend Framework via GitHub</title>
    <link href="/368/contributing-to-the-zend-framework-via-github" />
    <id>368</id>
    <updated>July 18, 2011 14:24</updated>
    <summary>Just a couple of informations for the nOObs like me.</summary>
  </entry>
  </feed>
