jesse-leonard.sh
$cat about.txt

    ╔══════════════════════════════════════════════════════════════╗
    ║                    JESSE LEONARD                             ║
    ║                 Software Engineer                            ║
    ║                                                              ║
    ║  ┌─────────────────────────────────────────────────────────┐ ║
    ║  │ > Kubernetes Specialist                                 │ ║
    ║  │ > Cloud Automation Expert                               │ ║
    ║  │ > Full-Stack Developer                                  │ ║
    ║  └─────────────────────────────────────────────────────────┘ ║
    ╚══════════════════════════════════════════════════════════════╝
  
$whoami

Full-Stack Software Engineer specializing in:

  • ▸ Kubernetes-based cloud automation
  • ▸ Scalable infrastructure design
  • ▸ CI/CD pipeline implementation
  • ▸ AWS cloud services (ECS, EKS)
$ls -la ./contact
skills.json
$cat skills.json | jq .

"languages": [

"Python"
"Golang"
"JavaScript"

]

"frameworks": [

"Next.js"
"React"
"Django"

]

"devops": [

"Kubernetes"
"AWS"
"Terraform"

]

"tools": [

"Docker"
"Linux"
"Git"

]

blog.log
$tail -f blog.log

Recent Posts:

May 15, 2025

Setting Up a Kubernetes Cluster on Raspberry Pi

A step-by-step guide to setting up a Kubernetes cluster using Raspberry Pi devices, perfect for home labs and learning Kubernetes concepts.

#Kubernetes
#Raspberry Pi
#DevOps
April 28, 2025

Building a Semantic Search Engine with Next.js and Elasticsearch

Learn how to create a powerful semantic search engine using Next.js for the frontend and Elasticsearch for efficient data indexing and retrieval.

#Next.js
#Elasticsearch
#Search
April 10, 2025

Automating Kubernetes Deployments with GitLab CI/CD

A comprehensive guide to setting up a fully automated GitLab CI/CD pipeline for deploying applications to Kubernetes clusters.

#Kubernetes
#GitLab
#CI/CD