An open API service indexing awesome lists of open source software.

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

codecrafters python shell

Last synced: 26 Feb 2026

https://github.com/atikahe/mini-redis

Build your own redis challenge from CodeCrafters.

codecrafters go redis

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

codecrafters go redis

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

codecrafters rust shell

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!

codecrafters rust

Last synced: 19 Jun 2025

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

codecrafters cpp webserver

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!

codecrafters rust

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#

codecrafters csharp dotnet

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/funnyboy-roks/git-c

Basics of git written in C (from codecrafters)

c codecrafters git

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.

codecrafters docker java jna

Last synced: 02 May 2026

https://github.com/matyama/codecrafters-kafka-rust

Build your own Kafka Codecrafters challenge

codecrafters kafka rust

Last synced: 06 May 2026

https://github.com/matyama/codecrafters-redis-rust

Build your own Redis Codecrafters challenge and more

codecrafters redis rust

Last synced: 06 May 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/p-obrthr/rust-from-scratch

from scratch implementations

codecrafters http-server kafka rust

Last synced: 15 Jun 2025

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

codecrafters git rust

Last synced: 18 May 2026

https://github.com/yisuschrist/codecrafters-http-server-rust

Welcome to the Build your own HTTP server challenge!

codecrafters rust

Last synced: 19 May 2026

https://github.com/yisuschrist/codecrafters-dns-server-rust

Welcome to the Build your own DNS server challenge!

codecrafters rust

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