interface Developer {
name: string;
role: string;
location: string;
education: {
university: string;
major: string;
semester: number;
};
currentlyLearning: string[];
askMeAbout: string[];
funFact: string;
}
const adisty: Developer = {
name: "Adisty Fatika Ardani",
role: "Fullstack Developer",
location: "Indonesia ๐ฎ๐ฉ",
education: {
university: "Telkom University",
major: "Computer Science",
semester: 3
},
currentlyLearning: [
"System Design",
"Backend Optimization",
"Cloud Architecture"
],
askMeAbout: [
"React", "Node.js", "Go",
"API Design", "Database Design"
],
funFact: "I turn coffee into code โ โ ๐ป"
};๐ง Contact: [email protected]
๐ผ Open to: Internships | Collaborations | Open Source Projects
Languages
Frontend
Backend
Database & Tools
projects:
- Fullstack Web Apps (React + Node.js)
- REST API Development with Go
- Responsive UI Components
- Database Optimization |
topics:
- System Design Patterns
- Backend Performance Tuning
- Cloud Technologies
- Data Visualization (D3.js) |
โก Crafted with passion by Adisty Fatika Ardani
