Skip to content
View matiasagbenitez's full-sized avatar
🤠
🤠

Block or report matiasagbenitez

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

Hi 👋, I'm Matías

A computer systems analyst, with a degree in information systems, and a developer

  • 🇦🇷 I'm 24 years old, and I'm from Argentina.
  • 👨‍💻 I'm currently working on private app development projects, but I'm actively seeking my first job in IT.
  • 📚 I enjoy reading, investments, and football. I consider myself a kind, responsible, and polite person.
  • 💻 I have expertise in developing RESTful APIs using Node.js and Express, integrating with the frontend using React.
  • 🌱 I’m currently learning Next.js, Nest.js and AWS.
  • 📫 How to reach me matiasagbenitez@gmail.com

Linkedin: matiasagenitez

const aboutMe = {
  name: "Matías",
  age: 24,
  occupation: "System Analyst and Junior Full-stack Web Developer",
  education: "Degree in Information Systems",
  experience: "Experienced in computer systems analysis",

  programmingLanguages: ["JavaScript", "TypeScript"],
  
  technologies: {
    frontEnd: {
      js: ["React"],
      css: ["Bootstrap", "Tailwind CSS"],
      stateManagement: ["Redux"],
      testing: ["Jest", "React Testing Library"],
      dataManagement: ["React Query"],
      navigation: ["React Router DOM"]
    },
    backEnd: {
      js: ["Node.js", "Express.js"],
      testing: ["Jest"],
      databases: ["MongoDB", "MySQL", "PostgreSQL"],
      authenticationAuthorization: ["JWT"]
    },
    miscellaneous: ["Docker", "Git", "GitHub", "Bash"]
  },

  softSkills: [
    "Team player",
    "Open communication",
    "Collaborative mindset",
    "Adaptability",
    "Continuous learner",
    "Discipline",
    "Commitment"
  ],
};

Popular repositories Loading

  1. go-download-manager go-download-manager Public

    GO program developed for the Programming Paradigms and Languages class, showcasing concurrent programming. It downloads a video in multiple threads and merges them into a final file.

    Go 1

  2. calendar calendar Public

    JavaScript 1

  3. noc noc Public

    Network Operations Center (TS, Clean Architecture & Repository Pattern)

    TypeScript 1

  4. react-query-issues react-query-issues Public

    Explores Tanstack Query basics, fetching Facebook repository issues with filterable navigation, detailed views, prefetching, and efficient state management. Ideal for mastering advanced data handli…

    TypeScript 1

  5. react-query-store react-query-store Public

    This is a repository designed to advance the knowledge of the Tanstack Query library (like preferch, mutations, optimistic updates, success and errors, set and remove queries, etc.)

    TypeScript 1

  6. devstagram devstagram Public

    Devstagram is a social network created exclusively for programmers. In it you can upload images, post comments and connect with other people... for free!

    PHP