Skip to content
View reagent's full-sized avatar
🙏
🙏
Block or Report

Block or report reagent

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. migrator migrator Public

    Simple PostgreSQL migrator using Slonik

    TypeScript 1

  2. logging logging Public

    Standardized application logging with winston

    TypeScript

  3. axios-http-mock axios-http-mock Public

    Mock adapter for Axios HTTP client with a fluent type-safe interface.

    TypeScript

  4. blog-openapi blog-openapi Public

    TypeSpec + Rails + TypeScript - end-to-end typed OpenAPI implementation

    Ruby

  5. Custom HTTP Routing in Go Custom HTTP Routing in Go
    1
    # Custom HTTP Routing in Go
    2
    
    
    3
    ## Basic Routing
    4
    
    
    5
    Responding to requests via simple route matching is built in to Go's [`net/http`](https://golang.org/pkg/net/http/) standard library package. Just register the path prefixes and callbacks you want invoked and then call the [`ListenAndServe`](https://golang.org/pkg/net/http/#ListenAndServe) to have the default request handler invoked on each request.  For example:
  6. rust-migrator rust-migrator Public

    Basic Rust library to run SQL migrations in a directory against a PostgreSQL database

    Rust 1