Page 2 of 2 · 10 Snippets
Code Snippets
A curated collection of useful code snippets, examples, and ready-to-use solutions for various programming languages, frameworks, and common development scenarios. Copy, paste, and adapt for your projects.
AWS Secrets Manager
- Mohammad Abu Mattar
- Aws
- Devops
- Published: 18 Jun, 2025
Need to load secrets in your Node.js app without exposing them? Here's how. If you're still storing API keys or database credentials in .env files or hardcoding them into your codebase, it's ti
Check S3 Bucket Existence
- Mohammad Abu Mattar
- Aws
- Shell scripting
- Devops
- Published: 11 Jun, 2025
'Cloud' 'Automation' isCodeSnippet: true draft: falseQuick Tip Don’t let your deployment blow up because of a missing S3 bucket. This Bash script lets you check if a bucket exists