I craft immersive digital experiences—from Unity games with 500K+ downloads to AI-powered prediction systems and custom-built APIs. Whether its game dev, web tech, or data pipelines, I build what fuels my curiosity and creativity.
class FeatureThatShouldBeSimple 😏 {
private $dependencies;
private $coffeeLevel = 0;
private $sanity = 🙂;
public function implementFeature($requirements) {
// First attempt
try {
return $this->attemptOne($requirements);
} catch (Exception $e) {
$this->sanity -= 😠;
$this->logError("Attempt 1 failed", $e);
}
// Second attempt (with workaround)
try {
return $this->addHackyFix($requirements);
} catch (Exception $e) {
$this->sanity -= 😡;
$this->logError("Attempt 2 failed, Kill me", $e);
}
// Final attempt before deadline
try {
$result = $this->copyFromChatGPT($requirements);
$this->sanity -= 🤬; // F
return $result;
} catch (Exception $e) {
$this->sanity = 0;
throw new Exception("I give up. Maybe tomorrow.");
}
}
// ... 200 more lines of struggling code ...
}
I'm a passionate Game & Web developer specializing in backend systems and API design. With over 2 years of professional experience, I've built scalable solutions for various industries with a focus on performance and (mostly 😏) clean architecture.
By day, I craft robust backend systems. By night, I battle mysterious bugs and occasionally game APIs that refuse to cooperate. My expertise includes developing Web & Game Products and APIs, microservices architecture, and database optimization.
Tools and Technologies I'm Familiar with
Explore my professional work and case studies
I've worked on numerous other projects including random passion projects, experimental prototypes, and client work. Check out my full portfolio for deeper dives into my development process.
Over 8000 Hours Still this bad 😭
Have like 6k Games 🥲
Outsmarting opponents 1-star at a time. RNG carried? Absolutely.