<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Tue, 21 May 2013 07:28:11 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[/Dev/Hell Podcast: Episode 5 - The Hammer That Is PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/17502</guid>
      <link>http://www.phpdeveloper.org/news/17502</link>
      <description><![CDATA[<p>
The /dev/hell podcast has released their latest episode <a href="http://devhell.info/post/2012-02-03/the-hammer-that-is-php/">with special guest Brian Moon</a> (of <a href="http://dealnews.com/">dealnews</a>).
</p>
<blockquote>
In our fifth episode we speak to our first ever guest Brian Moon, ancient PHP elder of dealnews and someone who has probably forgotten more about PHP than our two hosts will ever know. [...] In this episode we talk about dealnews, how they use PHP (and how they also use it in some interesting ways), and his thoughts on issues like concurrency and evented systems. We also cover features of PHP that allowed for some major changes and approaches they used in the code base for the site.
</blockquote>
<p>
Other technologies discussed include <a href="http://gearman.org/">Gearman</a>, <a href="https://nodejs.org/">Node.js</a>, <a href="http://www.squid-cache.org/">Squid</a> and <a href="https://www.varnish-cache.org/">Varnish</a>. You can listen to this latest episode either via the <a href="http://devhell.info/post/2012-02-03/the-hammer-that-is-php/">in-page player</a> or by <a href="http://devhell.s3.amazonaws.com/ep5-64mono.mp3">downloading the mp3 directly</a>.
</p>]]></description>
      <pubDate>Mon, 06 Feb 2012 12:03:42 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[php|architect: oddWeek Episode #6 - Brian Moon on DevOps]]></title>
      <guid>http://www.phpdeveloper.org/news/14344</guid>
      <link>http://www.phpdeveloper.org/news/14344</link>
      <description><![CDATA[<p>
php|architect has released the latest episode of their "oddWeek" podcast series today. This time the guest is <i>Brian Moon</i> of Dealnews.com talking about DevOps.
</p>
<blockquote>
Keith Casey, Cal Evans and Brian Moon talk about how dealnews.com handles DevOps and manages 10-15 code rolls a day. (yes, a day!)
</blockquote>
<p>
You can either listen to this latest episode via the <a href="http://www.phparch.com/2010/04/13/oddweek-episode-6/">in-page player</a> or, of you're more on-the-go, you can <a href="http://mtadata.s3.amazonaws.com/podcasts/20100413.mp3">download the mp3</a> and listen at your leisure.
</p>]]></description>
      <pubDate>Tue, 13 Apr 2010 15:45:38 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Brian Moon's Blog: DevOps at dealnews.com]]></title>
      <guid>http://www.phpdeveloper.org/news/14304</guid>
      <link>http://www.phpdeveloper.org/news/14304</link>
      <description><![CDATA[<p>
<i>Brian Moon</i> has posted a summary of how the whole <a href="http://brian.moonspot.net/devops-dealnews">development process is set up</a> where he works (at <a href="http://dealnews.com">Dealnews.com</a>) all the way from version control out to deployment.
</p>
<blockquote>
I was telling someone how we roll changes to production at dealnews and they seemed really amazed by it. I have never really thought it was that impressive. It just made sense. It has kind of happened organically here over the years. Anyhow, I thought I would share.
</blockquote>
<p>
Some of the key technologies they use are things like Subversion for source code versioning, a script similar to <a href="http://www.orcaware.com/svn/wiki/Svnmerge.py">svnmerge.py</a> to do their merging for production, their staging server, makefiles for deployment and notifications sent out via XAMPP about how the build went and details on the release.
</p>]]></description>
      <pubDate>Tue, 06 Apr 2010 10:28:47 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[WebDevRadio.com: Episode 49: Brian Moon at the MySQL User Conference]]></title>
      <guid>http://www.phpdeveloper.org/news/10110</guid>
      <link>http://www.phpdeveloper.org/news/10110</link>
      <description><![CDATA[<p>
<i>Michael Kimsal</i> has release the <a href="http://michaelkimsal.com/blog/webdevradio-podcast-series-interview-with-brian-moon-on-scaling-lamp/">last podcast</a> of his MySQL Conference series of interviews with other attendees. In <a href="http://webdevradio.com/index.php?id=74">this episode</a>, he interviews <i>Brian Moon</i> of the Phorum project (employed at DealNews.com).
</p>
<blockquote>
Brian was kind enough to review both of his presentations which go in to great detail about the scaling issues he's faced both with DealNews.com and the Phorum forum software project (which recently turned 10 years old!) [...] Thanks to Brian for going over things in such detail!
</blockquote>
<p>
You can download this latest episode from the <a href="http://webdevradio.com/index.php?id=74">WebDevRadio</a> site as well as check out <a href="http://doughboy.wordpress.com/2008/05/03/interview-with-webdevradio/">Brian's slides</a> from his MySQL conference presentation.
</p>]]></description>
      <pubDate>Mon, 05 May 2008 11:19:03 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Brian Moon's Blog: Putting files into a database]]></title>
      <guid>http://www.phpdeveloper.org/news/8898</guid>
      <link>http://www.phpdeveloper.org/news/8898</link>
      <description><![CDATA[<p>
In a <a href="http://doughboy.wordpress.com/2007/10/19/putting-files-into-a-database/">recent blog post</a>, <i>Brian Moon</i> talks about doing something he never thought he'd do - storing files in a database. He does, however, have two legitimate places he's found it useful.
</p>
<blockquote>
Now, most people will say you should never do this.  And lots of time they are right.  And once upon a time I agreed with them without question.  Then I started living in the real world where sometimes you have to do things you never thought you would.  Here are the two places where I stores files in a database.
</blockquote>
<p>
His places are in Phorum, using the method to keep the system's database and file attachments contained and easier to move around, and in the replication of their databases, making it simple to have images for the deals on <a href="http://dealnews.com/">dealnews</a> transferable to the various slave databases.
</p>
]]></description>
      <pubDate>Wed, 24 Oct 2007 11:24:00 -0500</pubDate>
    </item>
  </channel>
</rss>
