home projects blogs contact

hi, i'm Paramesh.

a developer who builds things for the web. I love building things from scratch to get to know how they work.

currently crafting digital experiences and exploring the endless possibilities of code. when i'm not coding, you'll find me writing about tech, learning something new, or obsessing over good design.

about.js
const developer = {
  name: "Paramesh",
  role: "Full-Stack Developer",
  skills: [
    "JavaScript",
    "postgressSQL",
    "Java",
    "Node.js",
    "Angular",
    "Git",
  ],
  
};
scroll

Projects

A collection of things I've built. Some worked out, some didn't. But I learned something from each one.

JavaScript chrome extension

Lock-In Mode

A Chrome extension that blocks distractions at the tab level to help users stay focused and productive. Initially built for personal use, it is now actively used by 40+ users.

TypeScript Node.js

Building web server from scratch

Implemented a web server from scratch using Node.js and TypeScript, leveraging low-level sockets and buffer management. Built HTTP request parsing and handling for GET and POST methods.

MySql Streamlit

Medical Laboratory Management System

This project focuses on MySQL and entity-relationship modelling. It includes the implementation of CRUD operations and advanced database features such as procedures and triggers.

Java Data Structures

Custom HashMap

Developed a custom implementation of a HashMap in Java, supporting key operations such as put, size, delete, and get. Used linear probing algorithm to handle collisions.

Blog

I write about database, and things I learn along the way.

Navigation
Actions