There are 5 articles written in November, 2017

Reacting to promises

on November 29, 2017. in Programming, Development, Software. A 5 minute read.

I was working on something that includes the usage of ReactPHP promises. Given that I haven’t had the chance to take a closer look at it yet, I decided that this is the right time for it.

Continue reading Reacting to promises...

PHP FPM slow log

on November 23, 2017. in Programming, Development. A 2 minute read.

The other day I was going through the configuration file for php-fpm, when I noticed a configuration directive I haven’t before: slowlog. I guess it’s been around for a while, I just never noticed it.

Continue reading PHP FPM slow log...

Visual sudo for shell scripts

on November 06, 2017. in Development, Software. A 2 minute read.

The other day I was putting together a small shell script to do some administrative tasks on my Fedora workstation.

Continue reading Visual sudo for shell scripts...

What implements an interface

on November 02, 2017. in Programming, Development. A 3 minute read.

Creating and implementing interfaces in our code is important. It helps with swapping out components, eases testing, separates the what from the how.

Continue reading What implements an interface...

Smarter tag search in Vim

on November 01, 2017. in Development, Software. A 2 minute read.

As part of my Vim setup for PHP development, I use the vim-php-namespace plugin to add use statements in my PHP code.

Continue reading Smarter tag search in Vim...