Productivity
Solving Obsidian + Readwise Merge Conflicts with a Custom Git Driver
Learn how to create a custom Git merge driver to automatically resolve Obsidian Readwise plugin conflicts. Includes Bash testing with Bats and full code.
read articleQuickly open Google Calendar Tab in Google Chrome from Alfred
Just type a few letters in Alfred command palette and go to your emails and calendar in a pinned Google Chrome tab.
read articleA clean commit history with Git WipSquash
Learn a lazy guy maintains clean and atomic commit histories, with the `wipsquash` script.
read articleDisplaying Process Behavior Charts on iPhone with Charty and Google Sheets
Master the integration of Google Sheets with Charty app to create real-time Process Behavior Chart visualizations on iPhone for data-driven decision making.
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
Streamline your JetBrains IDE workflow by automatically creating files with prefilled content in the correct directory structure for consistent development.
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
Boost test-writing productivity with PhpStorm live templates and postfix templates. Learn to create expected/actual variables instantly and generate assertions with minimal keystrokes using custom IDE automation.
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
Automate weekly report access in Obsidian using Templater and QuickAdd plugins. Create date-based files automatically and access them instantly without remembering complex filenames.
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 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
Learn how to streamline API testing with Postman by automating UUID generation and variable reuse between requests. Eliminate manual copy-pasting and boost productivity with dynamic variables and scripts.
read article
