Stories from an Italian Software Engineer

My new remote-local workstation setup

I always wanted to solve the problem of moving from laptop 1 to laptop X while continuing to work on a task.

The perfect example is this blog post, I’m writing this from laptop 1, but I would love to keep going from where I left when switching to a different notebook.

The solution should work not just for text editing but also for GUI applications in general.

Read more...

Cluster Api - multi-tenancy EKS implementation

Cluster API in case you don’t know it is:

a Kubernetes sub-project focused on providing declarative APIs and tooling to simplify provisioning, upgrading, and operating multiple Kubernetes clusters.

Multi-tenancy is defined by the project itself:

Starting from v0.6.5, single controller multi-tenancy is supported that allows using a different AWS Identity for each workload cluster. For details, see the multi-tenancy proposal.

That is exactly what we are going to see in this post.

Read more...

Me

I’m not fronted or backend.
I’m not DevOps or SRE.
I’m not Developer or Architect.

I love software in any shape or form.
I love the fact that I can “materialize” ideas with it.
I love problems and I love challenges.

Read more...

Let's talk terraform: genesis

I have used Terraform daily for the past five years, and during this time, I have developed some ideas on how to use it.

  • What to use.
  • What not to.
  • Why.

Here starts a series of posts meant to share how we are using terraform in 2021.

Read more...

Page 4 of 7