Skip to content
View Ankitrj3's full-sized avatar
๐Ÿ’ญ
I may be slow to respond.
๐Ÿ’ญ
I may be slow to respond.

Highlights

  • Pro

Block or report Ankitrj3

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Ankitrj3/README.md

Typing SVG


Fire About Me

Coding

interface Developer {
  name: string;
  role: string;
  location: string;
  languages: string[];
  expertise: {
    backend: string[];
    frontend: string[];
    cloud: string[];
    gamedev: string[];
    devops: string[];
  };
  currentlyLearning: string[];
  funFact: string;
}

const ankit: Developer = {
  name: "Ankit Ranjan",
  role: "Full Stack Cloud Developer",
  location: "India ๐Ÿ‡ฎ๐Ÿ‡ณ",
  languages: ["Java", "JavaScript", "Python", "C#", "TypeScript"],
  expertise: {
    backend: ["Spring Boot", "Node.js", "Express.js", "RESTful APIs"],
    frontend: ["React.js", "Next.js", "HTML5", "CSS3", "Responsive Design"],
    cloud: ["AWS", "Azure", "Terraform", "Infrastructure as Code"],
    gamedev: ["Unity 3D", "C#", "Game Physics", "Blender 3D"],
    devops: ["Docker", "Kubernetes", "CI/CD", "Microservices"]
  },
  funFact: "I debug code faster than I debug my life! ๐Ÿ›โžก๏ธโœจ"
};

Tech Stack & Tools

๐Ÿ’ป Languages & Frameworks



๐Ÿ—„๏ธ Databases & Cloud



๐ŸŽฎ Game Development & Tools


Fire GitHub Analytics



GitHub Streak

GitHub Activity Graph

Fire Connect with Me

LinkedIn Gmail GitHub Portfolio


๐ŸŽฏ "Code is like humor. When you have to explain it, it's bad." - Cory House

Pinned Loading

  1. ReactNative-Template ReactNative-Template Public

    TypeScript