π¦Ύ DevSecOps | Senior software engineer (Back-end)
π Sec Certs : Linux+ | Cloud+ | Security+ | Pentest+ | ejPT | eCPPT | CEH Master | OSCP (wip)
π Other Certs : AWS (wip) | Azure (wip)
π₯ In love with quality code (and my terminal :D) π₯
π‘ Learn, π» Code, ποΈ Travel and Repeat π
Passionate DevSecOps Engineer
I have a diverse range of experience in the web industry, having fulfilled a variety of roles all with the goal of delivering value to end users.
I am currently working on fixing broken pipelines
ensuring that my Agile team mates have everything they need to ship code.
I also occasionally work on PHP platforms using the Symfony Framework.
In addition, I am also shipping Python and Bash;
making sure I keep up with the security world
class ComputerGuy:
def __init__(self, speciality, languages):
self.speciality = speciality
self.languages = languages
langs = ["PHP", "Python", "Bash"]
dev = ComputerGuy("backend", langs)
print(dev.speciality)
print(dev.languages[1])