Nicholas Gerrer- Resume
Explorer
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
interface Profile {
name: string;
title: string;
location: string;
email: string;
summary: string;
}
const profile: Profile = {
name: "Nicholas Gerrer",
title: "Staff-Level Full-Stack Engineer",
location: "Miami-Fort Lauderdale, FL (Remote)",
email: "[email protected]",
summary: "Staff-level full-stack engineer with 10+ years driving technical strategy and architectural transfor...",
};
export default profile;main
0
0
Ln 1, Col 1UTF-8TYPESCRIPT