Skip to content
View dkstlzk's full-sized avatar

Highlights

  • Pro

Block or report dkstlzk

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

hi, i'm anshika πŸ‘‹

building systems that think, search, and scale - somewhere between distributed architecture and the beauty of a well-placed semicolon

Typing SVG


🧠 about me

CSE undergrad at IIT Jodhpur, part of the DevlUp Labs Junior Core Team. Started coding in class 11 out of curiosity - built small games, broke things, fixed them. Somewhere along the way that turned into a genuine interest in how systems are designed at a deeper level.

These days I find myself drawn to problems around search, distributed systems, and backend infrastructure. Less "what can I build" and more "how should this actually work."


πŸš€ technical interests

  • Semantic Search & Vector Retrieval
  • Distributed Systems - P2P, replication, consensus
  • AI / ML - embeddings, multi-modal retrieval, LLM tooling
  • Systems Programming - memory, performance, correct-by-construction design
  • Data Structures - not just using them, understanding why

πŸ›  tech stack

Languages

Python C++ C JavaScript SQL HTML CSS

AI / ML

PyTorch TensorFlow Sentence Transformers CLIP FAISS OpenCV scikit-learn

Backend / Systems

Node.js Express FastAPI Docker Linux Git PostgreSQL SQLite

Frontend

React Vite


⭐ featured projects

πŸ—οΈ URAS - Unified Room Allocation System (Software Engineering Project)

Jan 2026 - Ongoing Node.js Express React PostgreSQL JWT MUI Vite Docker

Full-stack room allocation platform for IIT Jodhpur - buildings, rooms, equipment, and booking policies across four roles (Admin / Staff / Faculty / Student).

  • JWT auth, bcrypt, account lockout, rate limiting
  • RBAC with per-resource granular permissions, multi-tier approval workflow
  • Conflict detection, configurable policies per role, audit logging

πŸ—‚οΈ FileNest (Summer RAID x DevlUp Labs)

Jun 2025 - Dec 2025 Python Kademlia DHT P2P Sentence Transformers Nomic LLM SQLite WebRTC

Search engine that finds files by meaning, not filename - text, images, PDFs - with no central server. Uses hierarchical clustering + Kademlia DHT for fully distributed indexing and retrieval.


⚑ PANCache

Oct 2025 - Nov 2025 C++ HashMap LRU Min-Heap Trie Bloom Filter DAG CLI

Redis-style in-memory store built from scratch. O(1) ops, TTL expiry, Trie prefix search, Bloom filter for negative lookups, DAG-based cascade deletes.


🌿 Family Tree Optimisation (DevlUp Labs)

Dec 2024 - Apr 2025 React GraphQL PostgreSQL Docker Nginx

Performance work on a relationship visualization platform - lazy loading, reduced re-renders, better responsiveness on complex tree views.


πŸ§™ Triwizard Tournament (C + Raylib)

Mar 2025 - Apr 2025

Three games in C - Dragon's Egg, Snitch Escape, Dynamic Maze. AI enemies, collision detection, pathfinding, dynamic maze generation. Good excuse to care about every byte.


πŸ… achievements

  • 🎯 JEE Mains 2024 - AIR 1504 Β· 99.914 percentile
  • πŸ† JEE Advanced 2024 - AIR 5677
  • πŸ‡©πŸ‡ͺ Goethe-Institut A1 Certification - 100% in German (HSC)

πŸ“Š github stats

Anshika's GitHub Stats

Top Languages


🌱 currently learning

  • Getting into open source - finding my footing, picking up good habits
  • Going deeper into ML - moved past the surface stuff, now into the parts that actually get interesting
  • Systems design at scale - how things hold up when they really shouldn't have to

πŸ’­ how I think about building

I care about the layer beneath the layer - what does the index actually look like, why this data structure and not that one, where does the request go when things break. That's usually where the interesting decisions are.

P.S. - I also speak German, play guitar, and learned Kathak. Structured systems everywhere.


πŸ“ˆ github activity

Activity Graph

GitHub Streak


πŸ“¬ find me

LinkedIn Email GitHub


thanks for reading this far - that already puts you in rare company πŸŒ™

Pinned Loading

  1. FileNest_Fork FileNest_Fork Public

    Forked from AISocietyIITJ/FileNest

    A Multi-Modal Intelligent Search Engine over Decentralized Data

  2. PANCache PANCache Public

    High-performance in-memory key-value store (Mini Redis style) with TTL eviction, LRU caching, skip-list sorted access, and graph-based dependencies.

    C++ 3 2

  3. Triwizard-Quest Triwizard-Quest Public

    A modular C game trilogy built using the Raylib graphics library, inspired by the Triwizard Tournament. Features three mini-games with real-time gameplay, dynamic mazes, linked-list-based entities,…

    C 1

  4. Software-engineering-project Software-engineering-project Public

    A centralized room and event booking management system designed to streamline scheduling, approval workflows, and conflict resolution across departments. The project uses UML-driven design to model…

    TypeScript 1

  5. RL_Platformer RL_Platformer Public

    Forked from ArnavVivek13/RL_Platformer

    This is our Design Practical Experience course project. We made a reinforcement learning agent learn how to play a simple platformer game.

    Python

  6. iitj_family_tree iitj_family_tree Public

    Forked from devlup-labs/iitj_family_tree

    IITJ Family tree

    JavaScript