Skip to content
View Jeydin21's full-sized avatar
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. 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 (23.10)
  • Games I play:
    - Visual Studio Code
    - Neovim
    - Genshin Impact
    - Honkai: Star Rail
    - Honkai Impact 3rd
    - Tetris
    - Krunker

    Yes, I can play all of 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

  1. Munchyroll Munchyroll Public

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

    JavaScript 40 9

  2. My-Blog My-Blog Public

    My blog made with React and written in Markdown

    JavaScript 1

  3. Create-Task-Project Create-Task-Project Public

    The Great McDonalds Battle

    Python 3

  4. 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

  5. cs3 cs3 Public

    Notes I take in my Data Structures & Algorithms class in Markdown

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