About Me
Say Hello
RSS
131 posts
22 September 2017 | on symfony, php
You have probably, at some point, wanted to see how long a piece of code takes to execute. It is the most basic of profiling tasks →
15 September 2017 | on crontab
This week, I wanted to write a CRON job that ran a PHP script every 2nd Monday of the month. This is not something that it →
08 September 2017 | on go, golang
A few months ago, I wrote an intro to Golang. I only covered how to install and a basic "Hello, World" program with variables. In today's →
01 September 2017 | on SSH, bash, alias
I have written in the past several times about how to alias commands in the terminal to speed up certain tasks. Today, I have another thing →
25 August 2017 | on php, php-7.2
Last week, the final Beta version of PHP 7.2 was released and next week the first Release Candidate was released. If you want to test →