Skip to content
View Amanbig's full-sized avatar
๐Ÿ’ป
๐Ÿ‘จโ€๐Ÿ’ปMaking extraordinary๐Ÿš€
๐Ÿ’ป
๐Ÿ‘จโ€๐Ÿ’ปMaking extraordinary๐Ÿš€

Block or report Amanbig

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
Amanbig/README.md
Header
Typing Animation

๐ŸŽฏ Crafting innovative digital solutions that bridge technology and human experience
๐Ÿ’ก Passionate about AI, scalable architectures, and immersive gaming experiences

Profile Views Followers Stars

Buy Me a Coffee


๐Ÿง‘โ€๐Ÿ’ป About Me

๐Ÿ‘จโ€๐Ÿ’ป Click to explore my developer profile
interface Developer {
  name: string;
  location: string;
  role: string;
  experience: string;
  passion: string[];
}

class AmanpreetSingh implements Developer {
  readonly name = "Amanpreet Singh";
  readonly location = "India ๐Ÿ‡ฎ๐Ÿ‡ณ";
  readonly role = "Full-Stack Developer";
  
  readonly passion = [
    "๐Ÿš€ Cutting-edge AI/ML applications",
    "๐ŸŽฎ Immersive game experiences", 
    "โšก High-performance web applications",
    "๐ŸŒ Scalable system architectures",
    "๐Ÿ”ฎ Emerging technologies"
  ];
  
  readonly techStack = {
    frontend: ["React", "Next.js", "TypeScript", "Flutter"],
    backend: ["Node.js", "Python", "Django", "Express"],
    databases: ["MongoDB", "PostgreSQL", "Firebase"],
    cloud: ["AWS", "Google Cloud", "Docker", "Kubernetes"],
    ai_ml: ["TensorFlow", "Scikit-learn", "OpenAI API", "LangChain"],
    gamedev: ["Unity", "C#", "Blender", "Game Physics"]
  };
  
  readonly currentFocus = [
    "๐Ÿค– Advanced RAG Systems & Vector Databases",
    "๐ŸŽฏ Real-time Multiplayer Game Architecture",
    "๐Ÿง  LLM Fine-tuning & Custom Models",
    "โšก Microservices & Event-driven Architecture"
  ];
  
  getMotivation(): string {
    return "Innovation happens at the intersection of curiosity and code! ๐Ÿ’ซ";
  }
  
  getDailyRoutine(): string[] {
    return [
      "โ˜• Morning coffee & tech news",
      "๐Ÿ’ป Deep work sessions", 
      "๐Ÿ” Research & experimentation",
      "๐Ÿƒโ€โ™‚๏ธ Quick workout break",
      "๐Ÿ“š Learning new technologies",
      "๐ŸŒ™ Side projects & open source"
    ];
  }
}

const developer = new AmanpreetSingh();
console.log(developer.getMotivation());

๐Ÿ› ๏ธ Technology Arsenal

๐ŸŽฏ Core Technologies

Core Tech

๐Ÿš€ Backend & Cloud

Backend

๐Ÿค– AI/ML & Data Science

AI/ML OpenAI LangChain Hugging Face Pandas NumPy

๐ŸŽฎ Game Development

Game Dev Godot

๐Ÿ”ง Tools & Platforms

Tools


๐Ÿ“Š GitHub Analytics & Achievements

๐Ÿ“ˆ Statistics

๐Ÿ”ฅ Contribution Streak

GitHub Streak

๐Ÿ’ญ Let's Build Something Amazing Together!

I'm always excited to collaborate on groundbreaking projects, contribute to open-source initiatives, or discuss the latest in tech and AI!

๐Ÿค Open to:

  • Full-stack development projects
  • AI/ML consulting and implementation
  • Game development collaborations
  • Open source contributions
  • Technical mentoring and knowledge sharing

๐ŸŽต Currently Coding To

Spotify


Footer Message
Footer

Pinned Loading

  1. music_level music_level Public

    An AI-powered music generation platform that allows users to create unique musical compositions using artificial intelligence. Built with a modern tech stack featuring NestJS backend and Next.js frโ€ฆ

    TypeScript 2

  2. FileShare FileShare Public

    A modern, secure file sharing platform built with Next.js, NestJS, and Appwrite. Share files with expirable links, track downloads, and manage your uploads with a beautiful, responsive interface.

    TypeScript 2

  3. Satellite-AI Satellite-AI Public

    Forked from rogstrix-acer/Satellite-AI

    A modern web application that uses AI to classify different types of areas from satellite images. The application can identify various terrains like deserts, plains, and other landscapes from satelโ€ฆ

    TypeScript 2

  4. crop-recommendation-system crop-recommendation-system Public

    Forked from amansvg/crop-recommendation-system

    A comprehensive machine learning-powered web application that provides intelligent crop recommendations based on soil and environmental parameters. The system helps farmers and agricultural professโ€ฆ

    TypeScript 2

  5. Introver-Extrovert Introver-Extrovert Public

    A full-stack web application that predicts personality type (introvert, extrovert, or ambivert) using AI/ML models. Built with Next.js (frontend) and Python FastAPI (backend).

    TypeScript 4

  6. backTool backTool Public

    A CLI tool to generate backend structures for Node.js applications with support for multiple databases and a visually appealing user interface.

    JavaScript 4