class Person {
name = 'Ilya Maslennikov';
nickname = 'xrip';
title = 'Software Engineer / Tech Lead';
location = 'Moscow, Russia';
}
class Skills {
languages = ['TypeScript', 'JavaScript', 'PHP'];
databases = ['ClickHouse', 'MongoDB', 'DocumentDB', '*SQL', 'Redis'];
frameworks = ['NestJS', 'Vue', 'AlpineJs', 'Yii']
}
const me = Object.assign(new Person, new Skills);
- Moscow, Russia
- https://xrip.ru
Block or Report
Block or report xrip
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
playwright-recaptcha-solver Public
Forked from danielgatis/puppeteer-recaptcha-solver
ReCaptcha V2 solver for Playwright
-
playwright-hcaptcha-solver Public
Forked from aw1875/puppeteer-hcaptcha
A library to solve hcaptcha challenges that are automated within Playwright. You can automatically set response values where they should be so the only thing left for you is submitting the page or …
-
youtubei Public
Forked from SuspiciousLookingOwl/youtubei
Get Youtube data such as videos, playlists, channels, video information & comments, related videos, up next video, and more!
TypeScript