Skip to content
View leotammaro's full-sized avatar

Block or report leotammaro

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

Hi there πŸ‘‹



let aboutMe πŸ‘¨β€πŸ’» = {
   name:'Leonel',
   age: 25,
   country: 'Argentina',
   pronouns: 'he' | 'him',
   code: ['Javascript', 'TypeScript'],
   technologies: {
      frontEnd: {
         js: ['React'],
         css: ['Bootstrap', 'SASS', 'Chakra UI']
      },
      backEnd:{
      database: ['Mongo DB', 'MYSql'],
      orm: ['typeORM', 'Sequelize'],
      js:['Node JS', 'Nest JS']
      },
      testing:['Cypress', 'Jest', 'Supertest'],
      AWS: ['RDS', 'Cognito', 'Amplify', 'App Runner']
   }   
};



Top langs πŸ‘…

Popular repositories Loading

  1. introduccion-a-js introduccion-a-js Public

    Forked from r-argentina-programa/introduccion-a-js

    JavaScript

  2. Prueba-NPM Prueba-NPM Public

  3. chat chat Public

    JavaScript

  4. Covid19 Covid19 Public

  5. Simon-dice Simon-dice Public

    JavaScript

  6. Pokedex Pokedex Public

    Pokedex muestra lista de pokemones y realiza interacciones mostrando info de ellos

    JavaScript