Make some lines look nicer and add some tools
Since email is the only contact information in the CV, it makes no sense to comment it with the preffered note, also I've updated a set of tools I've been working with. Additionaly, I've added a Makefile because I like it more than npm
This commit is contained in:
parent
2da1469b17
commit
7decf2b0cf
8
Makefile
Normal file
8
Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
build:
|
||||
npm run build
|
||||
|
||||
test:
|
||||
npm run test
|
||||
|
||||
fix:
|
||||
npm run fix
|
8
index.md
8
index.md
@ -13,7 +13,7 @@ css: |-
|
||||
|
||||
```
|
||||
> Location: Hamburg, Germany
|
||||
> Email: allanger@zohomail.com (preffered)
|
||||
> Email: allanger@zohomail.com
|
||||
> Github: https://github.com/allanger
|
||||
```
|
||||
*This CV is built in a CI pipeline, and uploaded to a Minio Bucket, so you should be able to download the latest version here: <https://s3.badhouseplants.net/public-download/n.rodionov.pdf>*
|
||||
@ -29,7 +29,7 @@ I've got some beliefs that should be capable of describing myself
|
||||
- One should aim for lesser amount of work with a bigger outcome
|
||||
- Unless something is in CI, it doesn't exist
|
||||
- Human factor must be avoided when possible
|
||||
- Any routine must be automated, because it's error-prone
|
||||
- Any routine must be automated, because otherwise it's error-prone
|
||||
|
||||
### Experience
|
||||
|
||||
@ -47,8 +47,8 @@ I've got some beliefs that should be capable of describing myself
|
||||
- **Kubernetes**: Helm - Kustomize - Kubebuilder - Helmfile
|
||||
- **Scripting/Coding**: Bash - Go - Rust - Perl
|
||||
- **Continuous Integration**: Gitlab-CI - Github Actions - Circle-CI - Woodpecker-CI - Drone-CI
|
||||
- **Continuous Delivery**: ArgoCD - Flux
|
||||
- **Infrastructure as Code**: Ansible - Terraform
|
||||
- **Continuous Delivery**: ArgoCD - Flux - Tekton
|
||||
- **Infrastructure as Code**: Ansible - Terraform - Cluster API
|
||||
- **Cloud Providers**: Microsoft Azure - Google Cloud - AWS - Yandex Cloud - Hetzner - Self-Hosted
|
||||
- **Observability**: Prometheus - Grafana - Loki - Elasticsearch - Kibana - FluentBit - Promtail - Fluentd
|
||||
- **Secrets/Encryption**: Sops - Age - Helm Secrets
|
||||
|
Loading…
Reference in New Issue
Block a user