import random
import time
class DevBienvenida:
def __init__(self):
self.nombre = "Joel Cruz"
self.usuario = "Joel252"
self.stack = [".NET", "Python", "React", "SQL", "AWS", "Terraform"]
self.location = "Chetumal, México 🇲🇽"
def __str__(self):
return f"👋 ¡Hola! Soy {self.nombre} (@{self.usuario})\n" \
f"💻 Stack: {', '.join(self.stack)}"
def boot(self):
for _ in range(3):
print("🔄 Inicializando perfil...", end="\r")
time.sleep(1)
print(self)
if __name__ == "__main__":
yo = DevBienvenida()
yo.boot()
Software Developer | Cloud Engineer
- Monterrey, México
-
13:30
(UTC -06:00) - in/joel-cruz-32a87623a
Pinned Loading
-
terraform-ecs-ci
terraform-ecs-ci PublicInfrastructure provisioning template for applications with Terraform on AWS ECS-EC2.
HCL
-
-
aws-notification-service
aws-notification-service PublicServerless notification system on AWS with API Gateway + Lambda + SNS/SES using message templates.
JavaScript
-
e-commerce-microservices
e-commerce-microservices PublicExample of e-commerce designed with a microservices-based architecture.
C#
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.