Test Automation Tips and Tricks for Efficient and Reliable Testing

How to get your public IP address with Node.js

In these tips, I share with you some Node.js code snippets to help you get the public IP address quickly.

How to Skip Husky Git Hooks

How to Skip Husky Git Hooks using git commands options

How to Emulate a Specific Geolocation with Playwright

How to Emulate a Specific Geolocation with Playwright (code snippet to emulate a specific geolocation)

How to repeat a command until it fails

How to repeat a command until it fails using a Bash function that you can add to your .bashrc file