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.

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

Hi 👋, I'm Matías

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

  • 🇦🇷 I'm 25 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.
  • 📫 How to reach me [email protected]

Linkedin: matiasagenitez

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

  programmingLanguages: ["TypeScript"],
  
  technical_skills: {
    backend: {
      technologies: ["Node.js", "Express", "NestJS"],
      concepts: ["Clean Architecture", "Design Patterns"],
      tools: ["GraphQL", "WebSockets (intermediate level)"],
      current_focus: ["Microservices with NestJS"]
    },
    frontend: {
      frameworks: ["React", "Next.js"],
      libraries: ["React Router", "Wouter", "Redux Toolkit", "Zustand", "ContextAPI", "TanStack Query"],
      styling: ["Bootstrap", "TailwindCSS", "shadcn"]
    },
    databases: {
      relational: ["MySQL", "Postgres"],
      non_relational: ["MongoDB"],
    },
    tools_and_platforms: {
      containerization: ["Docker"],
      productivity_and_organization: ["Trello", "Notion"],
      API_testing: ["Postman", "Insomnia"],
      version_control: ["Git", "GitHub"]
    },
    currently_learning: {
      cloud_services: ["AWS (Amazon Web Services)"],
      advanced_architecture: ["Microservices (NestJS)"]
    },
    languages: ["spanish", "english", "portuguese"]
  },

  soft_skills: [
      "Critical Thinking",
      "Priority Management",
      "Goal Setting and Objectives",
      "Commitment to Quality",
      "Self-Awareness and Learning"
    ]
}

Popular repositories Loading

  1. openai-assistant openai-assistant Public

    Project developed to learn how to use the OpenAI API, that allows interaction with various language models and displays the generated responses. Application built with React.js and NestJS.

    TypeScript 4

  2. 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

  3. guitarla-strapi guitarla-strapi Public

    This Github repository hosts an API developed with Strapi to manage an online guitar sales website. The API is built on Render, which serves as the database service using Postgres, while Cloudinary…

    JavaScript 1

  4. calendar calendar Public

    JavaScript 1

  5. webhooks webhooks Public

    Un repositorio para aprender webhooks con Github + Discord

    1

  6. 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