Skip to content
View samjesus8's full-sized avatar
Block or Report

Block or report samjesus8

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
samjesus8/README.md
Header Image
Profile Views

🕵️ About Me

internal sealed class AboutMe() {
    public string Education { get; set; }
    public string[] Socials { get; set; }
    public string Description { get; set; }
}

public static void Main(string[] args) {
    AboutMe myProfile = new AboutMe() {
        Education = "Computer Science BSc",
        Socials = {"youtube.com/SamuelJesuthas", "twitter.com/samueljesuthas"},
        Description = "YouTuber & Developer"
    }
}

🛠️ Most Used Languages/Tools

C# Python Java CSS3 HTML5 JavaScript Git

📑 Stats

Top Languages
GitHub Stats
GitHub Streak

Pinned

  1. CSharp-Discord-Bot-Template-NET7 CSharp-Discord-Bot-Template-NET7 Public template

    A Simple Template for making a C# Discord Bot using DSharpPlus (NET 7.0 Project)

    C# 2

  2. CSharp-Discord-Bot-Template-NET8 CSharp-Discord-Bot-Template-NET8 Public template

    A Simple Template for making a C# Discord Bot using DSharpPlus (NET 8 Project)

    C# 6

  3. CateringAppProject CateringAppProject Public

    Computer Science BSc - Individual Project (IP40)

    C#

  4. DiscordBotExampleCode DiscordBotExampleCode Public

    Example code repository for the YouTube Tutorial series

    C# 1 1