 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
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
Ant Phillips' Blog: PHP/Groovy Bridge
by Chris Cornutt January 14, 2009 @ 10:23:46
In a recent post Ant Phillips looks at another bridge that's offered to combine PHP with another language (besides the Java one) - a link over to Groovy.
Up until recently the PHP runtime was treating Groovy code just the same as Java. Anyone could compile a Groovy class to Java class files using the Groovy compiler. Those class files could then be dropped into a Zero application and used in PHP through the PHP/Java Bridge. The problem is that Groovy isn't the same as Java.
He compares the way its works when its Java-esque and how it should work as combined with the Groovy bridge. The code is much cleaner and, by making it more readable, makes it easier to maintain in the future. You can see some slides from a presentation hes given on the subject here.
voice your opinion now!
groovy language bridge java example slides
|
Community Events
Don't see your event here? Let us know!
|