Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Hi there 👋🏼

class tr1n {
  name : string
  email : string

  constructor() {
    this.name = "Patryk Świech"
    this.email = "hello@tr1n.me"
  };

  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 [
        'musebot.pro', 'beers.chat', 'topbots.tr1n.me'
  ]
  };
}

About

Config files for my GitHub profile.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors