Building cool stuff with AI & coffee ☕️
The journey begins! Wrote my first Python script and immediately broke everything. Good times!
Discovered the magic of React and never looked back. Started building things that don't just work, but actually look cool!
Fell down the AI rabbit hole and emerged with Pratik Usta! Now teaching machines to be as cool as my code.
Public Repositories
Total Stars
Total Forks
Loading GitHub projects...
# Try this in the playground!
function greetCenk() {
const message = "Cenk Abi wuz here!";
console.log(message);
return message;
}
greetCenk();