JAKS.dev Vault
FREE DOWNLOAD
← Back to Vault Visit Portfolio Free Download
cat resume.pdf
SYSTEM STATUS: STABLE // AVAILABLE FOR HIRE

Hello World, I'm
Alex Carter

I'm a 

Building resilient, auto-scaling cloud architectures and crafting robust, highly responsive full-stack applications. I bridge the gap between frontend elegance and backend scale.

alex@dev-terminal:~
ssh - v2.4
// Welcome to the interactive terminal.
// Type 'help' to see list of active commands.
guest@alex.dev:~$ neofetch
/\_/ \ Alex Carter @ System Console / _ _ \ ----------------------------- | (o.o) | OS: AlexOS v2.6.0-stable \ = / Uptime: 6 years, 4 months / \ CPU: Coffee-Fueled Developer / \ RAM: 32GB TypeScript / 32GB AWS | | | | Shell: zsh (interactive) |_|___|_| Main Focus: Full-Stack / Platform
guest@alex.dev:~$
{
  "name": "Alex Carter",
  "role": "Lead Full-Stack & DevOps Engineer",
  "location": "San Francisco, CA (Remote)",
  "experience": "6+ Years",
  "interests": [
    "Cloud Native",
    "High-Scale APIs",
    "Edge Orchestration"
  ],
  "currentlyLearning": "Rust & WebAssembly",
  "coffeeConsumption": "1.2 Gallons/Day"
}
# Production High-Availability Kubernetes Cluster
resource "aws_eks_cluster" "production" {
  name     = "alex-dev-prod-cluster"
  role_arn = aws_iam_role.eks_cluster_role.arn
  version  = "1.29"

  vpc_config {
    subnet_ids              = module.vpc.private_subnets
    endpoint_private_access = true
    endpoint_public_access  = false
  }

  tags = {
    Environment = "production"
    ManagedBy   = "terraform"
  }
}
Quick Commands:

02.📂 Featured Repositories

kube-canary-deployer

An open-source Kubernetes operator written in Go that automate canary rollouts based on real-time Prometheus traffic metrics. Supports automated rollbacks.

Go Kubernetes Prometheus gRPC

hyperiondb-driver

Ultra-performant, non-blocking Node.js and TypeScript driver for Hyperion Distributed key-value stores. Rebuilt with zero external dependencies and custom connection-pooling.

TypeScript Node.js TCP Sockets BenchmarkSuite

serverless-edge-router

A blazing fast, lightweight Python router built explicitly for Cloudflare Workers and AWS Lambda@Edge. Reduces cold start execution delays by over 45%.

Python WSGI Lambda@Edge Cloudflare

03.🛠️ Professional Stacks

React / Next.js
STABLE
Proficiency 92%
TypeScript
COMPILING
Proficiency 95%
Node.js / NestJS
OPTIMIZED
Proficiency 88%
Postgres / Redis
REPLICATED
Proficiency 85%
Kubernetes / Docker
CONTAINERIZED
Proficiency 90%
Amazon Web Services
SCALED
Proficiency 86%

04.💼 Professional Timeline

JAN 2024 - PRESENT CloudSync Systems

Lead DevOps & Full-Stack Architect

Directing the structural migration from standard Docker instances to a high-availability Amazon EKS environment. Managed the setup of secure VPC subnets, RDS PostgreSQL clusters, and customized Helm deployment charts.

  • Reduced continuous integration build times by 38% via custom distributed GitHub Action configurations.
  • Orchestrated seamless rollouts using progressive canary patterns, decreasing platform incident rates by 18%.
EKS Kubernetes Terraform Next.js Go Postgres
MAR 2021 - DEC 2023 Apex Finance Tech

Senior Full-Stack Engineer

Designed and built highly concurrent transaction logging systems. Maintained high reliability APIs dealing with thousands of external bank integrations and complex webhooks.

  • Pioneered adoption of TypeScript microservices, improving developer velocity and lowering schema validation bugs.
  • Handled real-time metrics telemetry integration utilizing Prometheus and Grafana dashboards.
React TypeScript NestJS Redis Prometheus
JUN 2019 - FEB 2021 ByteCore Solutions

Software Developer

Coordinated internal tooling development. Managed primary customer-facing websites, custom CMS integration, and optimized system assets to achieve robust loading speeds.

JavaScript Express.js MongoDB Webpack

05.✉️ Secure SSH Transmission

secure-tunnel // host: smtp.alex.dev:22
guest@alex.dev:~$ ./transmit_payload.sh --verbose
Initializing secure socket tunnel... Input required payload details below.
$
$
$
[TRANSMISSION STATUS: SUCCESS] 200 OK
> Connecting to smtp.alex.dev via SSL... Connected.
> Compressing packet payload... Done (2.4KB).
> Handshaking secure transmission tunnels... Authorized.
> Payload successfully transmitted! Alex will contact you shortly.