~/theoboursy.fr
whoami — bash
Théo Boursy's profile illustration

// Cloud Engineer

Théo Boursy

/**
 * Welcome to my page. I'm a Cloud Engineer interested in
 * IT in general. Here you'll find my GitHub and links to
 * small tools I build in my free time.
 */

  • go
  • python
  • gcp
  • aws
  • terraform
  • docker
  • kubernetes
  • linux
#

personal_projects

[6]
img2ascii.go Go

host = "ascii.theoboursy.fr"

img2ascii

A lightweight CLI written in Go that converts images into ASCII art directly from the terminal.

infra.tf GCP Go

host = "portfolio.theoboursy.fr"

portfolio

The cloud-native IaC behind this domain: tiny Go binaries on Cloud Run, near-zero cold start, and one-JSON-file extensibility, all tuned for the free tier.

loadtest.go Scaleway Go

host = "loadtest.theoboursy.fr"

infra-loadtest

A distributed load tester: Vegeta wrapped in Go on Scaleway serverless containers, fanning out parallel workers to burst thousands of req/s, then scaling to zero.

monitoring.tf AWS GCP

host = "monitoring.theoboursy.fr"

infra-monitoring

Serverless Grafana on AWS Lambda reading GCP metrics through Workload Identity Federation, no static keys, with RDS state and CloudFront TLS.

dockeronline.py Python Django Docker

host = "dockeronline.theoboursy.fr"

docker-online

A Master 1 mini-PaaS: deploy an image, Dockerfile or compose via the Docker SDK, with Traefik routing and automatic OVH DNS per subdomain.

hall_of_gopher.go Go GCP Docker

host = "gopher.theoboursy.fr"

hall-of-gopher

A Go image gallery on Cloud Run: uploads are cropped by a Cloud Function and shown in a live slider, behind an ultra-optimized multi-stage Dockerfile that ships on scratch.