Select Page

Methods of exploiting

Security is and always will be an important topic, especially in the computer world. I’ve outlined and explained some of the basic and most common forms of exploiting and what you should be keeping in mind. Thinking outside the box Using an application in a way...

Queuing Services

The idea of a queuing service is to offload something that’s potentially resource intensive and takes time to process. Moving a piece of a logic that would originally be executed at visitor run time could potentially speed up the users experience, this alone...

PaaS Off

Criteria Criteria Description Start Must be painlessly quick and simple to get started. Ideally, it should take less than five minutes to have the latest version of CakePHP up-and-running with a MySQL database. Configure Environments must be easily configurable. For...

Migrations plugin for CakePHP

Here at the Hive anyone can host an informal workshop, known as a brown bag, to share learning’s which the team would benefit from or find interesting. This week I shared my experience about the Migrations Plugin for CakePHP. During GovHack 2012, we had three...

We need coding standards

Depending on the audience, I may describe myself as one of the following: engineer, developer, programmer or coder. Anyone who wears the above hats will wrangle with instructions that a computer somewhere will know what to do with. These instructions, represented in...

Mastering CakePHP – Advanced Topics

Educational Cake This month the Engineers at Pollenizer sat together through an online CakePHP training program. It was a good opportunity to gauge what the CakePHP community consider advanced and to explore familiar topics from another Engineer’s perspective. Here...

PHP 5.4 – Traits

The recent release of PHP 5.4 includes a new feature called Traits. It enables method injection into classes and the concept will be familiar to anyone who has experience with Ruby’s mixins or traits in Scala. CakePHP’s ‘Model Behaviour’...

Drupal POWER!

It’s easy to label something as terrible if you’ve had a bad first impression. Before you do label the CMS/Technology with the sh*t sticker you should have some sort of idea on how it works and how to use it. Drupal is a CMS backed by a strong community...

CakePHP and PaaS

A common problem the engineering team is experiencing at Pollenizer is finding the resources to dedicate to system administration duties. With the vision of reducing those duties, Pollenizer has been exploring PaaS providers. I have reviewed services offered by...

Chef – Turning Configuration into Code

Overview Web applications typically require very specific server environments in which to run. Most of us build applications from a variety of disparate components at different layers of abstraction. (We do not, for example, re-implement an operating system every time...