Skip to content
View PetusoTwo's full-sized avatar
♣️
Focusing
♣️
Focusing
  • Perú
  • 15:02 (UTC -05:00)

Block or report PetusoTwo

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
PetusoTwo/README.md
Typing SVG
public class Desarrollador {
    private String nombre = "Pedro";
    private String especialidad = "Next.js, React, TypeScript, Tailwind CSS, Python, PHP";
    private String[] intereses = {"Machine Learning", "Análisis de Datos", "NLP", "IA"};
    
    public void mostrarPerfil() {
        System.out.println("🚀 " + nombre + " - Especialista en " + especialidad);
        System.out.println("📊 Intereses: " + String.join(", ", intereses));
    }

    public static void main(String[] args) {
        Desarrollador yo = new Desarrollador();
        yo.mostrarPerfil();
    }
}

Popular repositories Loading

  1. Encrypt-Decrypt-Text Encrypt-Decrypt-Text Public

    Un Encriptador y Desencriptador Cesar hecho con Python y PyQt6.

    Python 2

  2. Voice_To_Text Voice_To_Text Public

    Python 2

  3. pet-memories pet-memories Public

    TypeScript 2

  4. KeyLogger KeyLogger Public

    A simple keylogger for Windows.

    Python 1

  5. e-commerce e-commerce Public

    Plantilla de E-commerce moderno e interactivo

    TypeScript 1

  6. PokeDex PokeDex Public