Skip to content
View pawanmkr's full-sized avatar
🌴
On vacation
🌴
On vacation

Highlights

  • Pro

Block or report pawanmkr

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

pawanmkr

Hey, I'm Pawan πŸ‘¨β€πŸ’»

Backend engineer who prefers designing real systems over pushing boilerplate. I solve practical backend problems at scaleβ€”think auth, data pipelines, async tasks, and secure APIs.


🚧 What I'm Building (And Why It Matters)

βš™οΈ Fucron

npm package: Promise-based async task scheduler.
Designed for ephemeral ops like session expiry without polling. TypeScript + Singleton + Map + πŸ“¦.

Secure backend for handling sensitive mortgage data.
Includes batch processing, JWT auth, audit logs, and semantic search via Postgres vector extensions.

🧠 Peepal

Expert consultation platform with recurring slot booking, chat, timezone logic, and Redis-powered scheduling.
Built with NestJS monorepo, real-time Socket.IO, and modular service structure.


πŸ› οΈ Tech That I Use (By Choice, Not Buzz)


πŸ“š Other Notable Projects


πŸ“ˆ GitHub Activity

Β 


πŸ“¬ Contact Me


β€œYou can tell a lot about an engineer by what they build when no one's watching.”
– Probably Me

Pinned Loading

  1. expsts-boilerplate expsts-boilerplate Public

    Express.js, Typescript, Postgres Boilerplate Folder for quick start!

    TypeScript

  2. social-app social-app Public

    social app with threads and reddit like voting

    TypeScript 1

  3. 100-backend-interview-questions-for-nodejs-developers 100-backend-interview-questions-for-nodejs-developers Public

    the document consists of 100 interview questions that are asked in backend developer positions, this is specifically for node.js interview

    1

  4. extracts and parses network request ... extracts and parses network request on a particular website
    1
    import json
    2
    from selenium import webdriver
    3
    from selenium.webdriver.common.by import By
    4
    from selenium.webdriver.support.ui import WebDriverWait
    5
    from selenium.webdriver.support import expected_conditions as EC
  5. fucron fucron Public

    a lightweight, in-memory timeout-based task handler designed for scenarios where short-lived locks or scheduled actions need to execute once after a delay β€” without relying on cron jobs or heavy qu…

    TypeScript

  6. ruspass ruspass Public

    an interactive cli based password manager written in rust

    Rust