Covers two of the best PHP technologies currently available: Zend Framework, an Application Development Framework and Doctrine, an Object Relational Mapper and how you can combine them to create database backed applications easily.
Keywords: Doctrine, PHP, ZendFramework
Zend_Service_Mollom is a Zend Framework component for calling Mollom, a spam filtering and CAPTCHA service for blog comments and forum posts.
Keywords: PHP, ZendFramework
Applications are becoming increasingly concurrent, yet the traditional way of doing this, threads and locks, is very troublesome. This article highlights Erlang and Scala, two programming languages that use a different approach to concurrency: the actor model.
Keywords: Concurrency, Erlang, Scala