Posted inArticles

PHP 7.1 on Debian for NGINX

Upgrading to PHP 7.1 was easy, the only place I encouraged issues, was with figuring out where the socket was located, after figuring this out I felt write an article over this would be a good idea and a big time saver for people. Edit the Nginx config and replace the older FPM socket with […]

Posted inArticles

Dice roll in Python

[](https://darryldias.me/content/images/2018/08/dice_roll_python.png) Python is a fun language, the syntax is what feels so nice about it and how the indents are used to format the code, after using Jade and Sass, this comes very naturally to me. I was learning about modules and found random to be a good place to start off and turned out […]