I'm a web enthusiast constantly exploring cutting-edge technologies to ensure your websites look stunning, offer seamless experiences, and work like a charm.
Why Choose Me:
✨ Expertise in modern web technologies.
✨ A commitment to exceptional design and functionality.
✨ Your vision, my code - we make magic happen!
Let's create together!
#!/usr/bin/python
# -*- coding: utf-8 -*-
import transform
class SoftwareEngineer()
def __init__(self):
self.name = "Angel Ortiz"
self.role = "Software Engineer"
self.spoken_languages = ["es_PE", "en_US"]
self.interests = [ "video games", "Python", "soccer", "rock music"]
def work(coffee):
code = transform(coffee)
return code
def say_hello():
print("Hey! thank you for reaching out to my profile")
me = SoftwareEngineer()
me.say_hello()