Skip to content
View EsakkiMuthu-dev's full-sized avatar

Block or report EsakkiMuthu-dev

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

👋 Welcome to My GitHub Profile

println!("👋 Hello there! Let’s meet Esakki Muthu!");

struct EsakkiMuthu {
    username: &'static str,
    name: &'static str,
    position: &'static str,
    blog: &'static str,
    socials: Socials,
    code: Code,
    architecture: [&'static str; 4],
}

struct Socials {
    twitter: &'static str,
    github: &'static str,
    linkedin: &'static str,
}

struct Code {
    backend: [&'static str; 5],
    database: [&'static str; 4],
    devops: [&'static str; 3],
    frontend: [&'static str; 5],
    tools: [&'static str; 4],
}

fn main() {
    let me = EsakkiMuthu {
        username: "esakkimuthu",
        name: "Esakki Muthu",
        position: "Backend Developer at Zoho",
        blog: "https://esakkimuthu-portfolio.vercel.app/",
        socials: Socials {
            github: "https://github.com/EsakkiMuthu-dev",
            linkedin: "https://www.linkedin.com/in/esakkimuthu-esakki/",
        },
        code: Code {
            backend: ["Java", "Node.js", "Python", "Rust", "Spring Boot"],
            database: ["PostgreSQL", "MySQL", "MongoDB", "SQLite"],
            devops: ["Linux", "Google Cloud", "Github Actions"],
            frontend: ["React", "HTML", "CSS", "JavaScript", ],
            tools: ["Postman","VSCode", "GitHub", "Docker", "IntelliJ","Firebase"],
        },
        architecture: ["MVC", "Microservices", "Serverless", "SPA"],
    };

    println!(
        "{} is a {} who codes in {} and builds {}!",
        me.name,
        me.position,
        me.code.backend.join(", "),
        me.architecture.join(" and ")
    );
}

Pinned Loading

  1. 100-Days-of-Code 100-Days-of-Code Public

    100 days of Coding and DSA

    JavaScript 3

  2. ForYou ForYou Public

    This App used to Connect with your friends and Watch youtube Together

    JavaScript 2 1

  3. Automatic-Youtube-and-Playlist-Downloader Automatic-Youtube-and-Playlist-Downloader Public

    I created this for My Perosnal use . We can Download Youtube Videos and other streamable Videos using this Bot. we can automate this Bot using Cron job in Linux and Mac os

    Python 1

  4. TextKrabber TextKrabber Public

    Text extractor

    Python 3

  5. Youtube-Playlist-Length-Calculator Youtube-Playlist-Length-Calculator Public

    TypeScript

  6. Awesome_Craiglist_Scrapper Awesome_Craiglist_Scrapper Public

    Python 3