type DeveloperProfile = {
role: string;
location: string;
languages: readonly string[];
operatingSystems: readonly string[];
};
export const victorZarzar: DeveloperProfile = {
role: '💻 Front-End Developer',
location: 'Novo Hamburgo, RS - Brazil',
languages: ['JavaScript', 'TypeScript', 'Python'],
operatingSystems: ['macOS', 'Linux'],
} as const;
🤟
Front-end Developer🖖🏻
- Novo Hamburgo, RS
-
11:13
(UTC -03:00) - victorzarzar.com.br
- victorzarzar58
- victorzarzar7
- in/victorzarzar
- @victorzarzar1
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.


