Productivity
Displaying Process Behavior Charts on iPhone with Charty and Google Sheets
Learn how to integrate Google Sheets with Charty for real-time Process Behavior Chart visualization on iOS.
read articleStreamlining 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 articleRun Laravel Artisan Tests directly in PhpStorm test view
Learn how to run Laravel tests directly in PhpStorm with a custom workaround for artisan test and PHPUnit.
read articleCreate a new file at the right place with prefilled content thanks to Jetbrains IDEs
It’s been a while since I felt that pain... I had to manually create a file for every blog post in the correct directory, repeating information based on the title in snake case, using the current...
read articleCollecting data via Google Form and Apple Shortcuts
Setup an Apple Shortcut to send data to a spreadsheet right from your phone
read articlePipDecks Iphone Widget
Randomly display a PipDeck card on a widget of your iPhone Home Screen.
read articleExpected, actual, and super fast assertion creation
How fast can you create variables to hold expected and actual values in your test? And how little can you type to write the assertion?
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 articleQuickly jump to periodic file in Obsidian
I write a weekly report for my client and I wanted to be able to quickly access it in Obsidian without needing to know the filename, which is based on the date of the current period. Here is a solution using the Templater and QuickAdd plugins.
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 articleGenerating dates and UUIDs easily in PhpStorm
Typing a date or generating an UUID is something you have to do a lot while writing tests. Here is a tip that allows to do so with only a few keystrokes in PhpStorm.
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 articleBeing lazy with Postman scripts and dynamic variables
Simplify your workflow working with API automating call with Postman and generating values for each call.
read article