Skip to content
View mohanavel15's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report mohanavel15

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

impl AboutMe for Mohan {
  fn get_projects(&self) -> Vec<&'static str> {
    vec![
      "https://github.com/mohanavel15/Chatapp",
      "https://github.com/mohanavel15/Meet",
      "https://github.com/mohanavel15/discord-ui-clone",
    ]
  }

  fn get_technologies(&self) -> Vec<&'static str> {
    vec![
      "Go", "Rust", "JavaScript", "TypeScript", "Python",
      "HTML", "CSS", "React JS", "Solid JS", "NGINX",
      "TailwindCSS", "Go Fiber", "Gorilla Web Toolkit", 
      "Flask", "FastAPI", "PostgreSQL", "MongoDB", "Docker", "Linux"
    ]
  }

  fn get_future_goals(&self) -> String {
    String::from("Explore Web Technology")
  }
}

Languages and Tools:

bash docker flask git go heroku html5 javascript linux mongodb mysql nginx postgresql python react typescript

Pinned

  1. mohanavel15.github.io mohanavel15.github.io Public

    Code for my portfolio website

    TypeScript

  2. Chatapp Chatapp Public

    A Chat App written in golang & react-js with typescript

    TypeScript 8 2

  3. Meet Meet Public

    One-To-One Video/Audio call app built with WebRTC, Go Fiber, Solid JS, TailwindCSS and uses github oauth.

    TypeScript 7

  4. dhcp-go dhcp-go Public

    Implementation of RFC 2131

    Go

  5. SocialMedia SocialMedia Public

    TypeScript

  6. UDP_Hole_Punching-go UDP_Hole_Punching-go Public

    UDP hole punching example in go

    Go 2 1