Skip to content
View Corex24's full-sized avatar
💻
Active
💻
Active
  • Builder
  • Nigeria

Block or report Corex24

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Corex24/README.md

Corex Anthony

Hi, I’m Corex Anthony — a full-stack developer from Nigeria. I build fast, clean web applications and enjoy turning ideas into real products. I started by experimenting with browser dev tools and have been building ever since. I value simplicity, clean code, and shipping consistently.

About Me

  • What I'm up to: Building awesome web apps and figuring out how to make scalable systems run fast.
  • Geeking out on: Backend architecture, high-performance APIs, and learning how things work under the hood.
  • My code vibe: Super clean and straightforward. I try to avoid overcomplicating things—just write good code and ship it.

colorful line

Pinned Loading

  1. cachkit cachkit Public

    High-performance caching and optimization layer for Node.js APIs.

    TypeScript 1

  2. moviebox-api moviebox-api Public

    Forked from Simatwa/moviebox-api

    An Unofficial wrapper for Moviebox for downloading movies, tv series and their subtitles.

    Python

  3. fetchplus fetchplus Public

    A lightweight fetch wrapper with retries, timeouts, and consistent errors.

    TypeScript 1

  4. Displays server stats and informatio... Displays server stats and information --Sparkles Whatsapp Bot
    1
    const { start, lang, runtime, fonts } = require("../lib");
    2
    const os = require("os");
    3
    const util = require("util");
    4
    const child = require("child_process");
    5
    const exec = util.promisify(child.exec);