I’m new to the land of Piwik, but I want to test this out and part of that is for me to set this up on Heroku. Piwik wasn’t made to be used like this and I would really like the core team to take notice of this and make this easier to work with
My current side project has a need to send out a massive amount of emails. Just sending them one at a time is not very efficient and the project is deployed on Heroku so using a file spool has the potential to have a few emails that don’t get sent. The best option is to
Codeship is an amazing continuous integration and deployment platform that has a lot of flexibility. The problem that I have been having is I need to be able to encrypt and decrypt secrets such as SSL Certs and other private keys. I will show you how you can use OpenSSL to encrypt various files and
I have been compiling a few [personal cheat sheets] through out the years as a software engineer and have found they have become invaluable. The cheat sheets were started to help me learn by typing the commands that I needed to remember. For example, as I was learning vim, the commands to move up, down,
Setting a Symfony2 project up for testing can be tricky, however in this short guide I will show you how you are able to setup your project so you can spend more time coding and less time trying to fix issues you run into while setting up a testing environment.