Skip to content
View GtechGovind's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Gtech
  • Mumbai
  • 08:41 (UTC -12:00)

Block or report GtechGovind

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

I work on the parts of software that get interesting when they fail: resumable agent workflows, observable services, and protocol-heavy systems.

Why these problems?

Most software looks reliable on the happy path. I care about what happens after interruption: whether state can resume, whether a failure leaves useful evidence, and whether protocol code makes every byte explainable.

What I’m working on

  • SignalOps — a self-hostable Kotlin backend that turns telemetry into inspectable incident evidence, timelines, confidence, and limitations.
  • open_loop_service_handler and DesfireCrypto — C++ tooling for typed transit-card data and DESFire cryptography.

Upstream

Merged: Kotlin #6982 — clearer browser-runner failures · Google ADK for Go #1247 — streaming confirmation coverage

In review: Genkit proposals · Koog #2184 · vinext #2829

Pinned Loading

  1. SmartDialog SmartDialog Public

    Kotlin Android library with loading and typed success, info, and error dialogs for activities and fragments.

    Kotlin 3

  2. DesfireCrypto DesfireCrypto Public

    C++ utilities for DESFire AES-128 encryption, decryption, CMAC generation, CRC32, and byte operations.

    C++ 5 1

  3. KSerial KSerial Public

    Coroutine-friendly Kotlin serial-port client with configurable framing, auto-reconnect, retry limits, and string or byte I/O.

    Kotlin

  4. RabbitMQClient RabbitMQClient Public

    Coroutine-based Kotlin wrapper for RabbitMQ connection recovery, exchange and queue setup, TTLs, publishing, and consumption.

    Kotlin