Skip to content

tr1n/tr1n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Hi there 👋🏼

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'
  ]
  };
}

About

Config files for my GitHub profile.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published