Tag Archives: PHP

Domain-Driven Design Immersion Class

I just wrapped up a four day Domain-Driven Design Immersion class with Eric Evans (author of Domain-Driven Design) and Paul Rayner. The class was put on by Eric’s company, Domain Language. If you’re looking for training or consulting in Domain-Driven Design, I highly recommend that you get in touch with them. I’d like to share [...]

Immutable Value Objects in PHP

Yesterday I tweeted: Modern object-oriented programming languages need support for immutable Value Objects. #DDD The “DDD” in that tweet stands for Domain-Driven Design. There were several interesting responses to this tweet. Kevin Schroeder thought that it made a lot of sense but pointed out that “need” was a bit of a strong word. I should [...]

Introduction to PHP

Matthew Weier O’Phinney and I are giving an Introduction to PHP presentation this morning at Vermont Code Camp. I’ve posted the slides to SlideShare and the example PHP scripts are available on GitHub. If you are at Vermont Code Camp and attended our session, please take a minute to give us feedback on Joind.in. Introduction [...]

Vermont Code Camp

This year’s Vermont Code Camp will be on Saturday, September 11th, 2010 at Kalkin Hall on the University of Vermont campus. Last year’s event was a big success with 85 attendees and 19 sessions and this one promises to be even bigger and better! The second annual Vermont Code Camp will be a full day [...]

PHP Users Group Survey

I recently surveyed the Burlington, VT PHP Users Group to get an idea of what motivates people to be involved with the group. I got the idea from a blog post on the top 7 reasons why people join a user group community. This was certainly not a scientific survey and there were only 16 [...]

Zend Framework 2.0 and PHP 5.3 Web Applications SXSW Interactive Panel

I have submitted a panel on Zend Framework 2.0 and PHP 5.3 Web Applications for the 2011 SXSW Interactive Festival. Please consider giving this panel your vote. From the panel’s description: Zend Framework is a free/open source web application framework. It can be used either as a component library or as a full-stack Model–View–Controller (MVC) [...]

Burlington, VT PHP Picnic

On Sunday, August 15th the Burlington, Vermont PHP Users Group will be hosting a PHP Picnic. From the description: The Burlington, Vermont PHP Users Group invites you to join us for a picnic at Oakledge Park. All are welcome but we’d like to extend a special invitation to members of other local technology user groups. [...]

CouchDB 1.0 Released

Apache CouchDB is a free/open source RESTful JSON document (NoSQL) database with map reduce views and peer-based replication. Version 1.0 was just released today and is 300% faster than the previous version and includes Microsoft Windows support, an authentication system, and flexible replicator options. The New York Times, ReadWriteEnterprise and InfoWorld covered the release. Couchio [...]

Document Databases

At tomorrow’s Burlington, VT PHP Users Group meeting Matthew Weier O’Phinney will be giving a presentation on Document Databases. From the meeting description: NoSQL has become a new buzzword in web development—but what is it, exactly? We’ll look at the big picture to identify what types of NoSQL solutions exist, what sorts of problems they [...]

Magento Roundtable

Next week’s Burlington, VT PHP Users Group meeting will be a Magento Roundtable discussion. From the meeting description: Over the last year, Magento has increased in popularity as a viable open source eCommerce platform for the mid to large scale online retailer. This rapid growth has lead to many questions on what has been fixed, what [...]