Skip to content
View stripsior's full-sized avatar
  • Słupsk
  • 13:34 (UTC +01:00)

Block or report stripsior

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
stripsior/README.md
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

  1. stripsior stripsior Public

  2. wulkanowy wulkanowy Public

    Forked from fossabot/wulkanowy

    🌋 Nieoficjalny androidowy klient dziennika VULCAN UONET+ dla ucznia i rodzica

    Kotlin

  3. wulkanowy-sdk wulkanowy-sdk Public

    Forked from wulkania/vulcan-sdk

    Kotlin SDK for VULCAN UONET+

    Kotlin

  4. gamedigger gamedigger Public

    Simple application for checking Steam game updates

    TypeScript