Skip to content
View codetesla51's full-sized avatar
๐Ÿ’ป
Building stuff.
๐Ÿ’ป
Building stuff.

Highlights

  • Pro

Block or report codetesla51

Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
codetesla51/README.md

Uthman Oladele

Backend engineer building high-performance systems in Go.
I create infrastructure that stays reliable under real production load.


Stack


Best Projects

A distributed job queue library for Go backed by PostgreSQL and Redis. Built for emails, billing, notifications, scheduled tasks, retries, and background work that must remain durable even during crashes or Redis restarts.

Go PostgreSQL Redis Distributed Systems


A modern scripting language built for clarity. Designed for automation, CLI tools, internal tooling, and scripts that stay readable as they grow. Includes built-in HTTP, JSON, concurrency, and standalone binary compilation.

Go Language Design Compiler


A lightweight authentication library for Go that handles secure login systems, rotating refresh tokens, middleware protection, session revocation, and multi-device auth without rebuilding auth from scratch.

Go JWT Security


A high-performance rate limiting library for Go built to protect APIs and services from abuse, brute force attempts, traffic spikes, and noisy clients in both single-server and distributed environments.

Go Performance Redis


An HTTP/1.1 server written from scratch in Go. Handles routing, parsing, keep-alive, TLS, static files, graceful shutdown, and high throughput while showing how the web works under the hood.

Go HTTP Networking


Stats

Pinned Loading

  1. logos logos Public

    Logos is a readable scripting language with C-like syntax, sane error handling, built-in concurrency, and binary compilation.

    Go 15 1

  2. raw-http raw-http Public

    A lightweight HTTP/1.1 server built from raw TCP sockets in Go. Handles routing, static files, TLS/HTTPS, and keep-alive connections without using net/http. Built to understand HTTP protocol internโ€ฆ

    HTML 9 1

  3. limitz limitz Public

    A high-performance, extensible rate limiting library for Go. Limitz provides five battle-tested rate limiting algorithms with pluggable storage backends, making it suitable for both single-instanceโ€ฆ

    Go 8

  4. go-git go-git Public

    A Git implementation built from first principles in Go to understand how distributed version control actually works.

    Go 8

  5. golexer golexer Public

    A comprehensive lexical analyzer (tokenizer) library for Go. Designed for building programming languages, domain-specific languages (DSLs), configuration parsers, and template engines.

    Go 7

  6. kyu kyu Public

    A distributed job queue library for Go. PostgreSQL for persistence, Redis for priority scheduling, built for production.

    Go 6 2