development Archive

  • This post doesn’t contain anything that’s not available in the aws docs. Just this more like a note to self to remind me of the steps as everytime I have...

    Setting up local environment to work with Amazon’s EC2 Infrastructure

    This post doesn’t contain anything that’s not available in the aws docs. Just this more like a note to self to remind me of the steps as everytime I have...

    Continue Reading...

  • Recently I required to update my development environment such that I can quickly setup virtual hosts, without needing to update the httpd.conf file everytime. It turns out that Apache supports...

    Mass Virtual Host using VirtualDocumentRoot

    Recently I required to update my development environment such that I can quickly setup virtual hosts, without needing to update the httpd.conf file everytime. It turns out that Apache supports...

    Continue Reading...

  • I am currently writing a wrapper for PHPUnit for my employer which makes writing Selenium test cases for developers far easier. It would abstract them from the details of knowing...

    PHP CodeSniffer and common errors

    I am currently writing a wrapper for PHPUnit for my employer which makes writing Selenium test cases for developers far easier. It would abstract them from the details of knowing...

    Continue Reading...

  • My development process involves using doctrine and svn. Documenting my development steps to make sure I can put this is some sort of build script in future. Creating svn directories...

    Symfony development process

    My development process involves using doctrine and svn. Documenting my development steps to make sure I can put this is some sort of build script in future. Creating svn directories...

    Continue Reading...

  • While doing development just noticed that if you have installed php with curl support using macports it does’nt install ssl support in curl by default which is quite frustrating. Especially...

    Enabling HTTPS support in curl installed through MacPorts on OSX

    While doing development just noticed that if you have installed php with curl support using macports it does’nt install ssl support in curl by default which is quite frustrating. Especially...

    Continue Reading...