Posts

  • keyvhq

    Simple key-value storage with support for multiple backends.

    Forked from keyv, plus:

    • It isn’t bloated.
    • It supports namespaces.
    • It supports TTL based expiry.
    • It has a simple Promise based API.
    • It handles all JSON types plus Buffer.
    • It’s support a vary of storages adapters.
    • It can be easily embed inside another module.
    • It works with any storage that implements the Map API.
    • it handles database errors (db failures won’t kill your app).
    • It supports the current active LTS version of Node.js or higher.
    • It’s suitable as a TTL based cache or persistent key-value store.

    Tags: #javascript • key-value • storage

  • pwndrop

    Self-deployable file hosting service for red teamers, allowing to easily upload and share payloads over HTTP and WebDAV.

    If you want to learn how to use pwndrop or you want to learn what new features were implemented in recent releases, make sure to check out the posts on my blog:

    https://breakdev.org/pwndrop

    Tags: #javascript • file-manager • self-hosted

  • hairpin-proxy

    PROXY protocol support for internal-to-LoadBalancer traffic for Kubernetes Ingress users. If you’ve had problems with ingress-nginx, cert-manager, LetsEncrypt ACME HTTP01 self-check failures, and the PROXY protocol, read on.

    PROXY protocol support for internal-to-LoadBalancer traffic for Kubernetes Ingress users, specifically for cert-manager self-checks.

    If you’ve had problems with ingress-nginx, cert-manager, LetsEncrypt ACME HTTP01 self-check failures, and the PROXY protocol, read on.

    Tags: #ruby • kubernetes • cert-manager

  • imageserve

    A ShareX image hosting solution for your own domain.

    A ShareX image hosting solution for your own domain.

    Tags: #php • image • sharex

  • rspec_api_documentation

    Automatically generate API documentation from RSpec

    Generate pretty API docs for your Rails APIs.

    Check out a sample.

    Tags: #ruby • rspec • api

  • Shiba

    Rich markdown live preview app with linter

    All documents are in docs directory. And I wrote a Japanese blog post.

    Tags: #typescript • markdown • preview

  • presenta-lib

    The javascript presentation library for the automation era.

    Tags: #javascript • slides • deck

  • AllAngleExpandableButton

    An expandable button menu that you can define expand angle and button count and so on

    • step1:Add it in your root build.gradle at the end of repositories:
        allprojects {
            repositories {
                ...
                maven { url "https://jitpack.io" }
            }
        }
      
    • step2:Add the dependency:
        dependencies {
            compile 'com.github.uin3566:AllAngleExpandableButton:v1.2.0'
        }
      

    Tags: #java

  • carbon

    Carbon by Sage | ReactJS UI Component Library

    Carbon is a React component library developed by Sage.

    Tags: #typescript • reactjs • carbon

  • react-native-drawer

    React Native Drawer

    This module is not as performant as it should be. For production applications we generally recommend using either React Native Side Menu or React Navigation as applicable. React Native Drawer will continue to be available and potentially useful for its high customizability but again it is not recommended for production appliciations. If you are interested in revamping react native drawer to be more performant (i.e. use Animated) please get in touch!

    Tags: #javascript

subscribe via RSS