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
Learn how to securely access passwords and secrets in your shell scripts using 1Password CLI. Avoid hardcoding sensitive data and enable easy credential rotation without script modifications.
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
Simplify PHP debugging with a custom shell alias that handles all XDebug configuration options. Save time, keystrokes, and mental overhead by wrapping complex debugging commands in an easy-to-remember alias.
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
