Skip to content
View sergiolvargas95's full-sized avatar
๐Ÿ–ฅ๏ธ
๐Ÿ–ฅ๏ธ

Block or report sergiolvargas95

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

Hi there ๐Ÿ‘‹ I'm Sergio Luis Vargas!

I am a Software Engineer at SIESA S.A and Programming teacher; I consider myself someone who loves to learn, I love learning new things all the time, not just programming. I like to play musical instruments, do sports and learn about space. Working as a teacher has allowed me to have good soft skills, such as working in a team, being resilient and proactive.

Twitter: Sergio Linkedin: Sergio GitHub Sergio

A little more about me...

const Sergio = {
  pronouns: "he" | "him",
   code: [JavaScript, HTML, CSS, Python, PHP, Java],
   tools: [Figma, Webpack, VScode, Git, ESLint],
   technologies: {
      frontEnd: {
         js: ["Angular"],
         css: ["Bootstrap", "SASS"]
      },
      backEnd: {
         Java: ["SpringBoot"],
         PHP: ["Yii2", "Laravel"],
         db: ["MySql", "Postgress"],
      },
   },
   currentOccupation: ["Fullstack Dev"],
   challenge: "I'm working on being the best version of myself, every day.",
}

Github stats ๐Ÿ“Š

Top langs ๐Ÿ‘…

sergiolvargas95 :: Top Langs

Pinned Loading

  1. notesApp_php notesApp_php Public

    Notes application created with pure PHP, exercise to practice concepts of object-oriented programming, database connection and MVC architecture.

    PHP

  2. backend_todoApp backend_todoApp Public

    Task management application with PHP in the backend and support for real-time events with Node.js.

    PHP