Skip to content
View JVespid's full-sized avatar
🌸
active
🌸
active
Block or Report

Block or report JVespid

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

Bernardo Abel

Programador web

wa ha ha
const AboutMe = require("AboutMe");

const createObjet = () => {
  aboutMe = new AboutMe();
  aboutMe({
    name: "Bernardo Abel Lopez Sanchez",
    rol: "Web developer fullstack",
    stackMain: {
      backend: ["Node.js"],
      frontend: ["HTML", "SASS", "JavaScript", "React.js", "Next.js"],
      database: ["Supabase"],
    },
    stackOther: {
      backend: ["PHP", "Java", "Spring Boot"],
      frontend: ["vue.js", "Angular", "CSS", "Bootstrap", "Tailwind"],
      database: ["PostgreSQL"],
    },
    Presentation : {
      en:`Hello, I have been a software developer for over 2 years.
         I enjoy technology and animation in general. Nice to meet you.`,
      
      es:`Hola, he sido desarrollador de software desde hace más de 
         2 años. Me gusta la tecnología y la animación en general. Un gusto conocerte.`,
    }
    languages: ["Spanish", "English"],
  });

  return aboutMe.action();
};

Linkedin Github java backend C++ HTML5 CSS3 JavaScript MySQL Git frontend

spring Node.js PHP fullstack

Popular repositories Loading

  1. Encriptador Encriptador Public

    Proyecto de encriptasion, echo para el curso de Oracle Next Education 2022

    Java 12 6

  2. HACK-THE-OCEAN HACK-THE-OCEAN Public

    JavaScript 2 1

  3. JVespid JVespid Public

    Config files for my GitHub profile.

  4. pokedex pokedex Public

    CSS

  5. vaccination-campaign vaccination-campaign Public

    HTML

  6. Ahorcado-game Ahorcado-game Public

    juego del ahorcado creado en Next.js con react y una base de datos en supabase, al igual que implementacion en vercel

    JavaScript