Projects in Awesome Lists tagged with codecrafters
A curated list of projects in awesome lists tagged with codecrafters .
https://github.com/getbettr/octotail
Live tail GitHub Action runs on 'git push'. It's cursed.
codecrafters git github-actions post-receive tail
Last synced: 15 Apr 2025
https://github.com/a7bari/codecrafters-redis-go
Build Your Own Redis This is my implementation of the "Build your own Redis" challenge from Codecrafters. I've built a Redis-compatible server using Go, covering the following key features: Command Handling, RDB Persistence, Replication, Streams, and Transactions
codecrafters golang redis replication streams system-programming transactions
Last synced: 27 Jul 2025
https://github.com/crocidb/ush
USH is a simple static HTTP Server written in Haskell, mostly for study purposes. It's created after the CodeCrafters HTTP Server challenge.
codecrafters haskell http-server webserver
Last synced: 02 Jan 2026
https://github.com/utkarsh5026/dngo
A short and simple DNS server implementation written in Golang
codecrafters codecrafters-dns-server dns dns-server golang
Last synced: 07 Feb 2026
https://github.com/sword-jin/codecrafter-test
personal codecrafters.io test tool
codecrafters codecrafters-redis
Last synced: 21 Apr 2026
https://github.com/justinianus2001/build-my-shell-python
Build your own Shell using Python
Last synced: 26 Feb 2026
https://github.com/atikahe/mini-redis
Build your own redis challenge from CodeCrafters.
Last synced: 01 May 2026
https://github.com/utkarsh5026/shell
Codecrafters Command Line Project
codecrafters codecrafters-shell command-line-tool golang shell
Last synced: 18 May 2026
https://github.com/yanruijie902136/codecrafters-kafka-python
My Python solution to CodeCrafters' Build your own Kafka challenge (18 stages).
codecrafters codecrafters-kafka kafka python
Last synced: 28 Jan 2026
https://github.com/marlonpassos-git/mp-shell
A POSIX-compliant shell built as part of the Codecrafters challenge, featuring support for built-in commands, I/O redirection, and external program execution.
codecrafters codecrafters-shell learning-project posix shell
Last synced: 10 May 2026
https://github.com/hemanta212/codecrafters-redis-go
Codecrafters go redis track
codecrafters codecrafters-redis go redis
Last synced: 13 May 2026
https://github.com/jsrivaya/codecrafters-shell-cpp
Codecrafters shell cpp challenge
codecrafters codecrafters-challenge codecrafters-shell cpp cpp20
Last synced: 19 May 2026
https://github.com/farbodahm/codecrafters-redis-go
My solution to "Build Your Own Redis" Challenge.
codecrafters codecrafters-redis redis
Last synced: 18 Feb 2026
https://github.com/benmeehan/redistream
A Key-Value Store implementing the Redis Server protocol, RDB Persistence, Distributed clustering and Streaming.
Last synced: 19 May 2026
https://github.com/utkarsh5026/current
A BitTorrent client implementation created as part of the codecrafters challenge series. This project demonstrates a working BitTorrent client that can download files using the BitTorrent protocol.
bittorrent codecrafters codecrafters-bittorrent golang tcp
Last synced: 18 Mar 2025
https://github.com/yanruijie902136/codecrafters-shell-c
My C solution to CodeCrafters' Build your own Shell challenge (43 stages).
c codecrafters codecrafters-shell posix-shell shell unix-shell
Last synced: 20 Jan 2026
https://github.com/funnyboy-roks/codecrafters-http-server
HTTP server challenge from Code Crafters
challenge codecrafters http rust server
Last synced: 08 Nov 2025
https://github.com/dtg-lucifer/rust-shell
A basic shell with some basic commands made with rust to understand the language
Last synced: 12 Apr 2026
https://github.com/ndunnett/codecrafters-grep-rust
codecrafters.io "Build your own grep" challenge completed in rust
codecrafters codecrafters-grep grep rust
Last synced: 15 Apr 2025
https://github.com/yanruijie902136/codecrafters-shell-python
My Python solution to CodeCrafters' Build your own Shell challenge (43 stages).
codecrafters codecrafters-shell posix-shell python shell
Last synced: 29 Jun 2025
https://github.com/p-obrthr/rust-http-server
http sever from scratch in rust
codecrafters http-server rust shell
Last synced: 19 Apr 2025
https://github.com/dplocki/codecrafters-kafka-csharp
The C# solutions to the "Build Your Own Kafka" Challenge
codecrafters codecrafters-challenge codecrafters-kafka
Last synced: 11 Jun 2025
https://github.com/ndunnett/codecrafters-shell-rust
codecrafters.io "Build your own Shell" challenge completed in rust
codecrafters codecrafters-shell rust shell
Last synced: 12 Apr 2026
https://github.com/parmaster/byo-redis
Build Your Own Redis challenge repo. https://app.codecrafters.io/courses/redis
codecrafters codecrafters-redis replication tcp tcp-client tcp-server tcp-socket
Last synced: 24 Mar 2025
https://github.com/jkbkupczyk/shell-go
A minimal POSIX-compliant shell implemented in Go.
codecrafters codecrafters-shell golang shell
Last synced: 12 Feb 2026
https://github.com/yisuschrist/codecrafters-redis-rust
Welcome to the Build your own Redis challenge!
Last synced: 19 Jun 2025
https://github.com/k5924/async-http-server-java
Building an async http server without a framework
asynchronous asynchronous-server asynchronousserversocketchannel asynchronoussocketchannel codecrafters concurrent http nio tcp
Last synced: 16 Jun 2026
https://github.com/a7bari/codecrafters-http-server-java
A lightweight HTTP server built in Java with support for dynamic routing, file handling, and gzip compression. Completed as part of the CodeCrafters challenge.
build-your-own-http-server codecrafters http http-server java
Last synced: 02 Apr 2025
https://github.com/64j0/codecrafters-http-server-cpp
Simple C++ webserver - CodeCrafters
Last synced: 14 Jun 2025
https://github.com/ndunnett/codecrafters-http-server-rust
codecrafters.io "Build your own HTTP server" challenge completed in rust
codecrafters codecrafters-http-server http-server rust
Last synced: 24 Jan 2026
https://github.com/yisuschrist/codecrafters-shell-rust
Welcome to the Build your own Shell challenge!
Last synced: 19 Oct 2025
https://github.com/bernoussama/http-server-rust
HTTP server implementation from scratch in Rust
codecrafters from-scratch http http-server rust
Last synced: 01 Jun 2026
https://github.com/abhiroop43/codecrafters-grep-csharp
Build A Grep Utility using .NET and C#
Last synced: 18 Apr 2026
https://github.com/lpreaux/codecrafter-git-rust
Rust implementation of Git as part of the "Build Your Own Git" challenge on CodeCrafters.io. This project demonstrates key Git concepts such as blob and tree objects, commits, and repository cloning. Currently, 6/7 stages are completed.
challenge codecrafters git git-internals rust version-control
Last synced: 09 Feb 2026
https://github.com/abhaysp95/bittorrent_parser
Excersise done for codecrafters bittorrent primarily focuses on bencoding built on zig
bencode bencode-parser bittorrent codecrafters codecrafters-bittorrent zig ziglang
Last synced: 11 Feb 2026
https://github.com/yanruijie902136/codecrafters-kafka-cpp
My C++ solution to CodeCrafters' Build your own Kafka challenge (18 stages).
build-your-own-x codecrafters cpp kafka
Last synced: 02 Mar 2026
https://github.com/nobleknightt/codecrafters-redis-python
codecrafters codecrafters-redis redis-server
Last synced: 17 Apr 2026
https://github.com/semihbkgr/codecrafters-docker-go
build-your-own-x codecrafters docker golang
Last synced: 29 Apr 2026
https://github.com/funnyboy-roks/git-c
Basics of git written in C (from codecrafters)
Last synced: 29 Apr 2026
https://github.com/anugrahsinghal/docker-on-jvm
A docker client that interacts with the docker registry, pulls and extracts the layers of the image and is able to run commands on that image. Uses the JNA (Java Native API) to issue unix specific commands.
Last synced: 02 May 2026
https://github.com/matyama/codecrafters-kafka-rust
Build your own Kafka Codecrafters challenge
Last synced: 06 May 2026
https://github.com/matyama/codecrafters-redis-rust
Build your own Redis Codecrafters challenge and more
Last synced: 06 May 2026
https://github.com/semihbkgr/codecrafters-git-go
build-your-own-x codecrafters git golang
Last synced: 26 Mar 2025
https://github.com/sakhileln/shell-go-codecrafters
Build your own shell using Go
codecrafters codecrafters-shell go golang shell
Last synced: 20 Jun 2026
https://github.com/welf/codecrafters-shell-rust
CodeCrafters challenge: Build your own Shell
codecrafters codecrafters-shell rust
Last synced: 11 Jun 2026
https://github.com/hhow09/codecrafters-redis-go
Build your own Redis
build-your-own-x codecrafters go golang redis
Last synced: 14 May 2026
https://github.com/ivanbgd/codecrafters-bittorrent-rust
A BitTorrent client (from a Codecrafters challenge)
bittorrent codecrafters codecrafters-bittorrent p2p peer-to-peer peer2peer rust rust-lang
Last synced: 20 Mar 2025
https://github.com/cupcakearmy/codecrafters-http-server-go
codecrafters http-server tests
Last synced: 15 May 2026
https://github.com/p-obrthr/rust-from-scratch
from scratch implementations
codecrafters http-server kafka rust
Last synced: 15 Jun 2025
https://github.com/mikerozendo/codecrafters-http-server-csharp
Building an HTTP server using C#
codecrafters codecrafters-http-server csharp csharp-code dotnet http-server low-level webserver
Last synced: 17 May 2026
https://github.com/dplocki/codecrafters-shell-csharp
The C# solutions to the "Build Your Own Shell" Challenge
codecrafters codecrafters-challenge
Last synced: 17 Mar 2025
https://github.com/dplocki/codecrafters-git-csharp
The C# solutions to the "Build Your Own Git" Challenge
codecrafters codecrafters-challenge
Last synced: 17 Mar 2025
https://github.com/fgulde/redis-clone
A Redis server clone built in C++23 with Asio, implementing the RESP2 protocol
asio cmake codecrafters cpp networking redis
Last synced: 17 May 2026
https://github.com/abusch/codecrafters-git-rust
My solution to the "create your own git" challenge on CodeCrafters
Last synced: 18 May 2026
https://github.com/yisuschrist/codecrafters-http-server-rust
Welcome to the Build your own HTTP server challenge!
Last synced: 19 May 2026
https://github.com/yisuschrist/codecrafters-dns-server-rust
Welcome to the Build your own DNS server challenge!
Last synced: 14 Mar 2025
https://github.com/darthwalsh/codecrafters-shell-python
Project to build a small shell
codecrafters codecrafters-shell
Last synced: 06 Apr 2025
https://github.com/ofersadan85/codecrafters-redis
Rust implementation of Redis - via CodeCrafters
codecrafters codecrafters-redis redis rust
Last synced: 20 Jan 2026
https://github.com/neontuts/codecrafters-git-typescript
Build your own Git challenge from CodeCrafters.
build-your-own-git build-your-own-x codecrafters
Last synced: 22 Mar 2025