class tr1n {
name : string
email : string
constructor() {
this.name = "Patryk Świech"
this.email = "[email protected]"
};
experience() {
return {
'2016-2022': 'Small websites and web apps.',
'2021': 'Create popular site called kurwa.tr1n.me',
'2022-now': 'Focused on own and side projects.'
}
};
skills() {
return [
'HTML', 'CSS', 'SCSS (SASS)', 'TAILWIND CSS', 'JAVASCRIPT',
'TYPESCRIPT', 'PYTHON', 'JAVA', 'NODE.JS', 'NPM/YARN',
'GIT', 'MySQL', 'MONGODB', 'POSTGRES', 'DOCKER',
'LINUX SERVERS', 'WINDOWS SERVERS'
]
};
projects() {
return [
'digitalbuzz.pro', 'musebot.pro', 'advicebot.info', 'topbots.pl', 'kurwa.tr1n.me'
]
};
}
-
Notifications
You must be signed in to change notification settings - Fork 0
tr1n/tr1n
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Config files for my GitHub profile.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published