Skip to content
View Logifire's full-sized avatar
💻
💻

Block or report Logifire

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. programming-patterns programming-patterns Public

    Programming patterns in PHP

    PHP 5 1

  2. preact-app-pattern preact-app-pattern Public

    Example of working with cross-state updates using context.

    TypeScript

  3. developer-terminology-list.md developer-terminology-list.md
    1
    Developer Terminology List
    2
    ==========================
    3
    
                  
    4
    Callback
    5
    : In computer programming, a callback, also known as a "call-after"[1] function, is any executable code that is passed as an argument to other code; that other code is expected to call back (execute) the argument at a given time. This execution may be immediate as in a synchronous callback, or it might happen at a later time as in an asynchronous callback. [Source](https://en.wikipedia.org/wiki/Callback_(computer_programming))
  4. nano-container nano-container Public

    PSR-11 container implementation with factory pattern

    PHP

  5. nano-middleware nano-middleware Public

    A simple PSR-15 request handler implementation

    PHP

  6. nano-router nano-router Public

    Router with controller pattern and middleware

    PHP