Iyad Farooq

Curiosity compiled

Things I have built

A collection of my favourite projects and experiments.

rkv

Redis compatible in memory store speaking RESP2 over a single threaded epoll/kqueue reactor via raw libc FFI. No Tokio. Runs unmodified against redis-cli and redis-benchmark.

RustEvent loopsI/O MultiplexingepollkqueueRESP2libc FFI
Source

bolt

HTTP/1.1 server on raw TCP sockets, zero net/http. Request parsing, chunked transfer, keep alive, TLS, graceful shutdown, and a chainable middleware system.

GoTCPHTTP/1.1TLS
Source

sonyflake

Distributed, Snowflake inspired unique ID generator built for high throughput, low latency concurrent ID generation across threads.

PythonDistributed systemsConcurrencyThreading
Source

Meko

Multipurpose Discord bot serving 6,300+ servers and 15K+ active users. PostgreSQL backed, with 161 commands and 340K+ commands run.

Pythondiscord.pyPostgreSQL
Add to server

Litestar Backend Template

Production ready Litestar API template with token auth, role based access control, rate limiting, and PostgreSQL migrations, containerized with multi stage Docker.

PythonLitestarPostgreSQLRedisDocker
Source

iyadf.com

The very site you are reading.

GotemplhtmxTailwindCaddyDistroless
Source