Posts

  • 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

  • rails-controller-testing

    Brings back assigns and assert_template to your Rails tests

    This gem brings back assigns to your controller tests as well as assert_template to both controller and integration tests.

    These methods were removed in Rails 5.

    Tags: #ruby

subscribe via RSS