Skip to content
View jaysonsantos's full-sized avatar

Organizations

@Aeronautics

Block or report jaysonsantos

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

Jayson Reis

Platform Software Engineer based near Berlin, Germany.

I build backend systems, infrastructure tooling, CLIs, automation, and developer platforms. Most of my work sits around Python, Rust, Go, Kubernetes, Docker, Linux, and distributed systems.

I like building practical tools that solve real problems — from memcached clients and Kubernetes plugins to developer automation, subtitle tooling, Docker image pipelines, and small utilities that make daily engineering work less annoying.

Selected projects

  • python-binary-memcached
    Python client for the memcached binary protocol with SASL authentication support.

  • kustomize-sops-rs
    Rust/Kustomize plugin for generating Kubernetes secrets and config maps from encrypted environment files.

  • bunderwar
    Maintained Docker image collection with Renovate and multi-architecture support.

  • synctui-resolver
    TUI for resolving Syncthing file conflicts.

  • cuebridge
    CLI subtitle translator powered by LLMs.

  • curlenetes
    Small kubectl/curl wrapper for making HTTP requests to Kubernetes services.

What I usually work with

  • Python, Rust, Go, Shell
  • Kubernetes, Docker, Linux
  • Backend systems and APIs
  • Infrastructure automation
  • Developer experience tooling
  • CLIs and internal platforms
  • Distributed systems and caching

Open source

Some of my older projects are archived, but they still reflect areas I have worked deeply in: Python libraries, Django tooling, memcached clients, async servers, and systems experiments.

These days I am more focused on platform engineering, infrastructure tooling, Rust/Python utilities, and automation around real-world developer workflows.

Elsewhere

Pinned Loading

  1. python-binary-memcached python-binary-memcached Public

    A pure python module (thread safe) to access memcached via it's binary protocol with SASL auth support.

    Python 167 55

  2. jinja-assets-compressor jinja-assets-compressor Public archive

    A Jinja extension (compatible with Flask and other frameworks) to compile and/or compress your assets.

    Python 93 10

  3. csv-query-rs csv-query-rs Public archive

    Make SQL queries on CSV files

    Rust 7

  4. bmemcached-rs bmemcached-rs Public archive

    Rust binary memcached implementation

    Rust 26 9

  5. python-async-memcached-server python-async-memcached-server Public archive

    A pure python and async memcached server

    Python 21 4

  6. go-bmemcached go-bmemcached Public archive

    Learning go

    Go