Skip to content
View admartinbarcelo's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report admartinbarcelo

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

import { SoftwareDeveloper } from '@Admartinbarcelo';

class AdrianMartin extends SoftwareDeveloper {
  constructor() {
    super();
    this.helloWorld();
    this.mySkills();
    this.currentlyLearning();
  }
  
  helloWorld() {
    console.log(`
      ¡Hola, mundo! Soy Adrian Martin, un desarrollador Full Stack ubicado en Barcelona, España.
      Si quieres saber más sobre mí, visita mi página web en: https://admartinbarcelo.netlify.app/
    `);
  }

  mySkills() {
    console.log(`
      Tengo experiencia en una variedad de tecnologías, incluyendo:

      Frontend: JavaScript, TypeScript, HTML, CSS, TailwindCSS, Bootstrap,
      Backend: NodeJS, Express,
      Bases de Datos: MongoDB, mySQL,
      Frameworks: ReactJS, NextJS
      Herramientas: Git, GitHub, VSCode, npm, Webpack
    `);
  }

  currentlyLearning() {
    console.log(`
      Me encanta aprender y actualmente estoy trabajando en mejorar mis habilidades en NextJS y React Native.
    `);
  }
}

Popular repositories Loading

  1. git-practice git-practice Public

  2. lab-github-practice lab-github-practice Public

    Forked from ironhack-labs/lab-github-practice

    This is a repository for learning about GitHub features such as cloning, branching, and pull requests.

    HTML

  3. lab-html-exercise lab-html-exercise Public

    Forked from ironhack-labs/lab-html-exercise

    HTML

  4. lab-css-recipes-clone lab-css-recipes-clone Public

    Forked from ironhack-labs/lab-css-recipes-clone

    An exercise to clone a recipes page and understand the basics of HTML and CSS

    HTML

  5. lab-css-flexbox-slack lab-css-flexbox-slack Public

    Forked from ironhack-labs/lab-css-flexbox-slack

    HTML

  6. lab-javascript-basic-algorithms lab-javascript-basic-algorithms Public

    Forked from ironhack-labs/lab-javascript-basic-algorithms

    An exercise designed to learn basic JS algorithms (variables, loops, etc...)

    JavaScript