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

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

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

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

  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