Skip to content
View tomiok's full-sized avatar
πŸ‡¦πŸ‡·
Hunting
πŸ‡¦πŸ‡·
Hunting

Organizations

@gophers-latam @ohchat-io

Block or report tomiok

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

Hi there πŸ‘‹ my name is Tomas and I am from Argentina, happy to see you here.

Golang engineer. Distributed systems, infrastructure and things that run on a single small box.

Updated September 2026

  • πŸ”Ž Building terrex β€” a self-hosted, human-curated web search engine. No tracking, no ads, no AI summaries. Just links. Crawler + SQLite/FTS5 + HTTP API, with a SvelteKit frontend in terrex-web.

  • πŸ’Œ Building queuety β€” an at-least-once delivery message broker over TCP, built on top of the great BadgerDB.

  • πŸ—£οΈ Building a distributed chat from the protocol up: a custom protocol over WebTransport written in Rust, with a TypeScript client.

  • 🧰 Small Go libraries I keep coming back to: fuego-cache (concurrent KV store), webh (safe start/shutdown web server), clipper (circuit breaker), splanner (worker pool).

  • πŸŽ₯ I make YouTube videos in Spanish for Gophers.

  • πŸ’― In this profile you can find good quality repos, feel free to contact me if anything caught your attention.

  • πŸ“« How to reach me: tomaslingotti@gmail.com

Pinned Loading

  1. queuety queuety Public

    At least once delivery message broker. Built on top of the great BadgerDB. TCP based.

    Go 10 5

  2. fuego-cache fuego-cache Public

    Fuego cache is a concurrent hashed key-value pair service written 100% in Golang. A high-speed cache service with HTTP and plain TCP and CLI interfaces with persistence in disk. Easy-to-use & easy-…

    Go 16 3

  3. patients-API patients-API Public

    Patient API is a PoC project using Golang, Chi, PostrgreSQL among Docker and Docker compose. Exposing REST API endpoints.

    Go 31 11

  4. clipper clipper Public

    Clipper is an plug-and-play, easy to use circuit breaker library. Based on Netflix Hystrix. Give a try for fast, secure and a non-dependency piece of software.

    Go 3

  5. webh webh Public

    Webh is a self contained library that has a production ready web server with all the capabilities, ready to use. Including safe start-shutdown, middlewares and handy error management

    Go 1 1

  6. terrex-web terrex-web Public

    Svelte