fbpx
Skip to content
Home » Blog

Blog

Secrets Management

In this article I talk about benefits of managing all the secrets you use in your dev efforts and how to do it efficiently and securely. I also provide a sample script to play with.

Secrets Management, a key less edition

This is a second installment on tools that will help you manage your secrets. This time I’m diving into a solution called AKEYLESS which looks like a great option for those needing a more fully fledged Secret and key management solution.

python emailing

Emailing from python3

In this article I deviate again from cybersecurity to continue with topic of how to send notifications from python, this time by sending fully functional email

How to email from PHP

How to email from PHP

In this article I’m replicating what I did with python with PHP and demonstrating how to send automated emails via PHP using he PHPMailer module.

Picture of shipping containers

Docker and Doppler

My latest project has been to get more comfortable with Docker, how it works, how to set it up, etc. During that I started learning how to integrate Doppler into Docker. This article explains my findings.