Skip to content
View warspitez's full-sized avatar

Block or report warspitez

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
warspitez/README.md

Hi there πŸ‘‹

Johnny Chan


πŸ‘©πŸ»β€πŸ’» About Me

class JohnnyChan:
    def __init__(self):
        self.name = "Johnny Chan"
        self.location = "Norwich, UK πŸ‡¬πŸ‡§"
        self.background = "Anthropology Student Turned Crazy Traveller | Language Enthusiast | Gamer"
        self.interests = ["Software Engineering", "Backend Development", "Gaming"]
        self.skills = ["Python", "SQL", "Cross-Cultural Communication"]
        
    def say_hello(self):
        return "Hello, I'm Johnny, a (still) wannabe software engineer with a passion for game design. Welcome to my profile!"
    
    def get_in_touch(self):
        return "πŸ“© Let's connect! Feel free to reach out for collaborations or discussions!"

johnny = JohnnyChan()
print(johnny.say_hello())
print(johnny.get_in_touch())

Somewhat motivated software engineering student with a passion to rapidly learn new skills. Currently developing a portfolio through completing tasks in HyperionDev bootcamp and personal projects. Seeking to apply technical skills and understanding of best practices to benefit an organisation or company.


πŸŽ“ Education

  • HyperionDev

    • 2023-2024: Software Engineering Bootcamp
    • Learned essential programming skills including Python, Git, and SQL through intensive project-based learning.
  • Minsk State Linguistic University, Belarus

    • 2019-2021: Russian for Foreigners
  • Green River Community College, USA

    • 2011-2013: Undergraduate (Associate of Arts)

Skills

  • Native fluency in Cantonese, English, and Mandarin
  • Upper Intermediate level (B2) in Russian
  • Ok-ish proficiency in Python, SQL, Git
  • Familiar with Microsoft Office, Excel, Adobe

Pinned Loading

  1. add_your_prefix add_your_prefix Public

    The program allows the user to add a prefix they want to add to the file names and rename the files

    Python

  2. photos_renamer photos_renamer Public

    This python programme renames photos in a folder according to the time they were taken

    Python

  3. finalCapstone finalCapstone Public

    Python

  4. financial_calculators financial_calculators Public

    This Python program allows users to calculate either bond repayments or investment returns based on their input. Users can choose between calculating bond repayments for a home loan or estimating i…