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.
Multi-Environment Secret Management with HashiCorp Vault
- Mohammad Abu Mattar
- Security
- Devops
- Published: 03 Mar, 2026
Need to manage secrets safely across multiple environments? Here's how with HashiCorp Vault. Storing secrets in .env files, hardcoding them, or even using separate secret managers per environme
Top 7 Open Source OCR Models for Document Processing
- Mohammad Abu Mattar
- Ai ml
- Computer vision
- Document processing
- Published: 09 Jan, 2026
AI Tool Turn your documents into perfect digital copies with these powerful open source OCR models. No more dealing with messy text extraction get clean, accurate markdown from PDFs, images, and
Why printf Beats echo in Linux Scripts
- Mohammad Abu Mattar
- Shell scripting
- Devops
- Linux
- Published: 02 Jan, 2026
Scripting Tip You know that feeling when a script works perfectly on your machine but fails miserably somewhere else? That's probably because you're using echo for output. Let me show you why pri
Essential Bash Variables for Every Script
- Mohammad Abu Mattar
- Shell scripting
- Devops
- Published: 26 Dec, 2025
Overview Quick Tip You know what's worse than writing scripts? Writing scripts that break every time you move them to a different machine. Let's fix that with some built-in Bash variables tha
Per-App Shell History for Bash
- Mohammad Abu Mattar
- Shell scripting
- Productivity
- Published: 18 Dec, 2025
Terminal Chaos? Organize Your Bash History! Ever jumped between iTerm2, Ghostty, and VS Code's terminal only to have your command history get all mixed up? This Bash snippet keeps things clean by
Per-App Shell History for Zsh
- Mohammad Abu Mattar
- Shell scripting
- Productivity
- Published: 18 Dec, 2025
Terminal Chaos? Organize Your Shell History! Ever jumped between iTerm2, Ghostty, and VS Code's terminal only to have your command history get all mixed up? This Zsh snippet keeps things clean by
Optimizing your python code with __slots__?
- Mohammad Abu Mattar
- Python
- Productivity
- Published: 16 Jul, 2025
Memory Optimization with slots Understanding the Problem Dev Tip: Optimizing Data Models in Big Data Workflows with slots In big data and MLOps workflows, you often work with
List S3 Buckets
- Mohammad Abu Mattar
- Aws
- Python
- Devops
- Published: 25 Jun, 2025
Overview Multi-Profile S3 Management Multi-Profile S3 Safari! Ever juggled multiple AWS accounts and needed a quick S3 bucket inventory across all of them? This Python script is your guid