Published onFebruary 9, 2024How to write a Cancelable Promise in JavaScriptJavaScriptLearn how to implement a Cancelable Promise in JavaScript using P-Cancelable package.
Published onFebruary 8, 2024How to get name of the current directory in Bash or ZshBashLearn how to get the name of the current directory as a text in Bash or Zsh
Published onFebruary 7, 2024Git Tip: Get Current Branch Name via CLIGitLearn how to get the current branch name in Git
Published onFebruary 6, 2024Git Tip: Checkout Previous or Last Branch InstantlyGitLearn how to checkout a previous branch instantly without explicitly mentioning the Git branch name.
Published onFebruary 5, 2024How to check if File Exists in AWS S3 in NodejsJavascriptAWS-S3Learn how to check if a file exists in AWS S3 in Node.js