Skip to content

Commit

Permalink
adding about me
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmancuso committed Sep 19, 2023
1 parent 2cfc678 commit a2f4913
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 33 deletions.
1 change: 0 additions & 1 deletion src/CNAME

This file was deleted.

22 changes: 0 additions & 22 deletions src/LICENSE

This file was deleted.

Binary file modified src/Resume-LoganMancuso-DevOpsEng.docx
Binary file not shown.
25 changes: 23 additions & 2 deletions src/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,29 @@ resume_contact_address: "Columbia, South Carolina"
resume_header_contact_info: "Columbia, SC • (803) 470-3985 • [email protected]"
display_header_contact_info: "true"

resume_header_intro: "<p>Welcome! My name is Logan and this is my website where I post my most relevant work experience and display my technical knowledge.
I speicalize in Infrastrucuter as Code (IaC) and automations, primarily using Terraform on AWS and Azure.
resume_header_intro: "<p>
Welcome! My name is Logan and this is my website where I post my most
relevant work experience and display my technical knowledge.I speicalize
in Infrastrucuter as Code (IaC) and automations, primarily using
Terraform on AWS and Azure.
</br> </br>
My personal projects typically consist of solving an automation problem.
We are often faced with small repetitive tasks that could otherwise be
handed off to a machine. Most recently, I am implementing and contributing
to the development of a Proxmox provider for Terraform. This project
consists of creating a cloud-init image using Packer. This image is
bootstrapped using the latest deployment of docker swarm and other related
packages. From which Terraform deploys the cluster of vms, delegating one
as the manager node and two or more additional worker nodes. Implementing
tagging, custom applications can then be deployed to the swarm and allowed
to scale as demand grows.
</br> </br>
Some of the applications I am hosting are NextCloud, for managing my file
synchronization, HomeAssistant for centralized home automation. Nginx Proxy
Manager to maintain and publish my SSL certificates and encrypt the traffic
within my network. I also use Portainer as my orchestration engine with a
plan to shift to Rancher once I have ported my applications from
docker swarm to Kubernetes.
</p>"

# use "yes" to display the email contact button,
Expand Down
11 changes: 8 additions & 3 deletions src/_data/recognitions.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Recognitions
- award: AZ 900
- award: AZ 900, 104, 304
organization: Microsoft Azure
year: 2019
summary: This individual has met the requirements to develop solutions on Azure and implement the solution for a client.
summary: This individual has met the requirements to develop solutions on Azure.

- award: Certified Cloud Practitioner
organization: Amazon Web Services
year: 2019
summary: The individual has met the requirements to develop solutions on AWS.

- award: Apigee Certified Security and API Developer
organization: Google Cloud Platform
Expand All @@ -12,4 +17,4 @@
- award: L0 Architect
organization: Capgemini
year: 2021
summary: L0 Architect has displayed the ability to architect a solution for a client and implement it sucessfully for a client.
summary: The individual has met the requirements to architect an application and implement that solution for an active project.
10 changes: 5 additions & 5 deletions src/_data/skills.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Skills

- skill: Infrastructure
description: Terraform, AWS cli, Azure cli, Docker, Ansible, Podman, Kubernetes
description: Terraform, Packer, Kubernetes, Docker Swarm, Ansible, Podman, cloud-init

- skill: Scripting
description: Bash (POSIX Compliant Shells), PowerShell, Ruby
description: Bash (POSIX Compliant Shells), PowerShell, AWS cli, Azure cli

- skill: Cloud
description: AWS, Azure, MuleSoft, VSphere, Google Cloud Platform, Apigee
description: AWS, Azure, GCP, MuleSoft, VSphere, Linode, Proxmox

- skill: Programming
description: Python, Java, C/C++, Dot Net 3.5, 4.6 and 6, JavaScript
description: Python, Java, C/C++, Dot Net 3.5, 4.6 and 6

- skill: Database
description: Microsoft SQL, MySQL, MariaDB, Postgres
description: Microsoft SQL, Postgres, Oracle, MySQL, MariaDB

- skill: Functional
description: Team building, Technical Architect, live troubleshooting, and client communication skills.
Expand Down

0 comments on commit a2f4913

Please sign in to comment.