$ whoami
Sanjish Maharjan
Fullstack Developer, ML Engineer & Problem Solver
Software Developer with 2+ years of experience. Specializing in React, Next.js, and LLM integration.
const developer = {
name: "Sanjish Maharjan",
role: "Fullstack Developer",
focus: ["React", "Next.js", "AI"],
passion: "Building & Mentoring",
location: "Kathmandu, Nepal"
};$ 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
interface Experience {
yearsActive: 2,
specialization: [
"React",
"Next.js",
"Node.js"
],
approach: "Clean Code"
}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.
$ it-hub
IT Hub
IT Club platform with personalized recommendations, discussions, and real-time tech news.
$ midas-hims
Midas HIMS
A hospital management system used by hospitals across Nepal. Includes modules like patient administration, investigation, pharmacy, and more.
$ discord-bot
Discord Bot with Trivia
A Discord bot that provides fun trivia questions and answers.
$ cat skills.json
Technical Skills
export const frontendSkills = [ "React", "Next.js", "TypeScript", "Tailwind CSS", "Redux", "Zustand" ]
export const backendSkills = [ "Node.js", "Express", "PostgreSQL", "MongoDB", "GraphQL", "REST APIs", "Golang" ]
export const ai & mlSkills = [ "LLM Integration", "Prompt Engineering", "RAG", "Vector DB" ]
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.
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"
};