Posts

  • express-http-proxy

    Proxy middleware for express/connect

    Express middleware to proxy request to another host and pass response back to original caller.

    Tags: #javascript

  • mediacenterjs

    A HTML/CSS/Javascript (NodeJS) based Media center

    Installing MediacenterJS

    Guidelines media library

    Using the remote control

    FAQ

    Tags: #javascript β€’ media-center β€’ nodejs

  • Valinor

    PHP library that helps to map any input into a strongly-typed value object structure.

    There are many benefits of using value objects instead of plain arrays and scalar values in a modern codebase, among which:

    1. Data and behaviour encapsulation β€” locks an object’s behaviour inside its class, preventing it from being scattered across the codebase.
    2. Data validation β€” guarantees the valid state of an object.
    3. Immutability β€” ensures the state of an object cannot be changed during runtime.

    When mapping any source to an object structure, this library will ensure that all input values are properly converted to match the types of the nodes β€” class properties or method parameters. Any value that cannot be converted to the correct type will trigger an error and prevent the mapping from completing.

    These checks guarantee that if the mapping succeeds, the object structure is perfectly valid, hence there is no need for further validation nor type conversion: the objects are ready to be used.

    Tags: #php

  • ui-box

    Blazing Fast React UI Primitive

    yarn add ui-box
    # or
    npm install --save ui-box
    

    Tags: #typescript β€’ react β€’ css-in-js

  • nsfw-filter

    πŸš€ A Google Chrome / Firefox extension that blocks NSFW images from the web pages that you load using TensorFlow JS.

    Tags: #typescript β€’ tensorflow-examples β€’ tensorflow

  • danbooru

    A taggable image board written in Rails.

    Run this to start a basic Danbooru instance:

    curl -sSL https://raw.githubusercontent.com/danbooru/danbooru/master/bin/danbooru | sh
    

    This will install Docker Compose and use it to start Danbooru. When it’s done, Danbooru will be running at http://localhost:3000.

    Alternatively, if you already have Docker Compose installed, you can just do:

    wget https://raw.githubusercontent.com/danbooru/danbooru/master/docker-compose.yaml
    docker-compose up
    

    Tags: #ruby β€’ rails β€’ booru

  • jkanban

    Vanilla Javascript plugin for manage kanban boards

    Javascript plugin for Kanban boards

    jKanban allow you to create and manage Kanban Board in your project!

    Please try out the live demo!

    Tags: #javascript β€’ kanban-board β€’ todolist

  • json_resume

    Generates pretty HTML, LaTeX, markdown, with biodata feeded as input in JSON

    JsonResume creates pretty versions of resume from a single JSON input file. Output formats are specifically customized to modern resume templates. Also, there are a ton of customizations to the templates possible, to make your own version of resume created easily and super quickly.

    Tags: #ruby β€’ json β€’ html

  • simple-websockets-chat-app

    This SAM application provides the Lambda functions, DynamoDB table, and roles to allow you to build a simple chat application based on API Gateway’s new WebSocket-based API feature.

    This is the code and template for the simple-websocket-chat-app. There are three functions contained within the directories and a SAM template that wires them up to a DynamoDB table and provides the minimal set of permissions needed to run the app:

    .
    β”œβ”€β”€ README.md                   <-- This instructions file
    β”œβ”€β”€ onconnect                   <-- Source code onconnect
    β”œβ”€β”€ ondisconnect                <-- Source code ondisconnect
    β”œβ”€β”€ sendmessage                 <-- Source code sendmessage
    └── template.yaml               <-- SAM template for Lambda Functions and DDB
    

    Tags: #javascript β€’ websockets β€’ apigateway

  • pycnic

    A JSON API web framework for lazy people.

    pycnic.nullism.com/docs

    Tags: #python

subscribe via RSS