class Rodrigo:
def __init__(self):
self.name = "Emilio Rodrigo Carreira Villalta"
self.age = 21
self.studying = True
self.working = True
self.email = "[email protected]"
self.linkedin = "https://www.linkedin.com/in/emilio-rodrigo-carreira-villalta-2a62aa250/"
self.leetcode = "https://leetcode.com/u/rorro3382/"
def __str__(self):
return ("My name is Rodrigo and I am finishing my last year of software engineering at the University of Málaga. "
"I am incredibly interested in the workings of AI, whether it is exploring algorithms and techniques of "
"machine learning and natural language processing. I constantly seek opportunities to learn and attend "
"important events such as Talent Land (where I was a speaker alongside my faculty professor), ARITH 2024 "
"(where I was staff), DES 2024, YOLO Vision 2024 and and various technology conferences on AI and cybersecurity held in Málaga.")
if __name__ == "__main__":
rodrigo = Rodrigo()
print(rodrigo)
🤖🧠 I have experience in designing and experimenting with neural network models applied to computer vision and natural language processing, and I possess several technical certifications provided by Nvidia's DLI. Regarding CUDA, I am familiar with programming and deploying threads to optimize parallel computations on GPU.
💻🛠️ Concerning my technical skills, my studies in computer engineering have provided me with holistic knowledge in a wide variety of fields. I am proficient in various programming languages such as C/C++, Java, Haskell, CUP, JFLEX, SQL, Git, assembly, and Python, and I have basic knowledge of Linux bash, HTML, CSS, and JS. My training in Java is advanced, covering data structures, algorithms, object-oriented programming, systems and concurrency, compiler design, and project development with Spring Boot. I also have basic knowledge in networks and distributed systems, including socket analysis and network protocols with tools like Wireshark, and familiarity with TCP and TLS protocols.
🎾🤝🏅 I am an enthusiast of sports, especially tennis, and I enjoy staying active and healthy. I am passionate about creating and editing visually appealing content. I enjoy working in a team and building meaningful relationships both professionally and personally. I am a self-taught, charismatic, and empathetic person, committed to achieving my goals and constantly improving myself.