 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Matthew Weier O'Phinney: My ZendCon Beautiful Software Talk
by Chris Cornutt November 19, 2012 @ 11:52:19
Matthew Weier O'Phinny has a new post to his site today sharing the video and slides from his "Beautiful Code" talk from this year's ZendCon conference.
Unusually for me, I did not speak on a Zend Framework topic, and had only one regular slot (I also co-presented a Design Patterns tutorial with my team). That slot, however, became one of my favorite talks I've delivered: "Designing Beautiful Software". I've given this talk a couple times before, but I completely rewrote it for this conference in order to better convey my core message: beautiful software is maintainable and extensible; writing software is a craft.
You can find the slides for his presentation on his site as well.
voice your opinion now!
zendcon12 beautiful software video slides
Bradley Holt: Entity Relationships in a Document Database at ZendCon 2012 (Video & Slides)
by Chris Cornutt November 19, 2012 @ 10:03:55
If you weren't able to attend this year's ZendCon conference and wanted to see Bradley Holt's talk about entity relationships and document databases, you're in luck - he's posted both the video and slides to his site. Here's his summary of the session:
Unlike relational databases, document databases like CouchDB and MongoDB do not directly support entity relationships. This talk will explore patterns of modeling one-to-many and many-to-many entity relationships in a document database. These patterns include using an embedded JSON array, relating documents using identifiers, using a list of keys, and using relationship documents. This talk will explore how these entity relationship patterns equate to how entities are joined in a relational database. We'll take a look at the relevant differences between document databases and relational databases. For example, document databases do not have tables, each document can have its own schema, there is no built-in concept of relationships between documents, views/indexes are queried directly instead of being used to optimize more generalized queries, a column within a result set can contain a mix of logical data types, and there is typically no support for transactions across document boundaries.
He also includes links to two of the tools he mentions in the talk - Doctrine CouchDB and the Doctrine MongoDB ORM.
voice your opinion now!
zendcon12 entity relationships document database video slides
Jeremy Brown's Blog: A Conversation About REST
by Chris Cornutt April 28, 2011 @ 08:38:11
As mentioned in this new post to his blog Jeremy Brown has put together a presentation he calls "A Conversation about REST", a discussion that centers less around the implementation of REST and more about the concepts needed to fully understand it.
REST is a set of principles and not a specification, so as such you have freedom in how to develop your API. This freedom can lead to confusion though, as it's hard to find concrete examples of its implementation. This presentation explained what REST is and also presented a variety of topics and questions you will certainly come across while implementing your API.
You can watch a video of this great presentation (as taken at a Club Ajax meeting in Dallas) here and can follow along with his slides off of SlideShare. He also links to a great image that gives a flow overview of the possible paths a REST request could take.
voice your opinion now!
rest presentation clubajax video slides api concepts
Community News: Ian Barber's Slides from ThinkVitamin "Deployment Tactics" Posted
by Chris Cornutt January 28, 2011 @ 10:03:21
While not specifically about deploying PHP applications, Ian Barber's talk at the recent ThinkVitamin Code Management and Deployment Conference is packed full of good tips you can use in your web application deployment. He talks about everything from version control strategies, continuous integration, remote releases, package management, hotfixes and one of the most difficult things to do - rollback.
Still deploying sites and updates manually via FTP? This session will cover a number of automated deployment methods, best practice workflow for updating sites and fixing bugs, along with how to use staging servers, deploying to multiple machines, zips tars & scripts, packaged releases hotfixes, database changes, rollbacks and more.
There's tons of technologies mentioned, so you'd be better off going through his slides and taking your own notes. Unfortunately, a recording of the session isn't currently publicly available, but the slides are an excellent resource for those currently looking to better their overall deployment process.
voice your opinion now!
application deployment slides ianbarber confernece
Josh Holmes' Blog: Rev it up with PHP and IIS
by Chris Cornutt November 16, 2010 @ 09:53:42
In a new post to his blog Josh Holmes has written up a summary of a talk he and Mark Brown (also of Microsoft) gave about running PHP on IIS and how good the performance is. The summary is a result of their session at this year's Zend/PHP Conference.
Mark Brown and I did a talk at ZendCon last week on how well PHP runs in IIS and more specifically, some things that you should do in order to make it run really well on IIS.
They looked back at the history between IIS and PHP - a bit rocky at times - and how, with IIS7 and improvements to FastCGI, this relations has changed for the better. He mentions WinCache, URL Rewrite, the PHP Manager for IIS and the PHP Interoperability effort Microsoft has started.
voice your opinion now!
iis zendcon10 presentation slides microsoft
|
Community Events
Don't see your event here? Let us know!
|