I’m Luis José, a Teacher and Full Stack Developer. I have been CTO and co-founder of several tech companies. I'm always learning and looking for new challenges 🚀.
class AboutMe:
"""Professional profile overview."""
NAME = "Luis José Sánchez 🙋♂️"
LANGUAGES = [
"Python", "Java", "PHP", "TypeScript",
"JavaScript", "SQL", "HTML", "CSS"
]
FRAMEWORKS = ["Angular", "Ionic", "FastAPI", "Django"]
INTERESTS = [
"Teaching 👨🏫",
"Coding 💻",
"Calisthenics 💪🏻",
"Running 🏃",
"Cars & Motorbikes 🚗 🏍️",
"Photography 📷",
]
LIFESTYLE = [
"Vegetarian 🥑",
]
LINKEDIN = "https://www.linkedin.com/in/luisjosesanchez/"







