I'm Full Stack Web Developer!
class Manuel:
def __init__(self):
print("- 📊 My Stats:")
self.country = "Colombia"
self.name = "Manuel Erazo"
self.age = "21"
self.status = "Student"
print("- 🔨 Languages and Tools:")
self.code = ["Python", "Javascript", "C#"]
self.frontend = ["HTML", "CSS", "React","TailwindCSS", "Astro", "Vite", "JSON", "Jest"]
self.backend = ["NodeJs", "Django"]
self.database = ["PostgreSQL", "Redis", "MySQL", "Supabase"]
self.cloud = ["AWS"]
self.tools = ["Git", "GitHub Actions", "Postman", "Bash", "VirtualBox", "Linux", "Markdown", "Docker"]
print("- 💬 Ask me about:")
self.others = ["#Cybersecurity", "#Cars", "#Football", "#Cooking", "#Instruments"]
def about(self):
print("- 🔮 Hi, I'm Manuel! I'm a Full Stack Web Developer.")
print("- 🗒 I'm currently learning Next.js, Svelte, Dart, GraphQL, Bun, Deno")
print("- 📫 How to reach me: [email protected]")