Skip to content
View Cukowski's full-sized avatar

Block or report Cukowski

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
Cukowski/README.md

๐Ÿ‘‹ Welcome, curious wanderer!

I'm Selรงuk Ata, a software engineer by trade, an existential tinkerer by night.
Currently navigating the realms of C++, Python, and game development with Godot.
My passion lies in crafting clever systems, solving weird problems, and building things that (hopefully) make people think.


๐Ÿง  What I'm up to

  • ๐ŸŽ“ Final-year student of Software Engineering and a newbie in the business world
  • ๐Ÿ”ง Currently refining my C++ skills & mastering low-level programming
  • ๐ŸŽฎ Building game projects in Unreal and Godot (code meets chaos)
  • ๐Ÿ“ผ Sharing tutorials & devlogs on YouTube

๐Ÿš€ Projects & Explorations

  • ๐Ÿง  A custom Redis server built in C++ with command parsing, data persistence, and RESP protocol handling
  • ๐Ÿงฐ A lightweight Redis client in C++ with interactive CLI and command parsing
  • ๐Ÿš A custom UNIX shell in C โ€” because reinventing the wheel is a rite of passage
  • ๐ŸŒ A self-built FTP server with multi-threading and RFC959 compliance
  • ๐Ÿงฉ A maze solver using BFS & recursive backtracking in C
  • ๐ŸŽฎ TicTacToe games from different perspectives in C
  • ๐Ÿ’ป So many C tutorials, most won't even check

โ€œNot all code needs a purpose โ€” some is just poetry with logic.โ€


๐Ÿ“Š GitHub Stats

Top Langs


๐Ÿ”— Connect with me

YouTube

Pinned Loading

  1. Redis-Server Redis-Server Public

    Building My Own Redis Server in C++

    C++ 8 2

  2. Redis-CLI Redis-CLI Public

    Building a Redis CLI from Scratch

    C++ 1 1

  3. My_FTP_Server_and_Client My_FTP_Server_and_Client Public

    Custom implementation of FTP server and client

    C++ 1

  4. My_Ls_Tutorial My_Ls_Tutorial Public

    Implementing the ls Command in C

    C

  5. MyShell_Zsh MyShell_Zsh Public

    Build Your Own Shell in C, Zsh Implementation

    C

  6. Tic-Tac-Toe-Tutorials Tic-Tac-Toe-Tutorials Public

    C