Skip to content
View Jeydin21's full-sized avatar

Organizations

@Munchyroll-Development
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 cybersecurity major. I'm a Linux enthusiast and an open source advocate. I love developing things related to anime and games. I'm always open to collaborating on projects and innovative ideas. Feel free to connect with me here:

                        

🤗 Fun Facts

  • ____________
  • I use the Ubuntu distribution of Linux (24.04)
  • Games I Have Played:
    - Visual Studio Code
    - Neovim
    - Blue Archive
    - NIKKE: Goddess of Victory
    - Genshin Impact
    - Honkai: Star Rail
    - Honkai Impact 3rd
    - 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

Visitor Badge

Pinned Loading

  1. Munchyroll Munchyroll Public

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

    JavaScript 62 18

  2. blog blog Public

    My blog made with React and written in Markdown

    JavaScript 1

  3. website website Public

    My personal landing page made with ❤️

    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', () => {