Skip to content
View daryanka's full-sized avatar

Block or report daryanka

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

const Portfolio = "https://daryanamin.co.uk";
const LinkedIn = "https://www.linkedin.com/in/daryan-amin-06ab77221";

const Daryan: Person = {
  pronouns: ["He", "Him"],
  langauges: {
    Frontend: ["Javascript", "Typescript", "React.js", "HTML", "CSS", "SCSS"],
    Backend: ["Node.js", "GO"]
  },
  db: ["MongoDB", "SQL", "MySQL", "Redis"],
  contactMe: () => {
    console.log(`Contact me via LinkedIn: ${LinkedIn}`);
  },
  about: {
    enjoys: "Solving challenging tasks, reading about new technologies.",
    dislikes: "naming variables...",
    currentlyLearning: ["C++"]
  }
}

Popular repositories Loading

  1. typescript-with-redux typescript-with-redux Public

    TypeScript 54 13

  2. notification-component notification-component Public

    JavaScript 26 9

  3. react-modal react-modal Public

    JavaScript 22 4

  4. pokemon-app-tut pokemon-app-tut Public

    JavaScript 19 9

  5. redux-tutorial redux-tutorial Public

    JavaScript 14 6

  6. dnd-tutorial dnd-tutorial Public

    JavaScript 10 12