main.ts
available

< />

profile.ts
interface Developer {
  name:           string;
  role:           string;
  location:       string;
  focus:          string[];
  currentProject: string;
}

const rahil: Developer = {
  name:           "Rahil Mehta",
  role:           "Software Engineer",
  location:       "Corvallis, OR",
  focus: [
    "REST API Testing",
    "Backend Systems",
    "Automation"
  ],
  currentProject: "Defects4REST @ ICSE 2026"
};

export default rahil;
about.md
zsh — rahil@portfolio:~
skills.json

// skills.json — full technology stack

experience.git

$ git log --stat --oneline --graph

projects/

$ ls -la ~/projects

total 5  ·  drwxr-xr-x  rahil  staff  2025
contributions.ts

// Open Source — bugs reported during Defects4REST empirical evaluation

Tool Issue Status
publications.md

// Research & Publications

snapshots/

$ ls -la ~/snapshots —— captured through my lens

contact.json

$ ./contact.exe — running...

contact.json
new_message.mail