Skip to content
View aloktomarr's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Sunlife Financial Services
  • Gurgaon

Block or report aloktomarr

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

Engineering Profile

whoami

I am a Full Stack Software Engineer with 4+ years of experience building enterprise applications, scalable SaaS platforms, backend services, analytics dashboards and data-intensive web products.

My work sits at the intersection of:

Product Engineering × Frontend Architecture × Backend Systems × Data

My primary stack includes React, Next.js, Node.js, TypeScript, PostgreSQL and Redis, supported by experience in authentication, payments, caching, third-party integrations, background processing, data visualisation and performance engineering.

I am also the Founder and Lead Engineer of Statyx, a production sports analytics platform built for real-time odds, player analytics, historical trends and subscription-based research tools.

I build interfaces users can understand and systems engineers can maintain.


Engineering Snapshot

🎨 Frontend Systems

  • React and Next.js architecture
  • TypeScript-first engineering
  • Reusable component systems
  • Data-heavy analytics interfaces
  • Responsive and accessible UI
  • Redux Toolkit and RTK Query
  • Rendering and bundle optimisation
  • D3.js, Recharts and Chart.js

⚙️ Backend & Data

  • Node.js and REST APIs
  • PostgreSQL data modelling
  • Redis caching strategies
  • Authentication and RBAC
  • Webhooks and scheduled jobs
  • Third-party API integrations
  • Query and index optimisation
  • Background data processing

🚀 Product Engineering

  • SaaS application architecture
  • Subscription systems
  • Stripe payment workflows
  • Clerk authentication
  • Monorepo architecture
  • Performance engineering
  • Production debugging
  • End-to-end product ownership

Technology Stack

Core Engineering

Core engineering technologies

Application Development

Application development technologies

Infrastructure & Tooling

Infrastructure and engineering tools



Statyx — Sports Analytics SaaS Platform

Statyx is a production analytics platform that helps users research sports odds, player props, line movement, historical performance and betting trends through interactive dashboards.

I designed and developed the product from concept to production, covering frontend architecture, backend integrations, authentication, subscriptions, third-party data providers, visualisation systems and deployment.

200+

Registered users

100+

Active daily users

REAL-TIME

Odds and analytics

MULTI-SPORT

Analytics platform

Product Capabilities

  • Real-time odds aggregation
  • Player props and performance analytics
  • Historical trend analysis
  • Line movement tracking
  • Betting research dashboards
  • Interactive statistical visualisations
  • Multi-sports data support
  • Secure authentication and protected access
  • Subscription-based SaaS architecture
  • Responsive desktop and mobile experience

Statyx System Architecture

flowchart LR
    A[Sports Data Providers] --> B[Ingestion Layer]
    B --> C[Normalisation & Validation]
    C --> D[(PostgreSQL)]
    C --> E[(Redis Cache)]

    D --> F[Node.js API Services]
    E --> F

    F --> G[Next.js Application]

    G --> H[Odds Dashboard]
    G --> I[Player Analytics]
    G --> J[Historical Trends]
    G --> K[Data Visualisations]

    L[Clerk Authentication] --> F
    M[Stripe Webhooks] --> F
    N[Scheduled Jobs] --> B

    style A fill:#F97316,color:#fff,stroke:#F97316
    style B fill:#EC4899,color:#fff,stroke:#EC4899
    style C fill:#8B5CF6,color:#fff,stroke:#8B5CF6
    style D fill:#2563EB,color:#fff,stroke:#2563EB
    style E fill:#DC2626,color:#fff,stroke:#DC2626
    style F fill:#0284C7,color:#fff,stroke:#0284C7
    style G fill:#111827,color:#fff,stroke:#38BDF8
    style L fill:#7C3AED,color:#fff,stroke:#7C3AED
    style M fill:#635BFF,color:#fff,stroke:#635BFF
    style N fill:#059669,color:#fff,stroke:#059669
Loading

Engineering Decisions

Area Implementation
Application React, Next.js and TypeScript
Backend Node.js services and REST APIs
Database PostgreSQL for structured analytical data
Caching Redis for frequently requested data
Authentication Clerk with protected application routes
Payments Stripe subscriptions and webhook synchronisation
Visualisation D3.js, Recharts and Chart.js
Data ingestion Scheduled synchronisation and provider abstraction
Performance Caching, memoisation, code splitting and selective rendering

Engineering Challenges Solved

  • Normalised inconsistent responses across multiple sports data providers
  • Designed caching strategies balancing speed and data freshness
  • Optimised analytical queries for read-heavy dashboard workloads
  • Built reusable chart and visualisation components
  • Implemented reliable subscription synchronisation through Stripe webhooks
  • Reduced redundant requests using client-side and server-side caching
  • Created responsive layouts for dense statistical datasets
  • Designed the architecture to support additional sports and analytics modules

Selected Projects

🎨 SketchSkribble

Browser-based drawing application with configurable brushes, colour controls and image export.

Engineering focus: Canvas APIs, interactive interfaces and client-side state.


🤖 Opensource_AI

Chrome extension providing AI-assisted insights for GitHub issues and open-source contribution workflows.

Engineering focus: Browser extensions, API integrations and developer tooling.


🎬 Video Streaming Application

React streaming interface using Redux, Firebase, TMDB APIs, Tailwind CSS and Jest.

Engineering focus: State management, API integration and reusable UI architecture.


🔗 URL Shortener

Node.js service for generating and resolving compact URLs through a clean backend API.

Engineering focus: API design, routing and backend fundamentals.



GitHub Activity


GitHub contribution summary

GitHub statistics

GitHub streak



Most used languages



GitHub activity graph

Engineering Principles

01. Design for change, not imaginary scale.
02. Keep interfaces simple and implementation details private.
03. Measure performance before optimising it.
04. Prefer readable systems over clever abstractions.
05. Make invalid states difficult to represent.
06. Treat observability as a feature, not an afterthought.
07. Cache carefully. Invalidate deliberately.

When all else fails:

git blame

Strictly for historical research.


Currently Exploring

  • Distributed systems and service boundaries
  • Event-driven architecture
  • Backend scalability and fault tolerance
  • PostgreSQL query planning and indexing
  • Real-time data ingestion pipelines
  • Observability and production reliability
  • Advanced data visualisation systems
  • Better ways to explain that “works locally” is not a deployment strategy

Open to Engineering Opportunities

I am interested in roles involving:

Full Stack Engineering · Backend Engineering · Frontend Architecture SaaS Platforms · Sports Technology · Analytics Products · Developer Tools

Open to:

  • Remote opportunities
  • International relocation
  • Visa-sponsored software engineering roles
  • Product-focused engineering teams
  • Technically ambitious early-stage companies

Let's build something useful




Built with engineering, iteration and a professionally reasonable amount of caffeine.

Animated contribution snake

Pinned Loading

  1. nitrictech/cli nitrictech/cli Public

    Nitric CLI. Manage and run Nitric apps locally and deploy to any cloud.

    Go 32 14

  2. FoodOrderingApp FoodOrderingApp Public

    JavaScript

  3. Opensource_AI Opensource_AI Public

    JavaScript

  4. SketchSkribble SketchSkribble Public

    A real-time collaborative drawing platform word-guessing game mode.

    JavaScript