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

Highlights

  • Pro

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 Loading

  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. ft_transcendence ft_transcendence Public

    This project is the final project of the 42 Common Core curriculum. It is a Full Stack website. The front side is Pure JS and Single Page Application. The backend side is designed and written with …

    Python 4 3

  3. distributed-file-storage distributed-file-storage Public

    Decentralized, fully distributed, content-addressable file storage system that can process and transfer very large files using Go. Highly practical and scalable.

    Go

  4. 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++

  5. 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

  6. 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