Let’s see the Git Hook system with a real example case on push action.
Category: Development
How to use Udoo x86 for Docker (or I prefer Vagrant)
I hate Docker so I banned it from my workstation to run it in a little dedicated but powerful board. Let’s how to do a docker board machine for development.
Customize error log of PHP for WordPress debugging
From a real story about debuggin in production a snippet to improve the error log with more info on a WordPress ecosystem!
Improve your debugging with Query Monitor on WordPress
Discover Query MOnitor and the other tools and settings that can help your development on WordPress
A simple boilerplate to create a map with people and a list
A simple boilerplate to add people on a map with openstreetmap and gravatar with a list!
Hacktoberfest 2017 – Do you want win a T-Shirt?
Like every year also this one there will be the Hacktoberfest where everyone with 4 pull requests can win a T-Shirt and few stickers.
How to debug a PHP Open Source Project that you don’t know
Debug is boring especially when you have a bug in a project that is not your.
How I find how to crash Facebook for Android in-app browser
First of all integrated in-app browsers suck. Difficult to debug it and maybe they not follow standards :-/
Facebook Photo Info or how to see the photo data
Facebook can reconize what there is in the photo and add that data in the html page and that extension show them!
Use a specific SSH key with a domain
Do you know that you can configure SSH to use a specific key for a specific host and not the general one?