Skip to content
View flintinatux's full-sized avatar
  • Cartersville, GA

Block or report flintinatux

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. articulate/paperplane articulate/paperplane Public

    Lighter-than-air node.js server framework

    JavaScript 136 11

  2. tinyfunk tinyfunk Public

    The tiniest of functional libraries

    JavaScript 27 2

  3. tiny-yurl tiny-yurl Public

    Personal link shortening service built with NextJS, Redis, TailwindCSS, and Vitest.

    TypeScript 1

  4. Tiny function composition! Tiny function composition!
    1
    const compose = (...fs) => x => {
    2
      let i = fs.length
    3
      while(i--) x = fs[i](x)
    4
      return x
    5
    }
  5. articulate/hermes articulate/hermes Public archive

    Event-sourced autonomous service toolkit for Node.js

    JavaScript 1 2

  6. puddles puddles Public

    Tiny vdom app framework. Pure Redux. No boilerplate.

    JavaScript 25 1