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
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:
- Data and behaviour encapsulation β locks an objectβs behaviour inside its class, preventing it from being scattered across the codebase.
- Data validation β guarantees the valid state of an object.
- 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-boxTags: #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 | shThis 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 upTags: #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 DDBTags: #javascript β’ websockets β’ apigateway
-
pycnic
A JSON API web framework for lazy people.
Tags: #python
subscribe via RSS