export function ComputerEngineer() {
const me = {
name: "Münevver Bahar",
role: "Frontend Developer",
code: ["JavaScript", "TypeScript", "Dart", "Java", "Php", "HTML", "CSS"],
knowledge_base: [
"Software Engineering",
"Mobile Programming",
"Web Programming",
],
};
const say_hi = (me) => {
console.log(`Hello my friend, thanks for dropping by! This is ${me.name}, I live in Turkey.
I work as a ${me.role} and recently I am focusing on unit testing and web programming for my personal growth.
I have wide interests, but most of them are multi-platform mobile programming.
I write down tips and lecture notes on my personal tech blog, which can be found here: https://munevverbahar.medium.com/`);
};
say_hi(me);
}
👩💻
Pinned Loading
-
-
-
-
VBT-Intership/MBahar-Retrofit-With-Kotlin
VBT-Intership/MBahar-Retrofit-With-Kotlin PublicKotlin retrofit sample
Kotlin 1
-
VBT-Intership/MBahar-DoctorAppointmentAppUi
VBT-Intership/MBahar-DoctorAppointmentAppUi PublicAppointment UI made with Flutter
Dart
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.