You need to add GDPR support on your custom WooCommerce plugin and you don’t know how to do it. This is my experience with code and few hints ๐
Category: My personal tools
Pydal or how to remap your keyboard for scripting in Linux easily
Keyboard are the first weapon of a developer but you can configure usually few buttons (multimedia) but if you want more keyboard (like a footswitch) how you can remap them easily?
Upload stuff on git push when branch is not master
Let’s see the Git Hook system with a real example case on push action.
2 years of GlotDict or Why I made my first browser extension for the WordPress community
My first extension got 2 years of life with over 50+ releases! Thank you WordPress polyglots community for your appreciation and interest!
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.
Fix your habits with FixHabit
Everyone has bad habits everyday or something that every day we are missing to do it.
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!
How to alter a debian package with the tarball to use locally
The few step to download, patch, compile and install a modified package on Debian
How to send a message to Slack with Bash
Questo articolo รจ stato scritto oltre 1 years, il contenuto potrebbe essere datato.I was looking for a simple bash script with a config file to send messages from my bash script on my machine to the company slack. I found this amazing script: https://gist.github.com/andkirby/67a774513215d7ba06384186dd441d9e Try that script and you will see that is very amazing […]
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.