Skip to content
View ant-caor's full-sized avatar

Block or report ant-caor

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

Hey, I'm Antonio 👋🏻

A Senior Backend Engineer who genuinely loves building software 👨🏻‍💻

I work mostly in Go, on distributed systems and backend infrastructure. I like building things that scale, and measuring them instead of guessing. I'm a backend engineer at Forma 🎾

🛠️ Open source

  • Nimbus: Cloud Run-first caching for Go. An in-process L1, a versioned Redis L2 as the source of truth, and a Pub/Sub bus that keeps per-instance caches coherent across ephemeral, autoscaling instances.

  • Lang-Lab: Reproducible benchmarks for backend languages. It counts CPU instructions instead of wall-clock time, under a uniform QEMU+insn engine, so the numbers are deterministic and reproducible across machines. 12 languages and a C baseline, a 15-benchmark suite, auto-refreshed on CI when a language ships a new version.

🌐 antoniocabezas.com

Pinned Loading

  1. Nimbus Nimbus Public

    A cache for Go on Cloud Run: a fast local L1, a versioned Redis L2 as the source of truth, and a Pub/Sub invalidation bus that keeps autoscaling instances coherent. Works on GCP or any cloud throug…

    Go

  2. Lang-Lab Lang-Lab Public

    Reproducible, rigorous benchmarks of backend programming languages. Deterministic CPU instruction counts under a uniform QEMU+insn backend, across an 18-benchmark suite spanning 12 languages plus a…

    COBOL