import { createApp } from 'vue'
const app = createApp({
name: 'About me',
data() {
return {
name: 'Ferdi Tarakci',
title: 'Software Developer',
jobTitle: 'Front-End Web Developer',
company: 'TransferChain',
city: 'Istanbul',
}
}
});
app.mount('#app');
I have been a front-end developer for over 10 years building user-centric interfaces. My greatest passion is designing scalable, fast, and accessible experiences using modern web technologies such as JavaScript, React, Vue, TypeScript, Quasar, and Next.js. With strong attention to detail and a focus on continuous learning, I strive to make a meaningful impact in every project. I’m able to deliver fast and effective solutions to complex problems and stay up to date by closely following the latest industry trends. On top of all that, writing clean and readable code is one of my core principles.