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.
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.
Control your monitors settings via software
Did you know that you can control monitor settings on your terminal from Linux?
How to simplify and automate certain operations like switching inputs or changing brightness.
Let's talk terraform: from bash to terragrunt
We left the previous post of the series with a single Jenkins stack and the task of creating a second service out of it.
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.
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.
Jenkins Credentials
Snippet to get back credentials from a jenkins server.
Get to https://jenkins-url.com/script and paste the code below:
Read file in chunks in bash
How to read a file in chunks. You can optionally specify the starting point and the chunk size.
Post from mobile
Just for fun.