Skip to content
View kerimtonkaz's full-sized avatar
🎃
🎃

Organizations

@uyuyorumteam

Block or report kerimtonkaz

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
kerimtonkaz/README.md

🖮 Coding


🎶 Vibing to

spotify-github-profile

💫 About Me:

<template>
  <div>
    <h1>Hello! I'm {{ name }}.</h1>
    <p>You can also call me {{ pronouns }}.</p>
    <p>Currently, I'm learning {{ currentlyLearning }}.</p>

    <h2>My Skills:</h2>
    <ul>
      <li v-for="skill in skills" :key="skill">{{ skill }}</li>
    </ul>
    <button @click="learnNewSkill('Nuxt.js')">Learn Nuxt.js</button>
  </div>
</template>

<script>
import { ref } from '@nuxtjs/composition-api';

export default {
  setup() {
    const name = ref('Kerim');
    const pronouns = ref('He' || 'Him');
    const currentlyLearning = ref('Nuxt.js');

    const skills = ref([
      'PHP',
      'JavaScript',
      'C#',
      'VB',
      'Git',
      'Linux',
      'Databases',
      'REST APIs',
    ]);

    const introduce = () => {
      alert(`Hello! I'm ${name.value}. You can also call me ${pronouns.value}.`);
    };

    const learnNewSkill = (newSkill) => {
      skills.value.push(newSkill);
      alert(`I'm now learning ${newSkill}!`);
    };

    return {
      name,
      pronouns,
      currentlyLearning,
      skills,
      introduce,
      learnNewSkill,
    };
  },
};
</script>

🌐 Socials:

Discord Instagram LinkedIn Twitch Twitter YouTube

💻 Tech Stack:

C# CSS3 HTML5 JavaScript PHP Lua TypeScript Bootstrap Code-Igniter Flutter jQuery Laravel NPM NodeJS Svelte Vue.js Yarn Webpack Apache Nginx MongoDB MySQL MariaDB SQLite MicrosoftSQLServer Adobe After Effects Adobe Audition Adobe Photoshop LINUX Arduino Postman .Net

📊 GitHub Stats:



🏆 GitHub Trophies

✍️ Random Dev Quote

🔝 Top Contributed Repo

😂 Random Dev Meme


💰 You can help me by Donating

BuyMeACoffee

Pinned Loading

  1. KingBot---Kingdom-Online Public

    Visual Basic .NET 1 1

  2. TRJ-Admin-Panel-Tarayici Public

    Visual Basic .NET 1 1

  3. Exe-Koruma Public

    Visual Basic .NET

  4. Mouse-Macro Public

    Visual Basic .NET 1 2

  5. need-for-speed-world-bot Public

    Visual Basic .NET

  6. um-hackerphone Public

    Forked from alp1x/um-hackerphone

    UM Hacker Phone | QBCore

    CSS

0 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

kerimtonkaz has no activity yet for this period.
Loading