Skip to content
View AndresNS's full-sized avatar
🦕
🦕

Block or report AndresNS

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

Hi, I'm Andrés 🤓

class Person {
  constructor(name, birthdate, profession, location, interests) {
    this.name = name;
    this.birthdate = birthdate;
    this.profession = profession;
    this.location = location;
    this.interests = interests;
  }

  timeTravelTo(date) {
    throw new Error("Error 501: Time Machine Not Implemented. This feature hasn't been implemented yet. Try again in the future.");
  }

  procrastinate() {
    const tomorrow = new Date(Date.now() + 24 * 60 * 60 * 1000);

    console.log("All work has successfully been scheduled for tomorrow, " + tomorrow.toDateString() + ".");
  } 
}

const me = new Person(
  "Andrés Navarro S.",
  "1988-11-12",
  "Software Developer",
  "Santiago, Chile",
  ["Programming", "Reading", "Video games", "TCG's"]
);

me.procrastinate();

My Stack

html5 logo css3 logo javascript logo typescript logo tailwindcss logo react logo nextjs logo amazonwebservices logo nodejs logo express logo mongodb logo postgresql logo amazondynamodb logo godot logo figma logo

Github Stats

streak graph languages graph

Get in touch

Feel free to reach out to me for any inquiries or collaborations using the links below, or alternatively, you can check my portfolio to learn more about my work.

gmail logo  linkedin logo

Pinned Loading

  1. portfolio portfolio Public

    Personal portfolio

    TypeScript

  2. life-counter life-counter Public

    Simple and versatile life counter designed to support various Trading Card Games (TCGs) by allowing users to create presets with specific settings tailored to different games or personal preferences.

    TypeScript

  3. simple-json-stringifier simple-json-stringifier Public

    Simple tool to stringify a JSON formatted string

    TypeScript

  4. nvim-config nvim-config Public

    Lua