import { SoftwareDeveloper } from '@jayli';
class Bio extends SoftwareDeveloper {
name = 'Jayli';
title = 'Front-End Engineer';
company = 'Fliggy';
location = 'Beijing, China';
website = 'https://js-perf.cn';
}
class Skills extends SoftwareDeveloper {
languages = ['JavaScript', 'VimScript', 'Lua', 'Python'];
databases = ['MySQL', 'MongoDB'];
frameworks = ['React', 'React Native'];
}
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.