Skip to content
View devinlin89's full-sized avatar
😎
😎

Block or report devinlin89

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
devinlin89/README.md

Hello! I'm Devin Lin

A 17 year old student at CUHK-Shenzhen

Banner

πŸ‘‹ About Me:

  • πŸ‘©β€πŸ« I'm still a beginner, but I'm willing to learn
  • 🌱 I'm currently learning Python Pandas and Matplotlib
  • πŸ’¬ Ask me about anything
  • ⚑ Fun fact: I am top 10 nationally on tetr.io Tetra League

🌐 Socials:

Instagram LinkedIn Stack Overflow X email

πŸ’» Tech Stack:

Python HTML5 CSS3 JavaScript Git GitHub Matplotlib NumPy

πŸ‘¨β€πŸ’» Me, but in JSON:

{
  "firstName": "Devin",
  "lastName": "Lin",
  "age": 17,
  "hobbies": [
    "Cycling",
    "Karting",
    "Sim Racing",
    "Tetris"
  ],
  "interests": [
    "HTML",
    "CSS",
    "JS",
    "Python"
  ],
  "socials": {
    "email": "devinlin89@gmail.com",
    "discord": "devinlin89",
    "twitter": "devinlin89",
    "github": "devinlin89", 
    "leetcode": "devinlin89",
    "stackoverflow": "devinlin89",
  }
}

Pinned Loading

  1. devinlin89 devinlin89 Public

    Config files for my GitHub profile.

    1

  2. narada-university-dashboard narada-university-dashboard Public

    An interactive data visualization dashboard showcasing the university destinations of the Narada School Class of 2026.

    Python

  3. SO-language-trends-2020-2024 SO-language-trends-2020-2024 Public

    Analysis of programming language popularity and developer preference using Stack Overflow Developer Survey data (2020–2024).

    Jupyter Notebook 1

  4. nth-term-of-a-sequence nth-term-of-a-sequence Public

    Finds the nth term formula of a given linear, quadratic, cubic, or exponential sequence.

    Python