Published onMay 21, 2024Fix: Access Denied error for ListObjectsV2 in AWS S3AWSS3Learn how to solve ListObjectsV2 permission issue in AWS S3
Published onMay 21, 2024Executing GitHub Actions step in a Specific Git BranchGitHub-ActionLearn to add conditional statements in GitHub Actions, like running commands only for specific git branches
Published onFebruary 10, 2024How to list all custom schemas in Postgres SQLPostgresLearn how to list down all the schemas except the one which is used by Postgres by running SQL query
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