[go: nahoru, domu]

Skip to content

My profile's readme.md (duh)

License

Notifications You must be signed in to change notification settings

Dylankjy/Dylankjy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

class Dylankjy {
    constructor() {
        this.name = 'Dylan Kok'
        this.occupation = ['Fullstack Developer @ Republic of Singapore Air Force']
        this.education = 'Diploma in Information Technology @ Nanyang Polytechnic'
        this.location = 'Singapore'
        this.technology = {
            'Computer': {
                'frontend': ['HTML', 'CSS', 'JS', 'ReactJS', 'HandlebarsJS'],
                'backend': ['Python', 'NodeJS', 'ExpressJS'],
                'database': ['MySQL', 'MongoDB'],
                'other': ['C', 'C++', 'C#']
            },
            'Human': {
                'English': 'Native',
                'Chinese': 'Elementary',
                'Japanese': 'Limited working proficiency'
            }
        }
        this.tools = {
            'OS': ['Windows', 'macOS', 'Linux'],
            'IDE': ['JetBrains Rider', 'JetBrains PyCharm', 'Visual Studio Code']
        }
    }

    salutations() {
        return 'Thanks for popping by my profile page. Check out some of my projects below:'
    }
}

const watashi = new Dylankjy()
console.log(watashi.salutations())

Dylan's Github Stats Dylan's Top Langs

About

My profile's readme.md (duh)

Resources

License

Stars

Watchers

Forks