Skip to content
View timbaileyjones's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report timbaileyjones

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
timbaileyjones/README.md

Hi, I'm Tim Bailey-Jones

Go Python TypeScript AWS GCP Kubernetes Terraform Docker Ansible Linux

Principal Consultant at LinuxTampa, LLC — multi-cloud platform engineering (AWS + GCP + Kubernetes), 15+ years of DevOps/CI-CD/systems engineering, and deep hands-on work with AI-assisted development and AI code review for high-liability codebases.

  • 🔭 Currently: platform engineering/DevOps consulting via LinuxTampa LLC
  • 📜 Pursuing Anthropic Partner certification
  • ☁️ AWS Certified Solutions Architect · AWS Certified DevOps Engineer Professional · AWS Certified Developer · GCP Professional Cloud Architect

Recent activity

  • Aug 28, 2026home-motion-detector: Enhanced the home‑motion‑detector with UI navigation for recordings, refined detection sensitivity and MIME handling, resolved GCS upload and image‑pull issues, and applied various bug‑fixes and performance tweaks.
  • Aug 27, 2026homelab-seed: Managed the homelab‑seed Kubernetes seed repo by configuring GitOps (ArgoCD), OIDC integration, Trivy security scanning, Forgejo CI pipelines, secrets handling, software injection into pods, and backup verification.
  • Aug 27, 2026terraform-provider-zyxel: Advanced the Zyxel Terraform provider by clarifying naming conventions, documenting usage, and performing repository housekeeping such as renaming, configuration updates, and usage queries.
  • Aug 24, 2026foolishrelics-videogames: Improved the Foolish Relics game by adding a new MP3 track, fixing bullet positioning and enemy collision logic, addressing arm64 freezes, and updating deployment scripts and embed documentation.
  • Aug 19, 2026meme-farm: Optimized meme‑farm’s image analysis pipeline by consolidating models, improving GPU utilization through benchmarking and concurrency tuning, setting up NFS storage, integrating with CI/CD, and adding tooling like Pi.dev and Ollama support.
  • Aug 13, 2026call-relay: Refactored call‑relay from a Cloud Run container to a native Go service running on the vm-wordpress VM, adding health checks, cost estimation, secret cleanup and cross‑platform build support with Windows stubs and npm package maintenance.
  • Aug 12, 2026dark-reader-aware-theme-toggle-button: Created a demo website for the dark‑reader theme toggle button library, updated documentation, released version 0.1.2, packaged it to npm and added repository tooling such as the GitHub CLI.

Featured projects

Work history highlights

  • LinuxTampa LLC (2025–present) — Go-based migration of 38TB of dually-encrypted assets to S3 for an overnight cutover; stood up Keyfactor EJBCA for automated SSL cert issuance/renewal.
  • Game 7 Staffing / Amazon Robotics (2024–2025) — migrated dozens of TypeScript/Go/Java repos to AWS CDK; integrated Amazon Q and Claude Code as agentic coding assistants while maintaining review rigor.
  • McKinsey & Company (2021–2024) — built CI/CD/GitOps/security pipelines for a multi-cloud (AWS EKS/GCP GKE/Azure) IaC platform.

Get in touch

linuxtampa.com · tim@linuxtampa.com

Pinned Loading

  1. henplus henplus Public

    Forked from neurolabs/henplus

    HenPlus is a SQL shell that can handle multiple sessions in parallel. The commandline interface with the usual history functions features TAB-completion for commands, tables and columns. Database c…

    Java

  2. dark-reader-aware-theme-toggle-button dark-reader-aware-theme-toggle-button Public

    Dark mode toggle button that steps aside when Dark Reader is active

    TypeScript

  3. terraform-provider-zyxel terraform-provider-zyxel Public

    Terraform provider for Zyxel

    Go

  4. Quick script to help you keep track ... Quick script to help you keep track of any uncommitted or unpush changes to ANY repo on your workstation.
    1
    #!/bin/bash
    2
    for REPO in $( find ~/[A-Za-z]* -type d -depth 2 -name .git )
    3
    do
    4
        cd "${REPO}"/.. 
    5
        if [ ! -z "$(git status --porcelain)" >/dev/null ]
  5. timbaileyjones-useful-scripts timbaileyjones-useful-scripts Public

    random collection of scripts to make my linux/mac/aws life a bit easier.

    Go