Welcome to my page!
π¨βπ» I'm Mustafa, Fullstack Developer from Ankara, Turkey. I have been working for about over 10 years.
π I love solving problems and finding elegant solutions.
π¬ Ask me about anything related to Javascript/Typescript/PHP/C#/Go or React/Vue/Bootstrap/Tailwind.
package main
import (
"fmt"
)
type Person struct {
name, contact string
age int
hobbies []string
}
func main() {
me := Person {
name: "Mustafa Keskin",
contact: "mustafa@keskin.work",
age: 26
}
me.hobbies = []string {
"Travelling β΅",
"Cooking π₯"
}
fmt.Println(me)
}
- If you have any suggestions to this page, feel free to inform me. And if you liked, you are free to use it for yourself.