Skip to content
View EnesEfeTokta's full-sized avatar
๐Ÿ’ช
I'm still strong.
๐Ÿ’ช
I'm still strong.

Highlights

  • Pro

Block or report EnesEfeTokta

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
EnesEfeTokta/README.md
Typing SVG

Software Engineer ยท Game Developer ยท Cloud Architect

๐Ÿ“ Erzurum, Turkey ๐ŸŒ | ๐ŸŒˆ Open to Global Opportunities

LinkedIn Email Itch.io Profile Views


๐Ÿš€ About Me

public class EnesEfeTokta : IDeveloper, IGameCreator
{
    public string Location { get; } = "Erzurum, Turkey";
    public string[] Roles { get; } = { "Backend Architect", "Game Developer", "Cloud Engineer" };
    public string CurrentFocus { get; } = "Microservices & Cloud-Native Architecture";
    
    public string Mission => 
        "Building robust backend systems and immersive gaming experiences " +
        "that scale globally and delight users worldwide.";
    
    public Dictionary<string, string[]> TechStack => new()
    {
        ["Backend"] = new[] { "C#", ".NET Core", "ASP.NET", "Microservices" },
        ["Game Dev"] = new[] { "Unity", "C#", "Game Design", "Blender" },
        ["Cloud"] = new[] { "AWS", "Azure", "Docker", "Kubernetes" },
        ["Database"] = new[] { "PostgreSQL", "Redis", "Supabase" },
        ["Mobile"] = new[] { "Kotlin", "Android Development" }
    };
    
    public void SayHello() => 
        Console.WriteLine("Let's build something amazing together! ๐Ÿš€");
}

๐ŸŽฏ What I Do

  • ๐Ÿ—๏ธ Backend Architecture: Designing and implementing scalable microservices with .NET Core
  • ๐ŸŽฎ Game Development: Creating engaging experiences with Unity Engine
  • โ˜๏ธ Cloud Solutions: Architecting cloud-native applications on AWS and Azure
  • ๐Ÿ”ง Performance Optimization: Making systems faster, more efficient, and reliable

๐Ÿ› ๏ธ Technology Stack

Core Technologies

C# .NET Unity TypeScript Kotlin

Cloud & DevOps

AWS Azure Docker Kubernetes

Databases & Tools

PostgreSQL Redis Supabase Git Postman


๐Ÿ† Achievements & Certifications

Achievement Details
๐Ÿฅ‡ Google Game & App Academy Top 7 Finalist out of 3,000+ participants
๐Ÿ“œ Google Project Management Professional Certificate
โ˜๏ธ AWS Solutions Architect Learning Path Completed
โ˜๏ธ Microsoft Azure Fundamentals AZ-900 Preparation
Enes Efe Tokta Trophies

๐Ÿ“Š GitHub Analytics

GitHub Streak
Stats Languages

๐Ÿ“ˆ Activity Breakdown

Activity Graph
Profile Summary

๐Ÿ’ผ Professional Highlights

Current_Focus:

  • Microservices architecture with .NET Core
  • Cloud-native application development
  • Game mechanics and player experience optimization

Recent_Projects:

  • Enterprise-grade backend systems with high availability
  • Real-time multiplayer game features
  • Serverless architectures on AWS/Azure

Open_To:

  • Remote opportunities in EU/North America
  • Collaborative projects in game dev or cloud engineering
  • Technical consulting and architecture reviews

๐ŸŒŸ Featured Work

๐ŸŽฎ Game Development Portfolio

Check out my published games and interactive experiences on itch.io

๐Ÿ—๏ธ Architecture & Code Quality

I believe in writing clean, maintainable code that scales. My projects follow SOLID principles, design patterns, and industry best practices.


๐Ÿ“ˆ Coding Activity

Wakatime Stats

๐ŸŽจ Contribution Visualization

3D Contribution Graph
Snake Animation

๐Ÿค Let's Connect!

I'm always interested in connecting with fellow developers, tech leaders, and innovators. Whether you're looking to collaborate on a project, discuss technology, or explore opportunities, feel free to reach out!

๐ŸŒ Available for remote opportunities in Europe & North America

LinkedIn Email


โญ From EnesEfeTokta with ๐Ÿ’œ

Pinned Loading

  1. FinTrackWebApi FinTrackWebApi Public

    Web API project developed for FinTrack application. The aim of the project is to make FinTrack application more developable and user friendly.

    C# 2

  2. FinTrackForWindows FinTrackForWindows Public

    Simple finance tracking app for learning purposes.

    C# 2

  3. VidSync-Backend VidSync-Backend Public

    VidSync is a real-time communication platform designed to provide seamless 1-on-1 video and audio calls directly in the browser. This repository contains the backend services powering the applicatiโ€ฆ

    C# 2

  4. Atlas Atlas Public

    A real-time strategy game set in the red soil of Mars. Two players control armies armed with modern tanks, planes and equipment as they battle for control of the planet. Developed in Unity, this gaโ€ฆ

    C# 2

  5. VidSync-Frontend VidSync-Frontend Public

    VidSync is a real-time communication platform designed to provide seamless 1-on-1 video and audio calls directly in the browser. This repository contains the backend services powering the applicatiโ€ฆ

    TypeScript 2

  6. Fertile-Notify Fertile-Notify Public

    Fertile Notify is an event-driven notification platform designed to centralize and manage notification delivery across multiple channels.

    C#