// π― Let's Get to Know Each Other!
interface Developer {
name: string;
title: string;
education: string;
passions: string[];
dailyMotto: string;
}
const ansellino: Developer = {
name: "Ansellino",
title: "Full-Stack Developer & DevOps Enthusiast",
education: "β¨ Master's Graduate in Information Technology",
passions: [
"π Web Development",
"𧩠Problem Solving",
"π DevOps Engineering",
"π§ System Architecture",
],
dailyMotto: "Building tomorrow's solutions, one line at a time π»",
};
// Fun fact: I write code and drink coffee β
π» Development | π Tools | π Learning |
---|---|---|
Full-Stack Web | DevOps | New Technologies |
API Design | Cloud Solutions | System Architecture |
UI/UX | Automation | Best Practices |
echo "Thank you for exploring my digital space! Let's create something extraordinary together. π"