publicclassDesarrollador {
privateStringnombre = "Pedro";
privateStringespecialidad = "React, Tailwind CSS, Python, PHP";
privateString[] intereses = {"Machine Learning", "Análisis de Datos", "NLP", "IA", "TypeScript"};
publicvoidmostrarPerfil() {
System.out.println("🚀 " + nombre + " - Especialista en " + especialidad);
System.out.println("📊 Intereses: " + String.join(", ", intereses));
}
publicstaticvoidmain(String[] args) {
Desarrolladoryo = newDesarrollador();
yo.mostrarPerfil();
}
}😴
Hangout
Highlights
- Pro
Popular repositories Loading
- Encrypt-Decrypt-Text
Encrypt-Decrypt-Text PublicUn Encriptador y Desencriptador Cesar hecho con Python y PyQt6.
Python 2
- Voice_To_Text
Voice_To_Text PublicPython 2
- pet-memories
pet-memories PublicTypeScript 1
- spotly-core
spotly-core Public
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
Uh oh!
There was an error while loading. Please reload this page.
