Skip to content
View mkeskin's full-sized avatar
Coding...
Coding...
Block or Report

Block or report mkeskin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mkeskin/README.md

Hey! Nice to see you.

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.

😎 About me

package main

import (
 "fmt"
)

type Person struct {
 name, contact string
 age int
 hobbies []string
}

func main() {
 me := Person {
   name: "Mustafa Keskin",
   contact: "[email protected]",
   age: 26
 }

 me.hobbies = []string {
   "Travelling ⛵",
   "Cooking 🥘"
 }

 fmt.Println(me)
}

Things I code with

git gitHub docker go c# .net core php laravel html5 typescript javascript jquery react vue.js css3 sass bootstrap tailwind react native redux firebase redis qraphql mysql postgresql mongodb visual studio code prettier brave browser

Other Stuff

  • 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.

Pinned Loading

  1. mkeskin mkeskin Public

    My profile on Github