blog.mariano.cloudWing itA month ago, I got my DevOpsWeekly (I highly recommend it) newsletter Sunday email (issue #661). I went through it, reading some interesting stuff and I saw one particular link that caught my eye: a brief introduction to a new cloud language called W...Sep 26, 2023·8 min read
blog.mariano.cloudThe 3 Rs: Reduce, Recycle, RepeatWhy One of (Software) Development's best practices is to make code reusable - meaning we want to make sure to reutilise pieces and bits of code so as not to write repetitive lines in our program. What A module in Terraform is a grouping of resources,...Sep 19, 2023·8 min read
blog.mariano.cloudThe Contra questionsI participated in a few interview processes during my career and also conducted some more. It is, to me, a very exciting experience where I get to measure my knowledge and a way of gamifying the learning process. In my experience, most of the intervi...Sep 10, 2023·4 min read
blog.mariano.cloudDo you even JSONPath?I like the CLI and a black background console when it comes to checking on things and debugging, it makes me feel more confident in what I'm seeing and closer to the basics. A big chunk of my recent years has been all about Kubernetes. Kubernetes th...May 24, 2023·6 min read
blog.mariano.cloudAll right then, keep your secrets in Git with SOPSWait, what? Don't panic, SOPS will encrypt them for you. Big NO NO Secrets (a.k.a. sensitive values), such as passwords or any other potentially harmful information must be protected, we all know that. That's why you should avoid sharing those or pu...May 8, 2023·7 min read