This is my github where you are going to find my personal and professional projects. If you are a recruiter/headhunter and want to interview me for a job opportunity please access my Curriculum Vitae in the badges bellow and feel free to verify my main repositories also down below.
import Developer from 'Shahma';
class AboutMe extends Developer {
name = 'Abu Shahma Ansari';
area = 'Front-end/Full-stack';
job = 'Open Source Developer @Rocket.Chat, Processing Foundation';
address = 'Greater Noida, Uttar Pradesh, India';
undergradProgram = 'B.Tech in Computer Science and Engineering';
}
class Skills extends Developer {
languages = ['Python', 'Java', 'Javascript', 'Typescript', 'HTML', 'CSS'];
libraries = ['React'];
frameworks = ['NextJs', 'SpringBoot'];
databases = ['MongoDB', 'MySQL', 'PostgresSQL']
Services = ['AWS', 'Docker', 'Kubernetes', 'Redis', 'Nginx']
otherTech = ['Figma', 'Keynote']
}