Skip to content
View yetanotheraryan's full-sized avatar

Block or report yetanotheraryan

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
yetanotheraryan/README.md

Aryan Tiwari

Senior Software Engineer — Backend & Distributed Systems

Designing fintech infrastructure that moves money reliably at scale. Microservices · Event-driven architecture · Performance-first engineering

Email LinkedIn


About

I'm a backend engineer with 3+ years building fintech-grade systems — the kind that process high-volume transactions and can't afford downtime.

My work sits at the intersection of distributed systems, event-driven architecture, and performance engineering. I care deeply about correctness, observability, and building things that hold up under real load.

  • Designed and scaled distributed microservices in production fintech environments
  • Built event-driven payment workflows with strict data integrity guarantees
  • Focused on latency, reliability, and fault tolerance at every layer of the stack
  • Experienced in secure financial systems, compliance-sensitive data flows, and audit trails

Tech

Languages

TypeScript JavaScript Go Node.js

Backend & Frameworks

Express Sequelize

Databases & Storage

PostgreSQL MySQL Redis

Cloud & Infrastructure

Azure Kubernetes Docker

Tooling

Linux Git Postman


Open source

A VS Code extension that turns Sequelize model changes into SQL migration statements. Run one command, get your CREATE TABLE or ALTER TABLE — generated from your git diff.

Safe JSON parsing that never throws — built for developer experience, making JSON.parse failures graceful without try-catch boilerplate everywhere.


I build systems that don't break under pressure.

Pinned Loading

  1. schemaQL schemaQL Public

    A tool which generates DB query automatically whenever a model is changed

    TypeScript 1

  2. json-to-typescript-interfaces json-to-typescript-interfaces Public

    VS Code extension which converts selected JSON into Typescript types

    TypeScript 3

  3. safe-timeouts safe-timeouts Public

    Deadline-based timeouts for async code in Node.js. Enforce end-to-end execution deadlines with automatic propagation and AbortSignal support.

    TypeScript 4

  4. relax-json relax-json Public

    json parsing which doesnt crash

    TypeScript 2