const miftah = {
name: "Miftahuddin S. Arsyad",
location: "Manado, Indonesia 🇮🇩",
education: "Universitas Sam Ratulangi",
passion: ["Web Development", "UI/UX Design", "Machine Learning"],
currentFocus: "Building awesome web applications",
funFact: "I debug with console.log() and I'm not ashamed! "
};
console.log("Welcome to my digital world! ");
goals_2024 = [
" Master full-stack development",
" Build mobile applications",
" Dive deeper into Machine Learning",
" Contribute to open source projects",
" Write technical blog posts",
" Complete my degree with excellence"
]
for goal in goals_2024:
print(f"Working on: {goal}")
"Code is poetry written in logic, and every bug is just a plot twist in the story."
- Miftahuddin S. Arsyad