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.

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 from Jakarta, Indonesia

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:

InstagramLinkedInStack OverflowXemail

💻 Tech Stack:

PythonHTML5CSS3JavaScriptGitGitHubMatplotlibNumPy

👨‍💻 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. devinlin89devinlin89Public

    Config files for my GitHub profile.

    1

  2. narada-university-dashboardnarada-university-dashboardPublic

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

    Python

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

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

    Jupyter Notebook 1

  4. nth-term-of-a-sequencenth-term-of-a-sequencePublic

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

    Python