Skip to content
View txitxo0's full-sized avatar

Block or report txitxo0

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.

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
txitxo0/README.md

Hi, I'm JesΓΊs πŸ‘‹

Software Engineer turned Platform Engineer | Developer Tools Builder

By day, I help engineering teams build, secure and operate cloud platforms at enterprise scale.

By night, you'll find me automating my home, contributing to Home Assistant, self-hosting random services, or building open-source tools that solve real problemsβ€”like giving users control over their own devices.

I genuinely believe great technology should make life easier for developers and users alike.


πŸš€ What I Do

I work in Platform Engineering and DevOps, obsessed with enabling development teams to move faster, safer, and with less friction.

My sweet spot:

  • Internal Developer Platforms β€” building the infrastructure so devs don't have to
  • GitHub Enterprise & Actions β€” currently scaling this at BASF, 9+ environments
  • CI/CD Strategy & Automation β€” from Azure Pipelines to GitHub Actions
  • DevSecOps & Observability β€” Datadog, monitoring, incident response
  • Infrastructure as Code β€” Terraform, Docker, Python automation
  • Developer Experience β€” the often-forgotten art of making tools that spark joy

The Through-Line

Over 10 years, I've walked the path from backend engineer (Spring Boot) β†’ cloud infrastructure β†’ SRE β†’ platform architect.

What I learned: The best infrastructure is invisible. It gets out of the way so engineers can focus on building products, not fighting tooling.

That philosophy shapes everything I do.


🌟 Open Source: Congatudo

I'm the maintainer and driving force behind Congatudo β€” a community ecosystem that gives Cecotec vacuum robot users local-first control instead of cloud lock-in.

111+ stars. 34+ forks. Real impact.

Why it matters:

  • 🏠 Home Assistant integration β€” hardware control, on your terms
  • πŸ€– Valetudo server replacement β€” open-source cloud alternative
  • πŸ”“ Local-first by design β€” no phone-home nonsense
  • 🌍 Community-driven β€” users become contributors

The core belief: Users should own their devices. Manufacturers shouldn't hold them hostage behind cloud APIs.

This project taught me how to build developer tools that people actually want to use. Tools that solve real friction.

Home Assistant Blueprints

I also maintain a suite of Home Assistant automations β€” reusable blueprints that help others automate complex smart-home scenarios without reinventing the wheel.


🏠 My Home Lab: Platform Engineering Playground

My home server isn't just a collection of services.

It's my personal platform engineering testbedβ€”where I experiment with automation, security, observability, and resilience patterns before they reach production environments.

What's running

Services:

  • Home Assistant (orchestrator)
  • Immich (photo library, self-hosted)
  • Paperless-ngx (document management)
  • Emby (media server)
  • AdGuard Home (DNS security)
  • CrowdSec (threat detection)
  • Headscale (self-hosted VPN)
  • Pangolin (secure tunnel access)

Infrastructure:

  • Dedicated home server + Raspberry Pi backup node
  • Oracle Cloud VPS instances
  • Automated backup strategy (Kopia)
  • Centralized monitoring & alerting
  • Self-hosted, air-gapped where it matters

What I prioritize

βœ… Reliability β€” things should Just Workβ„’
βœ… Security β€” defense in depth
βœ… Automation β€” repetition is friction
βœ… Simplicity β€” KISS principle
βœ… Data ownership β€” it's mine

Every decision reflects what I advocate for professionally.


πŸ’» Tech Stack (What I Use Daily)

  • GitHub Actions Terraform Azure
  • Docker Python PowerShell
  • Bash Datadog Databricks

And in my playground: Home Assistant, Kopia, Headscale, CrowdSec.


🧠 Currently Exploring

  • Developer tooling patterns (how to build tools devs love)
  • GitHub ecosystem & Actions workflows
  • Static analysis & code scanning
  • Platform Engineering at scale
  • Self-hosting architectures & resilience
  • Security automation
  • Open-source sustainability

🀝 Let's Talk

I love connecting with platform builders, tool makers, and open-source enthusiasts.

If you:

  • πŸ› οΈ Build developer tools
  • πŸ—οΈ Design platforms
  • πŸ€– Automate things (professionally or obsessively)
  • 🌍 Care about open-source
  • πŸ’‘ Think deeply about DevEx

...we'll probably get along.

πŸ“¬ Reach out:


Currently: Senior Platform Engineer @ BASF | Remote, Spain

Pinned Loading

  1. congatudo/Congatudo congatudo/Congatudo Public

    Cloud replacement for Conga vacuum robots enabling local-only operation

    TypeScript 111 34

  2. folio-cv folio-cv Public

    JavaScript 2

  3. congatudo/congatudo-add-on congatudo/congatudo-add-on Public

    A home assistant addon to provide a Valetudo server for Cecotec Conga vacuums

    Shell 44 7

  4. ha-kopia ha-kopia Public

    Home Assistant Application to include Kopia Server under HAOS

    Shell

  5. CLI Pomodoro for Powershell CLI Pomodoro for Powershell
    1
    function Start-Pomodoro {
    2
        param(
    3
            [ValidateSet("work", "rest")]
    4
            [string]$Mode = "work",
    5
            [int]$Minutes = $(if ($Mode -eq "work") { 45 } else { 10 }),
  6. ha-blueprints ha-blueprints Public

    A suite to storage my Home Assistant blueprints