Skip to content
View varunrmantri23's full-sized avatar
:electron:
Becoming a better dev
:electron:
Becoming a better dev

Highlights

  • Pro

Organizations

@ping0ms

Block or report varunrmantri23

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
varunrmantri23/README.md
Typing SVG

About Me

Check out my work at varunmantri.me

const varun = {
  pronouns: "He" | "Him",
  code: ["JavaScript", "C++"],
  askMeAbout: ["web dev", "tech", "startups"],
  technologies: {
    frontend: {
      js: ["React", "Next.js"],
      css: ["Tailwind", "Framer Motion"]
    },
    backend: ["Node.js", "Express", "Prisma"],
    databases: ["MongoDB", "PostgreSQL"],
    devOps: ["AWS", "Docker", "GitHub Actions"],
    currentFocus: "Building CrimsonCache - Redis-like server"
  },
  architecture: ["Microservices", "REST APIs", "JAMStack"],
  funFact: "I forget to commit code when I am about to mess up :) "
};

Featured Projects

CrimsonCache - Redis-like Server

⚡ Building high-performance in-memory data store with custom protocol implementation

PokeBuddy

  • Building Pokémon TCG trading platform with real-time matching

NexaCode

  • Code sharing platform with real-time rendering

@varunrmantri23's Holopin board

Pinned Loading

  1. Sketch_Up Sketch_Up Public

    JavaScript 3

  2. NexaCode NexaCode Public

    A dynamic web platform for developers. Write, compile, and collaborate on code snippets effortlessly. Join us and elevate your coding experience!

    JavaScript 3

  3. IIITS-GradeCalculator IIITS-GradeCalculator Public

    A user-friendly web application to help IIIT Sri City students calculate their semester-wise GPA and CGPA.

    JavaScript 9 1

  4. Leetcode-submissions Leetcode-submissions Public

    Collection of LeetCode questions to ace the coding interview!

    C++ 4

  5. CrimsonCache CrimsonCache Public

    CrimsonCache is a custom in-memory data store inspired by Redis, offering essential caching commands, data persistence, and replication. It’s built as a robust learning tool for exploring networkin…

    1