cv: Clean up and expand skills sections
I think unaligned columns look better than empty space between rows when the columns are uneven.pull/1/head
parent
f17d0eeea6
commit
01a784dca3
|
@ -28,22 +28,70 @@ Awards and Scholarships:
|
|||
|
||||
* Python
|
||||
* Bash/POSIX Shell
|
||||
* Groovy
|
||||
* Rust
|
||||
* Awk
|
||||
* Groovy
|
||||
* JavaScript/Typescript
|
||||
* Lua
|
||||
* Awk
|
||||
* C
|
||||
* C♯
|
||||
* C++
|
||||
* Java
|
||||
* PHP
|
||||
|
||||
## Applications & Software Stacks
|
||||
|
||||
* AMANDA
|
||||
* Apache HTTPD
|
||||
* Atlassian Bitbucket (Stash)
|
||||
* Atlassian Confluence
|
||||
* Atlassian JIRA
|
||||
* Bitwarden
|
||||
* BURP
|
||||
* Elasticsearch
|
||||
* Frigate
|
||||
* Gitea
|
||||
* GlusterFS
|
||||
* Grafana
|
||||
* Graphite
|
||||
* Graylog
|
||||
* HashiCorp Vault
|
||||
* Home Assistant
|
||||
* Jenkins
|
||||
* Koji
|
||||
* Nextcloud
|
||||
* nginx
|
||||
* Mosquitto
|
||||
* PostgreSQL
|
||||
* Prometheus/Victoria Metrics
|
||||
* RabbitMQ
|
||||
* Redis
|
||||
* Synapse (Matrix Server)
|
||||
* Sonatype Nexus
|
||||
* Zabbix
|
||||
|
||||
## Cloud & <abbr title="Platform-as-a-Service">PaaS</abbr>/<abbr title="Infrastructure-as-a-Service">IaaS</abbr>
|
||||
|
||||
* Amazon Web Services
|
||||
* <abbr title="Identity & Access Management">IAM</abbr> Roles, Policies
|
||||
* <abbr title="Elastic Compute Cloud">EC2</abbr> Instances
|
||||
* <abbr title="Elastic Block Store">EBS</abbr> Volumes, Snapshots
|
||||
* Amazon Machine Images
|
||||
* Elastic File System
|
||||
* <abbr title="Simpel Storage Service">S3</abbr> Buckets, Policies, ACLs
|
||||
* Virtual Private Cloud
|
||||
* Microsoft Azure
|
||||
* Resource Groups
|
||||
* Virtual Machines
|
||||
* Virtual Machine Images
|
||||
* Image Galleries
|
||||
* Virtual Networks
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col">
|
||||
|
||||
## Frameworks, & Libraries
|
||||
## Frameworks, Libraries, & SDKs
|
||||
|
||||
* Python: [asyncio]
|
||||
* Python: [FastAPI]
|
||||
|
@ -52,6 +100,8 @@ Awards and Scholarships:
|
|||
* Python: [dbus-python]/[dbussy]
|
||||
* Python: [Celery]
|
||||
* Python: [python-ldap]/[bonsai]
|
||||
* Python: [boto]/[boto3]
|
||||
* Python: [pyVmomi]
|
||||
* Python: [WebOb]
|
||||
* Python: [Django]
|
||||
* [Cython]
|
||||
|
@ -62,63 +112,55 @@ Awards and Scholarships:
|
|||
* Rust: [Rocket]
|
||||
* C♯: PowerShell
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
|
||||
## Applications & Software Stacks
|
||||
|
||||
* Elasticsearch
|
||||
* Grafana
|
||||
* Graphite
|
||||
* Graylog
|
||||
* Jenkins
|
||||
* PostgreSQL
|
||||
* Prometheus/Victoria Metrics
|
||||
* RabbitMQ
|
||||
* Redis
|
||||
* Zabbix
|
||||
|
||||
</div>
|
||||
<div>
|
||||
|
||||
## Systems & Network Infrastructure
|
||||
|
||||
* Active Directory Domain Services
|
||||
* Active Directory Certificate Services
|
||||
* Ansible
|
||||
* Certbot
|
||||
* collectd
|
||||
* dnsmasq
|
||||
* Docker
|
||||
* firewalld
|
||||
* FreeRADIUS
|
||||
* HAProxy
|
||||
* `iptables`
|
||||
* ISC BIND
|
||||
* ISC DHCPD
|
||||
* libvirt/QEMU+KVM, `virt-manager`/`virt-install`
|
||||
* MIT Kerberos
|
||||
* `nftables`
|
||||
* NUT
|
||||
* Podman
|
||||
* Postfix
|
||||
* radvd
|
||||
* rsyslog
|
||||
* Samba Domain Controller
|
||||
* Samba/Winbind
|
||||
* strongSwan
|
||||
* Squid (Caching Proxy)
|
||||
* systemd
|
||||
* VMware vSphere
|
||||
* Windows Deployment Services
|
||||
* Windows Network Policy Server
|
||||
* Windows Server Update Services
|
||||
|
||||
## Operating Systems
|
||||
|
||||
* Buildroot
|
||||
* Debian Linux
|
||||
* Fedora Linux
|
||||
* Gentoo Linux
|
||||
* Microsoft Windows Server
|
||||
* Red Hat Enterprise Linux/CentOS
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
## Cloud & PaaS/IaaS
|
||||
|
||||
* Amazon Web Services
|
||||
* <abbr title="Identity & Access Management">IAM</abbr> Roles, Policies
|
||||
* <abbr title="Elastic Compute Cloud">EC2</abbr> Instances
|
||||
* <abbr title="Elastic Block Store">EBS</abbr> Volumes, Snapshots
|
||||
* Amazon Machine Images
|
||||
* Elastic File System
|
||||
* Virtual Private Cloud
|
||||
* Microsoft Azure
|
||||
* Resource Groups
|
||||
* Virtual Machines
|
||||
* Virtual Machine Images
|
||||
* Image Galleries
|
||||
* Virtual Networks
|
||||
|
||||
|
||||
[asyncio]: https://docs.python.org/3/library/asyncio.html
|
||||
[boto]: https://boto.cloudhackers.com/en/latest/
|
||||
[boto3]: https://aws.amazon.com/sdk-for-python/
|
||||
[fastapi]: https://fastapi.tiangolo.com/
|
||||
[sqlalchemy]: https://www.sqlalchemy.org/
|
||||
[Alembic]: https://alembic.sqlalchemy.org/
|
||||
|
@ -137,3 +179,4 @@ Awards and Scholarships:
|
|||
[jQuery]: https://jquery.com/
|
||||
[Rocket]: https://rocket.rs/
|
||||
[Tokio]: https://tokio.rs/
|
||||
[pyVmomi]: https://github.com/vmware/pyvmomi
|
||||
|
|
Loading…
Reference in New Issue