fix(about-me): fix typos & add new words into dictionary
parent
d32ff53ef2
commit
746de72300
|
@ -6,18 +6,18 @@ Hi all! I am Davide Polonio, a programmer and devOps engineer. I am born in 1994
|
|||
and started messing with computers since I was 8 (my first OS was the only and
|
||||
glorious Windows 95), and from there I continued my path to learn about
|
||||
computers and how to ~~break~~ tweak them. I graduated at university of Padova
|
||||
with a master degree in computer science in 2018.
|
||||
with a master degree in computer science in 2018.
|
||||
|
||||
I prefer back-end stuff (I usually end up using Java, Golang, Rust and Bash to
|
||||
glueing stuff around), especially automating releases with Continous Integration
|
||||
and Continous Delivery. I create and manage pipelines for Jenkins (and I
|
||||
currently administer Jenkins as well), but I also know other CIs like Github
|
||||
Actions, Travis CI, Drone CI (or the now clone Woodpecker). I enjoy container
|
||||
technologies, starting from Docker, Podman and going on to orchestrators like
|
||||
Docker Swarm, Kubernetes and Nomad (which I would like to learn more of the
|
||||
lasts two). If I can, I use Infrastructure as Code (IaC) tools like Terraform
|
||||
and Packer to create and maintain infrastructure on cloud providers, like AWS or
|
||||
Scaleway (I also maintain [Podman plugin for
|
||||
gluing stuff around), especially automating releases with Continuous Integration
|
||||
and Continuous Delivery. I create and manage pipelines for Jenkins (and I
|
||||
currently administer Jenkins as well), but I also know other CI systems like
|
||||
Github Actions, Travis CI, Drone CI (or the now clone Woodpecker). I enjoy
|
||||
container technologies, starting from Docker, Podman and going on to
|
||||
orchestrators like Docker Swarm, Kubernetes and Nomad (which I would like to
|
||||
learn more of the lasts two). If I can, I use Infrastructure as Code (IaC) tools
|
||||
like Terraform and Packer to create and maintain infrastructure on cloud
|
||||
providers, like AWS or Scaleway (I also maintain [Podman plugin for
|
||||
Packer](https://github.com/Polpetta/packer-plugin-podman)). Automation is
|
||||
usually my preferred way, since it helps developers focus only on the business
|
||||
product instead of messing with tasks that can be done by a machine. Finally, I
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "bitdispenser.dev",
|
||||
"version": "0.0.1",
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"devDependencies": {
|
||||
|
|
|
@ -22,4 +22,17 @@ DNS
|
|||
NameCheap
|
||||
APIs
|
||||
fediverse
|
||||
COVID
|
||||
COVID
|
||||
Davide
|
||||
Polonio
|
||||
devOps
|
||||
Padova
|
||||
Golang
|
||||
Podman
|
||||
Kubernetes
|
||||
IaC
|
||||
Terraform
|
||||
dojo
|
||||
Gitea
|
||||
orchestrators
|
||||
md
|
Loading…
Reference in New Issue