Skip to content
View calbertan's full-sized avatar

Block or report calbertan

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
calbertan/README.md

Christopher Albert Tan

Hi, I'm Chris!

4th year Software Systems Student @ SFU
DevOps Specialist

Linkedin: calbertan GitHub calbertan

A little more about me...

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareDeveloper:

    def __init__(self):
        self.name = "Christopher Albert Tan"
        self.role = "Software Developer"
        self.skills = {
            "language" : ['Python', 'HCL', 'C++', 'C', 'Rust', 'Java', 'JavaScript', 'HTML', 'CSS', 'Haskell', 'mySQL'],
            "framework" : ['React', 'Node.js', 'NEXT', 'Typescript'],
            "tools" : ['VSCode', 'AndroidStudio', 'GitHub', 'TravisCI', 'Vercel', 'Heroku', 'Linux', 'Windows']
        }

    def say_hi(self):
        print("Thanks for dropping by, feel free to connect with me!")
    
    def working_on(self):
        print("Currently working my on project, mmdb.")
        
    def introduction(self):
        self.say_hi()
        self.working_on()

me = SoftwareDeveloper()
me.introduction()

🗂️ Highlight Projects

anon-forum CShell

Pinned Loading

  1. sfuia/sfuia-website sfuia/sfuia-website Public

    Simon Fraser University Indonesian Association Website built with Next.js, Bootstrap, and Contentful

    JavaScript 2