Coding

Enhancing Bash Script Reliability with set -xeuo pipefail

Bash scripts are an essential tool for automating tasks and streamlining workflows and there are some key commands that can enhance the reliability, security, and debuggability of your scripts.

April 7, 2024 by Sharjeel Aziz5 minutes

Securing your Code for Production

When designing cloud-native security, you should start with the assumption that all systems can be compromised. The 4Cs (Cloud, Cluster, Container, Code) of cloud-native security adopt the defense in depth approach and divides it into four layers.

July 8, 2021 by Sharjeel Aziz3 minutes