
David Fernando Talavera Torres
Software Engineer
CDMX, Mexico
I am a computer systems engineer, I am 24 years old and I specialize in software development, currently I am studying cloud infrastructure to be a software architect
# Tech Stack Configuration
tech_stack = {
"dev_ops": ["GitHub", "AWS", "Docker"],
"frontend": ["Astro JS", "JavaScript", "TypeScript", "TailwindCSS"],
"backend": ["Django", "Node.js", "PostgreSQL", "MongoDB"]
}
# Developer Profile
me = {
"name": "David Talavera Torres",
"skills": tech_stack["dev_ops"] +
tech_stack["backend"] +
tech_stack["frontend"],
"interests": [
"Infrastructure", "Security", "Automation",
"Performance", "Self-Hosting", "Networking"
]
}
def get_contact_info(method):
contacts = {
"github": "https://github.com/daavid_tal",
"linkedin": "https://www.linkedin.com/in/davidtalaveratorres",
"instagram": "https://www.instagram.com/daavid_tal/",
"email": "f2c8xxvm8@mozmail.com"
}
return contacts.get(method, "Send fax.")
EduGreen
EduGreen es una app móvil desarrollada con React Native y el boilerplate de ignite-cli que tiene como objetivo el desarrollo sustentable
Source CodeCalculadora Conversiones
Calculadora en ensamblador que convierte un dígito decimal a binario, hexadecimal y octal
Source Code