Skip to content
View swayam5342's full-sized avatar

Highlights

  • Pro

Block or report swayam5342

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.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
swayam5342/README.md

Typing SVG

๐Ÿ‘จโ€๐Ÿ’ป About Me

use std::collections::HashMap;

struct Programmer {
    name: &'static str,
    age: u32,
    socials: HashMap<&'static str, &'static str>,
    interests: Vec<&'static str>,
    languages: Vec<&'static str>,
    coffee: bool,
}

fn main() {
    let mut socials = HashMap::new();

    socials.insert("Discord", "swayamm5342");
    socials.insert("Instagram", "swayam5342_");
    socials.insert("LinkedIn", "swayam5342");

    let swayam = Programmer {
        name: "Swayam",
        age: 19,
        socials,
        interests: vec![
            "Cybersecurity",
            "Backend Development",
            "AI",
            "Astronomy",
            "Books",
            "Music",
        ],
        languages: vec![
            "Python",
            "Go",
            "TypeScript",
            "Rust",
        ],
        coffee: true,
    };

    println!("Thanks for visiting!");
}

๐Ÿš€ Featured Projects

  • ๐Ÿ” Cybersecurity tools & experiments
  • ๐ŸŒ Backend APIs and systems
  • ๐Ÿ“ Raspberry Pi projects

๐Ÿ” Cybersecurity Interests

  • Web Security
  • Networking
  • Linux
  • Reverse Engineering
  • CTF Challenges
  • OSINT

๐Ÿ“š Currently Learning

  • Rust
  • Backend Development
  • AI Engineering
  • Offensive Security
  • System Design

๐Ÿ› ๏ธ Languages & Tools


๐Ÿ“Š GitHub Stats

Swayam's Stats

Swayam's Stats

Swayam's Stats

Swayam's Stats


๐ŸŒ Connect With Me

LinkedIn Instagram Discord


Popular repositories Loading

  1. ALU_DSD_project ALU_DSD_project Public

    Verilog 1

  2. swayam5342 swayam5342 Public

    Config files for my GitHub profile.

  3. Keras Keras Public

    Jupyter Notebook

  4. weather-app weather-app Public

    CSS

  5. pwsh pwsh Public

    PowerShell

  6. verilog_vit_lab verilog_vit_lab Public

    Verilog