Skip to content
View yigithankarabulut's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report yigithankarabulut

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned

  1. asyncs3todbloader asyncs3todbloader Public

    The responsibility of this project is to fetch several JSON Lines (jsonl) files from AWS S3, process them and write the data to a database. Fetch, process and write the file handling concurrently. …

    Go

  2. minishell minishell Public

    The Minishell Project is a Recreation of Bash Written in C. Almost Supports All Bash Commands. It is even capable of operating itself.

    C

  3. distributed-mail-queue-service distributed-mail-queue-service Public

    This project implements a distributed task queuing system. The system allows users to queue tasks, process them concurrently on multiple worker nodes, and handle task retries, timeouts and scheduli…

    Go 1

  4. cub3d cub3d Public

    42 Cub3D Project: Crafted a raycasting engine in C, reminiscent of the world's first FPS game, Wolfenstein. Leveraged Ray Casting and DDA algorithms for a 3D experience on a 2D map. Explore classic…

    C

  5. simplemedia simplemedia Public

    Basically a social media API. It supports features such as adding friends, sharing posts, commenting on comments and comments, adding photos to them, and giving likes.

    Go

  6. irc-server irc-server Public

    Forked from mbrettsc/IRC

    This project is an implementation of an Internet Relay Chat (IRC) server, following the specifications outlined in RFC 1459.

    C++