class Usuario:
def __init__(self):
self.nombre = "Isacc Hernandez"
self.ubicacion = "España"
self.puesto_actual = "SysAdmin & Python Dev"
self.roles = "DBA, SysAdmin, DevOps, BackEnd"
self.experiencia = {
"años_experiencia": "2+",
"enfoque": [
"Automatización de tareas",
"Administración de infraestructuras TI",
"Desarrollo Backend",
"Scripting",
"DevOps"
],
"actualmente": "DevOps Junior",
"intereses": [
"Automatización",
"Tendencias tecnológicas",
]
}
self.lenguajes_programacion = ["Python", "Bash", "SQL", "Go", "EcmaScript"]
self.sistemas_operativos = {
"Linux": ["Ubuntu Server", "Red Hat"],
"Windows Server": True
}
self.frontend = {
"JavaScript Frameworks": ["React"],
"CSS Frameworks": ["Tailwind"],
"UI Libraries": ["Material UI"]
}
self.backend = {
"JavaScript": ["Node", "Express"],
"Python": ["Flask", "Django"]
}
self.mobile = {
"CrossPlatform": []
}
self.devops = {
"Herramientas": ["Docker", "CI/CD", "GitHub Actions", "Ansible", "Jenkins", "Terraform"],
"WebServers": ["Nginx", "Apache"],
"Orquestadores": ["Kubernetes"],
"Monitoreo": ["Grafana", "Prometheus"],
"MensajerÃa/Streaming": ["Apache Kafka"]
}
self.cloud = {
"AWS": ["Fargate", "EC2", "S3", "Lambda", "CloudWatch", "RDS"],
"Azure": True,
"GCP": True
}
self.bases_datos = ["PostgreSQL", "MySQL", "SQLite", "MongoDB", "Firebase Realtime DB", "redis", "SQLserver"]
self.misc = {
"TecnologÃas": ["Socket.IO", "REST APIs", "WebSockets", "Cloud Functions", "Vectorization"],
"Versionado": ["Git", "GitHub","GitLaB"],
}
def __str__(self):
return f"Perfil profesional de {self.nombre} ({self.puesto_actual}) ubicado en {self.ubicacion}"
isaccwebdev = Usuario()
print(isaccwebdev)
😀
Coding
Sysadmin Junior || Cloud Computing || IT Support
Python || Bash || Network Technician & DBA ( in progress )
- Salamanca
-
03:52
(UTC +01:00)
Pinned Loading
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.


