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! ๐โก๏ธโจ"
};
I may be slow to respond.
DevOps & Backend Developer | AWS Enthusiast | Automating Infrastructure & Building Scalable Systems
Highlights
- Pro
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.




