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.
Any who wants to build a MVP of their ideas and begin a startup, feel free to connect.
import Developer from 'Shahma';
class AboutMe extends Developer {
  name = 'Abu Shahma Ansari';
  area = 'iOS Development, UI/UX Design and Mobile Solutions';
  job = 'iOS Developer Intern @Valuai.io, Ex intern @Infosys';
  address = 'Greater Noida, Uttar Pradesh, India';
  undergradProgram = 'B.Tech in Computer Science and Engineering';
  achievements = ['WWDC25 Swift Student Challenge Winner', 'Crack-a-Code 3.0 First Position'];
}
class Skills extends Developer {
  languages = ['Swift', 'Java'];
  frameworks = ['SwiftUI', 'UIKit'];
  databases = ['MySQL', 'MongoDB', 'Supabase'];
  technologies = [
    'Core Data', 'MapKit', 'VisionKit', 'PushKit',
    'GCD', 'Cocoa Pods', 'Git', 'Docker'
  ];
  architectures = ['MVC', 'MVVM'];
  methodologies = ['Agile', 'Scrum', 'Jira'];
  design = [
    'Apple HIG', 'UI/UX Design', 'Design Thinking Paradigms',
    'Prototype Design and Architecture', 'Figma', 'Keynote'
  ];
  cloud = ['AWS'];
  apis = ['Google Books API', 'Gemini'];
}



