Profile picture Sachin Jha.

Sachin Jha.

Full Stack Developer

Solan, Himachal Pradesh

Passionate web developer focused on creating clean, efficient, and scalable web applications with a modern tech stack. Specialized in react,Next-js, TypeScript, delivering responsive and intuitive user interfaces.

$ npx connect
Initializing...
Ready to connect.
Waiting for contact request...
interface Developer {
    name: string;
    skills: string[];
    interests: string[];
};

interface TechStack {
    devOps: string[];
    backend: string[];
   frontend: string[];
};

type ContactType = 'github' | 'twitter' | 'linkedIn' | 'instagram' | 'email';

const techStack: TechStack = {
    devOps: [
        'GitLab',
        'GitHub',
        'Cloudflare',
        'Docker'
    ],
    frontend: [
        'React',
        'Next.js',
        'TypeScript',
        'JavaScript',
        'Tailwind CSS',
        'SCSS',
        'Astro',
        'Ionic',
        'Stencil',
        'Capacitor',
        'Markdown',
        'Shadcn/UI',
        'Accenternity UI'
        
    ],
    backend: [
       'Supabase',
       'Node.js',
       'Express.js',
       'MongoDB',
       'PostgreSQL',
       'MySQL',
       'Firebase',
       'Neon',
       'Prisma ORM',
       'Clerk Auth',
       'Stripe API'
       
    ]
};

// Developer profile
const me: Developer = {
    name: 'Sachin Jha.',
    skills: [
        ...techStack.devOps,
        ...techStack.backend,
        ...techStack.frontend
    ],
    interests: [
        'Open Source',
        'Web Performance',
        'AI & Automation',
        'Developer Tools',
        'Self-Hosting',
        'Security & Privacy',
        'Cloud Infrastructure',
        'Real-time Applications'
]
};

// Contact function
const contact = (type: ContactType): string => {
    switch (type) {
        case 'github':
            return 'https://github.com/Sachinrodies';
        case 'twitter':
            return 'https://x.com/Sachin25660937';
        case 'linkedIn':
            return 'https://www.linkedin.com/in/sachin-jha-b25a71174/';
        case 'instagram':
            return 'https://www.instagram.com/_mesachin.tsx/?next=%2F&hl=en';
        case 'email':
            return 'sahilrodies000@gmail.com';
        default:
            return 'Send fax.';
    }
};

Tastio

A full-stack food ordering app with role-based access for Admins, Restaurants, and Customers. Features secure payments via Stripe and responsive UI using the MERN stack.

Open Project Website

Catalyst

Official website of the MCA Coding Club at NIT Bhopal, showcasing events, blogs, and members. Built with React and Tailwind CSS, deployed on Vercel.

Open Project Website

ClipCraft AI

An AI-powered SaaS platform that generates short-form videos from text or content input. Built with Next.js, Tailwind, Firebase, and Inngest for background processing.

Open Project Website

🎓 Education

Master of Computer Applications (MCA)

Maulana Azad National Institute of Technology (MANIT), Bhopal

2024 - Present • Bhopal, India

Currently pursuing MCA with a focus on advanced computer science concepts, programming, and software development.

B.Sc. Physical Science with Computer Science

GPA: 8.99/10

University of Delhi

2021 - 2024 • Delhi, India

Graduated with a strong foundation in physical sciences and computer science, including programming, algorithms, and mathematics.

💼 Experience

No professional experience yet. Currently focused on education and skill development.

Let's Build Something Great Together

As a passionate fresher in full-stack development, I'm eager to help businesses, startups, and individuals build scalable, high-performance web applications, automate workflows, and optimize cloud infrastructure. I bring fresh perspectives and modern approaches to every project.

What I Offer

  • Web & SaaS Development: From idea to production, using modern frameworks and best practices.
  • Automation & Workflow Optimization: Save time and reduce errors with smart automation.
  • Cloud & Serverless Architecture: Scalable, efficient, and cost-effective solutions.
  • Performance & Security Audits: Make your applications faster, more secure, and reliable.
  • Consulting & Mentoring: Get expert guidance on technology decisions, architecture, and best practices.

Why Work With Me?

  • Strong foundation in modern web technologies and best practices.
  • Deep understanding of security, performance, and privacy principles.
  • Passionate about open source, self-hosting, and cloud technologies.
  • Focused on scalable and maintainable solutions tailored to your needs.

If you're looking for a developer, consultant, or technical strategist, let's talk!

Built with Astro by Sachin Jha