Skip to content
View iramkrish's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@vaerone

Block or report iramkrish

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

Hi, I’m Ram 👋

Frontend engineer specializing in scalable UI systems, data-layer architecture, and rendering performance, with experience building production systems for multi-tenant environments.

I design:

  • Config-driven frontends for runtime flexibility and reduced deployment coupling
  • Resilient data layers with predictable caching, consistency, and failure handling
  • Performance-critical interfaces focused on rendering behavior and user latency

Selected Work

  • go-kv → In-memory KV store (WAL, TTL, backpressure, concurrency)
  • stateiq → Predictable, low-re-render state primitives for React
  • focusiq → Accessible, keyboard-first interaction system
  • search-bff → Go-based BFF (request lifecycle, cancellation, concurrency)

Open Source & Systems Work

  • Contributing to internal libraries (state management, error handling, accessibility systems)
  • Building systems in Go focused on concurrency, storage, and request lifecycle design

Writing

Frontend architecture, performance, and systems https://beyondthecode.medium.com


Focus

Designing systems that scale, remain predictable, and handle failure gracefully

https://linkedin.com/in/ram-krishnan

Pinned Loading

  1. vaerone/focusiq vaerone/focusiq Public

    A focused system for implementing accessible, keyboard-first interactions in React using proven patterns like focus traps and roving tabindex.

    TypeScript

  2. search-bff search-bff Public

    Learning project: a minimal Go BFF built with net/http to understand request lifecycle, cancellation, and concurrency.

    Go

  3. go-kv go-kv Public

    Production-oriented in-memory key-value store in Go, built as a deliberate learning exercise to apply concurrency, WAL-based durability, TTL eviction, backpressure, and observability using pprof an…

    Go

  4. vaerone/stateiq vaerone/stateiq Public

    ⚡ Lightweight React hooks for predictable and performant state updates powered by smart equality checks to minimize re-renders.

    TypeScript

  5. vaerone/erroriq vaerone/erroriq Public

    ErrorIQ is a lightweight, framework-agnostic TypeScript library that provides structured errors, serialization utilities and a pluggable logging pipeline.

    TypeScript

  6. runtime-module-federation-reference runtime-module-federation-reference Public

    This repository demonstrates a runtime Module Federation setup using Webpack 5

    JavaScript