Skip to content
View Jeydin21's full-sized avatar

Organizations

@Munchyroll
Block or Report

Block or report Jeydin21

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

👋 Hello There!

My name is Jeydin Pham, an aspiring web developer. I'm a Linux enthusiast and I hate Windows. I love developing things related to anime or games, and I'm always open to collaborating on projects and innovative ideas. Feel free to connect with me:

                        

📖 My Story

I first got into coding when I was in the 7th grade in middle school. I used Discord as my main communication service, and I was interested in writing code for Discord bots.

When the global COVID-19 pandemic hit in 2021 and we were all stuck at home, I started gaining interest in anime culture and anime games. As a result, I started binge watching anime on random websites, to which I found the watching experience on those to be not that good. So I decided to make myself my own anime streaming website, which you can see the whole story in my blog post.

From that point onwards, I gained a new interest in frontend design, which I found to be very relaxing to do with tools like React, Next.js, and TailwindCSS at my side. I hope to become a web development major or something web design related, because I believe that making cool websites that follow design trends is a form of modern art.

🤗 Fun Facts

  • I use the Ubuntu distribution of Linux (24.04 LTS)
  • You can see what anime shows I've watched by checking out my Anilist profile
  • Desktop Games I Have Played:
    - Genshin Impact
    - Honkai: Star Rail
    - Honkai Impact 3rd
    - Blue Archive
    - Tetr.io
    - Krunker.io

    Yes, I can play these just fine on Linux, even better than Windows since there's no extra bloatware using my resources

⚡ Technologies

JavaScript Nodejs Python React Java HTML5 CSS TypeScript Docker Amazon AWS Git GitHub

Github Stats

Jokes Card

Visitor Badge

Pinned Loading

  1. Munchyroll Munchyroll Public

    Ad-free anime streaming website aimed at minimality and responsive design

    JavaScript 70 20

  2. website website Public

    My personal landing page made with ❤️

    JavaScript 1

  3. blog blog Public

    My blog made with React and written in Markdown

    JavaScript 1

  4. Create-Task-Project Create-Task-Project Public

    The Great McDonalds Battle

    Python 3

  5. Calculator-App Calculator-App Public

    A simple calculator web app that features support for light and dark mode, as well as mobile responsiveness

    HTML 1

  6. Code for a Discord bot that sends a ... Code for a Discord bot that sends a message at an interval in a channel in a server
    1
    const Discord = require('discord.js'); // This code is for discord.js v12 because idk how to use v14
    2
    const client = new Discord.Client();
    3
    require('dotenv').config();
    4
    
                  
    5
    client.on('ready', () => {