fix(about-me): fix typos & add new words into dictionary
parent
d32ff53ef2
commit
746de72300
|
@ -9,15 +9,15 @@ 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
|
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
|
gluing stuff around), especially automating releases with Continuous Integration
|
||||||
and Continous Delivery. I create and manage pipelines for Jenkins (and I
|
and Continuous Delivery. I create and manage pipelines for Jenkins (and I
|
||||||
currently administer Jenkins as well), but I also know other CIs like Github
|
currently administer Jenkins as well), but I also know other CI systems like
|
||||||
Actions, Travis CI, Drone CI (or the now clone Woodpecker). I enjoy container
|
Github Actions, Travis CI, Drone CI (or the now clone Woodpecker). I enjoy
|
||||||
technologies, starting from Docker, Podman and going on to orchestrators like
|
container technologies, starting from Docker, Podman and going on to
|
||||||
Docker Swarm, Kubernetes and Nomad (which I would like to learn more of the
|
orchestrators like Docker Swarm, Kubernetes and Nomad (which I would like to
|
||||||
lasts two). If I can, I use Infrastructure as Code (IaC) tools like Terraform
|
learn more of the lasts two). If I can, I use Infrastructure as Code (IaC) tools
|
||||||
and Packer to create and maintain infrastructure on cloud providers, like AWS or
|
like Terraform and Packer to create and maintain infrastructure on cloud
|
||||||
Scaleway (I also maintain [Podman plugin for
|
providers, like AWS or Scaleway (I also maintain [Podman plugin for
|
||||||
Packer](https://github.com/Polpetta/packer-plugin-podman)). Automation is
|
Packer](https://github.com/Polpetta/packer-plugin-podman)). Automation is
|
||||||
usually my preferred way, since it helps developers focus only on the business
|
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
|
product instead of messing with tasks that can be done by a machine. Finally, I
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
|
"name": "bitdispenser.dev",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"license": "CC-BY-SA-4.0",
|
"license": "CC-BY-SA-4.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -23,3 +23,16 @@ NameCheap
|
||||||
APIs
|
APIs
|
||||||
fediverse
|
fediverse
|
||||||
COVID
|
COVID
|
||||||
|
Davide
|
||||||
|
Polonio
|
||||||
|
devOps
|
||||||
|
Padova
|
||||||
|
Golang
|
||||||
|
Podman
|
||||||
|
Kubernetes
|
||||||
|
IaC
|
||||||
|
Terraform
|
||||||
|
dojo
|
||||||
|
Gitea
|
||||||
|
orchestrators
|
||||||
|
md
|
Loading…
Reference in New Issue