class strikx {
name : string
dateOfBirth : string
email : string
constructor() {
this.name = "Jakub Krzyżanowski"
this.dateOfBirth = "2008-01-10"
this.email = "jakub@fivestack.pl"
}
education() {
return {
'2022-now': 'Zespół Szkół Agrotechnicznych Nr. 6 w Słupsku (IT)'
}
}
experience() {
return {
'2020-2023': 'Some discord bots (small projects)',
'2021-2023': 'Small websites and web apps',
'2023-now': 'Focused on side projects'
}
}
skills() {
return [ 'HTML', 'JAVASCRIPT', 'TYPESCRIPT', 'NODE.JS',
'NPM/YARN', 'GIT', 'MySQL/MONGODB', 'DOCKER',
'LINUX SERVERS', 'WINDOWS SERVERS' ]
}
projects() {
return []
}
}
Popular repositories Loading
-
-
wulkanowy
wulkanowy PublicForked from fossabot/wulkanowy
🌋 Nieoficjalny androidowy klient dziennika VULCAN UONET+ dla ucznia i rodzica
Kotlin
-
wulkanowy-sdk
wulkanowy-sdk PublicForked from wulkania/vulcan-sdk
Kotlin SDK for VULCAN UONET+
Kotlin
-
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.