As a quick learner, I embrace new technologies as opportunities to innovate. I specialize in using my experience to help companies by transforming hard issues into byte-sized solutions. With a proven track record of enhancing the performance of both systems and teams, my expertise lies in distilling complex problems into impactful solutions that drive progress. With a proactive mindset, I specialize in pinpointing improvements, crafting a structured approach to a suitable solution, and communicating effectively within the organization. My focus is always on delivering a functional solution.

Within teams, I take ownership, act as a bridge between IT and management, and help teams grow and professionalize.

Starting in 2022, I am available for Freelance and Contractor projects supporting your teams as a Cloud Engineer, SRE, DevOps Engineer, and Platform Engineer. In this capacity I can support your teams in a collaborative role or in a technical leadership role where I help your teams grow and improve their engineering excellence.

In the binary numeral system, there are two values used to generate results; zero and one. My main focus is to add value to your business.

There are only 10 types of people in the world: Those who understand binary, and those who don’t.

Rogier Dikkes

Awesome tool: rclone

rclone is a storage swiss army knife

A couple days ago I was reading questions on a tech website, in one of the topics someone explained an issue that they needed to copy from an SFTP location files in a cron job. They tried using rsync, however SFTP does not support interactive sessions which rsync sets up. As a solution I mentioned rclone. This is such a great tool that has been in my arsenal for quite a while now and I thought it would be good to give a shoutout to this tool. [Read More]

Awesome tool: Shellcheck

Use shellcheck in all the things!

While sharing the solution to issues you encountered is great, sometimes tools are worth mentioning even if you did not build them or have issues with them. Most of the IT staff would not be where they are now without good tooling, this post is to add praise to one of those tools. Perhaps I will do this more often, but first lets discuss: Shellcheck. Since a couple years I have incorporated Shellcheck in my daily bash shell script writing. [Read More]

Terraform module debug

Lessons learned

The terraform module change I deployed seemed to have valid syntax, the module initialized properly with terraform init. The terraform plan created a valid plan, no errors or syntax issues were raised. When I started to execute the plan with terraform deploy it returned the following error: Error: Error launching source instance: VPCIdNotSpecified: No default VPC for this user status code: 400, request id: xxx This error pointed me towards a bug report on the Terraform github issues page, this stated: [Read More]