Skip to content
View dokuzsertkol's full-sized avatar

Block or report dokuzsertkol

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dokuzsertkol/README.md

Proud Projects

⚙️ Backend & Distributed Systems

This is the part of programming I actually fell like an engineer.
Building systems, designing architecture, and making things talk to each other without breaking.

  • 🔗 [Go] fsm-go
    Generic finite state machine library with type-safe transitions and flexible event handling.

  • 🔗 [Go] eventbus-go
    Concurrent event bus implementation with worker pool architecture and panic recovery.

  • 🔗 [Go] dokuzsozluk
    Backend system built with Clean Architecture, JWT authentication, RBAC, and PostgreSQL.

  • 🔗 [Node.js] FlowerForAll
    MERN stack application with backend services, caching layer, and full-stack deployment (Vercel, Render, AWS).

  • 🔗 [ASP.NET] Announcement API
    RESTful API built using ASP.NET Core, EF Core, JWT authentication, and Clean Architecture principles.

  • 🔗 [C++] Winsock2 Server-Client Architecture
    Client-server architecture implemented using C++ WinSock2.

  • 🔗 [ASP.NET MVC] HowToDo Website
    ASP.NET Core MVC application with MSSQL database, authentication, and CRUD-based content system.


🎮 Algorithms & Simulation

The most fun part of coding is creating a complex problem then solving it.


🤖 AI & Machine Learning

I guess we all need to adapt to the modern age.
It’s interesting, it’s powerful, and sometimes it actually works.


🖥️ Desktop & Legacy Systems

Me before I knew what the internet was, thinking desktop apps were the final boss of programming.

Pinned Loading

  1. dokuzsozluk dokuzsozluk Public

    [Under Development] Advanced Forum Backend in Go. Includes a category–topic–entry architecture along with JWT authentication, rate limiting, role-based access control, refresh token and CORS handli…

    Go

  2. FlowerForAll FlowerForAll Public

    An interactive experience that invites people from around the world to care for a single shared flower. Built with MERN Stack, deployed with both Vercel+Render and AWS.

    TypeScript 2

  3. RESTful-API-ASP.NET-EFCore-JWT-Identity-CleanArchitecture-AnnouncementAPI RESTful-API-ASP.NET-EFCore-JWT-Identity-CleanArchitecture-AnnouncementAPI Public

    The Announcement API is a RESTful API that enables users to post announcements, add users to their groups, register, and create and manage groups. It was constructed using Clean Architecture princi…

    C#

  4. WinForms-ADO.NET-MSSQL-Hotel-Management WinForms-ADO.NET-MSSQL-Hotel-Management Public

    The hotel management system was created using SQL Server and C# Windows Forms. It is intended to manage staff, reservations, and customer loyalty programs. With an emphasis on user roles, database …

    C# 1 1

  5. eventbus-go eventbus-go Public

    Simple, generic type, thread-safe event bus for Go with worker pool and panic recovery.

    Go

  6. fsm-go fsm-go Public

    Type safe FSM library for Go. Features guards, hooks, payloads, multi-transitions, diagram export, and zero dependencies.

    Go