Skip to content
View randomfunction's full-sized avatar

Block or report randomfunction

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

Hi, I'm Tanishq Parihar

AI & Backend Engineer | Distributed Systems | Agentic Workflows
Focused on building high-throughput infrastructure, containerized deployments, and intelligent AI agents.

Profile Views


Core Stack & Tools

cplusplus python kafka redis postgresql

pytorch scikit_learn

docker linux nodejs typescript


Featured Engineering Work

Project Description Tech Stack
SyncEngine Distributed synchronization backend designed for real-time collaborative applications using CRDTs. TypeScript, Yjs, Next.js
nlptosql Agentic workflow converting NLP to SQL using LangGraph. Implements Redis for vector search and caching. Python, LangGraph, Redis
LSMTree_engine Single-threaded LSM-tree key-value store featuring write-ahead logging (WAL), Bloom filters, and compaction. C++17
MessageBroker High-performance, lock-free message broker utilizing atomic ring buffers and multi-threading for nanosecond latency. C++17

Connect With Me

LinkedIn Kaggle CodeChef Codeforces LeetCode

Pinned Loading

  1. LSMTree_engine LSMTree_engine Public

    A single-threaded LSM-tree key-value store in C++ featuring write-ahead logging, Bloom filters, and compaction.

    C++

  2. nlptosql nlptosql Public

    A NLP to SQL agentic workflow using Langgraph, using redis for caching

    Python 2

  3. SyncEngine SyncEngine Public

    This is a high-performance, distributed synchronization backend designed for real-time collaborative applications.

    TypeScript