> echo "Cenk Abi, Pratik Usta of Code"

Building cool stuff with AI & coffee ☕️

$ cat about_me.txt

2018

First "Hello World"

The journey begins! Wrote my first Python script and immediately broke everything. Good times!

Python
2020

React Revelation

Discovered the magic of React and never looked back. Started building things that don't just work, but actually look cool!

React JavaScript
2023

AI Awakening

Fell down the AI rabbit hole and emerged with Pratik Usta! Now teaching machines to be as cool as my code.

AI/ML Gemini API
0

Public Repositories

0

Total Stars

0

Total Forks

$ fetch --github cenktekin --live

Loading GitHub projects...

$ ./playground.sh

# Try this in the playground!
function greetCenk() {
    const message = "Cenk Abi wuz here!";
    console.log(message);
    return message;
}

greetCenk();
                        
> Output will appear here...

$ contact --fun-mode

What's the output of: print("Cenk" + "Abi")