Bash
Streamlining Development with Custom Shell Functions: Reusing a command with a custom config for each project
Discover how to create custom shell functions for PHPUnit, Composer, and other tools to streamline your development workflow, especially when working across various tech stacks.
read articleGetting your secret password from 1Password in a script
How can you accept user input in a non blocking way, generate a file asynchronously, and display a link to download that file on the confirmation page ?
read articleRemove all services arguments from Symfony config with a script
Creating simple scripts can save a lot of time in manual work. Here is a simple AWK script to remove services' arguments definition from Symfony config files.
read articleDisplay a message when you enter a directory
I kept forgetting about the usage of a tool and decided to display a help message automatically as soon as I entered the directory. This way, I stop losing time and feeling bad about myself. Here is how!
read articleAn alias to easily debug PHP scripts
The command to start debugging PHP scripts takes a lot of options. I wanted to free my memory from having to remember everything and created an alias to save me time, keystrokes and brain power.
read articleAn alias to learn aliases
I’m trying to learn aliases to reduce the typing I need in the console but I can’t remember them. I’ve created an alias to help me !
read article