-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from loganmancuso/feature/aboutme
Feature/aboutme
- Loading branch information
Showing
11 changed files
with
69 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ version: '3' | |
|
||
services: | ||
web: | ||
build: . | ||
image: resume:latest | ||
ports: | ||
- "4000:4000" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ sass: | |
# Resume settings | ||
resume_avatar: "true" | ||
resume_name: "Logan Mancuso" | ||
resume_title: "DevSecOps Engineer, Software Engineer" | ||
resume_title: "IaC DevSecOps Engineer" | ||
|
||
# used for the contact button in _layouts/resume.html | ||
resume_contact_email: "[email protected]" | ||
|
@@ -23,7 +23,30 @@ 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.</p>" | ||
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, | ||
# "no" to display an "I'm not looking for work" message, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters