Skip to content
View knmsn's full-sized avatar
đź”—
Coding…
đź”—
Coding…
  • Brazil
  • 21:28 (UTC -03:00)

Block or report knmsn

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
knmsn/README.md
async function user(req, res) {
  try {
    const user = {
      name: "Gustavo O.R",
      portfolio: "https://knmsn.github.io/my-hub/",
      age: 23,
      stacks: [
        {
          NodeJS: ["ReactJS", "ReactNative", "NestJS", "Express"],
          Java: ["Spring", "JSP"],
          Kotlin:  ["Spring"],
          Python:  ["Flask", "Django", "Selenium"],
        }
      ],
      Databases: ["DB2", "SQL Server", "Amazon RDS", "Amazon Aurora", "PostgreSQL", "MongoDB", "OracleDB"],
      Cloud: ["AWS Amazon", "Microsoft Azure"],
    };

    return res.status(201).json(user);
  } catch (error) {
    return res.status(500).json({ error: "Internal Error" });
  }
}
app.get('/api/user', user);

Popular repositories Loading

  1. dude-security dude-security Public

    Library for python for cybersecurity and monitoring of servers and workstations.

    Python 7

  2. facebook-phishing facebook-phishing Public

    Facebook page phishing

    PHP 4 2

  3. bot-tritono bot-tritono Public

    Music BOT for discord, with YouTube search and Spotify integration.

    Python 2

  4. web-monitor web-monitor Public

    WEB application monitoring system - Netbeans

    Java 1

  5. h-rental h-rental Public

    Rental store management system, JAVA - NETBEANS.

    Java 1

  6. screenshot-webscrapping screenshot-webscrapping Public

    Screenshot via webscrapping

    JavaScript 1