$ whoami

Sanjish Maharjan

Fullstack Developer, ML Engineer & Problem Solver

Software Developer with 2+ years of experience. Specializing in React, Next.js, and LLM integration.

$ cat about.md

About Me

I'm a full-stack developer with 2+ years of experience building web applications. My journey started with curiosity about how things work, evolving into a passion for creating seamless digital experiences.

Specializing in React, Next.js, and modern backend technologies, I focus on writing clean, maintainable code that prioritizes performance and accessibility. I believe great software comes from understanding both user needs and technical excellence.

When I'm not coding, you'll find me exploring new technologies, contributing to open source, or sharing what I've learned with the developer community.

$ cat experience.md

Junior Developer

Midas Health Services · 2024 - Present

Intern Developer

Midas Health Services · 2024

experience.ts
interface Experience {
  yearsActive: 2,
  specialization: [
    "React",
    "Next.js",
    "Node.js"
  ],
  approach: "Clean Code"
}
values.ts
const values = [
  "Performance",
  "Accessibility",
  "Maintainability",
  "User Experience"
  ];

$ ls projects/

Featured Projects

$ defacelab

DefaceLab: Deepfake Detection using ViT

AI-powered React Native app for deepfake media detection and analysis.

React NativeTypeScriptFast APITensorFlowViT

$ it-hub

IT Hub

IT Club platform with personalized recommendations, discussions, and real-time tech news.

ReactFastAPIPostgreSQLTailwindTypeScriptExpressAI/ML

$ midas-hims

Midas HIMS

A hospital management system used by hospitals across Nepal. Includes modules like patient administration, investigation, pharmacy, and more.

ReactTypeScriptAntDesignRedux

$ discord-bot

Discord Bot with Trivia

A Discord bot that provides fun trivia questions and answers.

GolangdiscordgoPostgreSQLwebsocket

$ cat skills.json

Technical Skills

frontend.ts
export const frontendSkills = [
  "React",
  "Next.js",
  "TypeScript",
  "Tailwind CSS",
  "Redux",
  "Zustand"
]
backend.ts
export const backendSkills = [
  "Node.js",
  "Express",
  "PostgreSQL",
  "MongoDB",
  "GraphQL",
  "REST APIs",
  "Golang"
]
ai & ml.ts
export const ai & mlSkills = [
  "LLM Integration",
  "Prompt Engineering",
  "RAG",
  "Vector DB"
]
tools & devops.ts
export const tools & devopsSkills = [
  "Git",
  "Docker",
  "Vercel",
  "GitHub Actions",
  "CI/CD"
]

$ contact --method email

Get In Touch

Have an interesting project? Want to collaborate? Let's talk.

contact.ts
const contact = {
  email: "sanjishmaharjan619@gmail.com",
  phone: "+977-9840007629",
  social: {
    github: "github.com/SanjishMaharjan",
    twitter: "@sanjishmaharjan",
    linkedin: "linkedin.com/in/sanjishmaharjan"
  }
  timezone: "UTC+5:45",
  responseTime: "24hrs"
};