Skip to content
View Jeydin21's full-sized avatar
🌎
Changing the world one function at a time
🌎
Changing the world one function at a time

Organizations

@Munchyroll

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:

                        

🤗 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:
    - Valorant
    - Genshin Impact
    - Honkai: Star Rail
    - Honkai Impact 3rd
    - Blue Archive
    - Tetr.io
    - Krunker.io

⚡ 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 minimalism and responsive design

    JavaScript 98 33

  2. Website Website Public

    My personal landing page made with ❤️

    TypeScript 1

  3. Blog Blog Public

    My blog website made with NextJS and written in Markdown

    TypeScript

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