Skip to main content
Hero

Hello,
This is Subodh Shrestha ,
I'm a |

/usr/bin/bash
name="Subodh Shrestha"
skills=("Cybersecurity" "Network Security" "Wireshark" "Nmap" "Snort" "Python" "Linux" "Docker" "PRTG" "Malware Analysis" "Forensics")
hardWorker=true
quickLearner=true
problemSolver=true
hireable() {
if [[ "$hardWorker" == true &&
"$problemSolver" == true &&
${#skills[@] -ge 5 ]]; then
return 0 # true
else
return 1 # false
}

© Portfolio by Subodh Shrestha