$ whoami
I’m Jacob Lineberry and I work as a Cloud Engineer at Chewy. I build platform tooling and infrastructure for engineering teams.
$ cat ~/README.md
I focus on AWS automation, multi-region networking, developer platforms, and scaling infrastructure.
Before Chewy, I led cloud migrations and built platform engineering practices at a major telecom. I started out in networking, which still shapes how I think about system design.
Open to talk platform engineering, cloud architecture, or weird infra edge cases — jlineberry@gmail.com
$ ls -la ~/tech_stack
drwxr-xr-x cloud/
├── aws/ # Multi-account architecture, automation
├── gcp/ # Multi-cloud familiarity
└── terraform/ # Infrastructure as Code
drwxr-xr-x languages/
├── python* # Automation, tooling
├── go* # CLIs, services
└── bash* # Scripting glue
drwxr-xr-x platform/
├── kubernetes/ # Orchestration
├── jenkins/ # CI/CD
├── backstage/ # Developer portal
└── github-actions/ # Workflow automation
drwxr-xr-x observability/
├── dynatrace/ # APM
├── datadog/ # Metrics
├── splunk/ # Logs
└── opentelemetry/ # Tracing