Posts
-
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
-
laravel-auto-presenter
A system for auto-decorating models with presenters
- Automatically decorate objects bound to views
- Automatically decorate objects within paginator instances
- Automatically decorate objects within arrays and collections
Tags: #php • hacktoberfest
-
javascript-sdk
Javascript SDK to communicate with Binance Chain.
If you do not need Ledger support with Node.js:
$ npm i @binance-chain/javascript-sdk --no-optional # Or: $ yarn add @binance-chain/javascript-sdk --no-optionalIf you need Ledger support with Node.js:
$ npm i @binance-chain/javascript-sdk # Or: $ yarn add @binance-chain/javascript-sdkTags: #typescript • sdk • frontend
-
ts-node-dev
Compiles your TS app and restarts when files are modified.
Tweaked version of node-dev that uses ts-node under the hood.
It restarts target node process when any of required files changes (as standard
node-dev) but shares Typescript compilation process between restarts. This significantly increases speed of restarting comparing tonode-dev -r ts-node/register ...,nodemon -x ts-node ...variations because there is no need to instantiatets-nodecompilation each time.Tags: #typescript
-
rubick
🔧 Electron based open source toolbox, free integration of rich plug-ins. 基于 electron 的开源工具箱,自由集成丰富插件。
Tags: #typescript • electron • vuejs
-
stemcell
Airbnb’s EC2 instance creation and bootstrapping tool
Stemcell launches instances in EC2. These instances are created to your specification, with knobs like AMI, instance type, and region exposed. The instances are bootstrapped with chef-solo, using a specified git repo and branch as the source of roles and recipes.
Tags: #ruby
-
cocoapods-binary
integrate pods in form of prebuilt frameworks conveniently, reducing compile time
You may wonder why CocoaPods doesn’t have a function to integrate libs in form of binaries, if there are dozens or hundreds of pods in your podfile and compile them for a great many times meaninglessly. Too many source code of libs slow down your compile and the response of IDE (e.g. code completion), and then reduce work efficiency, leaving us time to think about the meaning of life.
This plugin implements this simple wish. Replace the source code in pod target with prebuilt frameworks.
Why don’t use Carthage? While Carthage also integrates libs in form of frameworks, there several reasons to use CocoaPods with this plugin:
- Pod is a good simple form to organize files, manage dependencies. (private or local pods)
- Fast switch between source code and binary, or partial source code, partial binaries.
- Some libs don’t support Carthage.
Tags: #ruby • cocoapods-plugin • compile-time
-
cashier-stripe
Laravel Cashier provides an expressive, fluent interface to Stripe’s subscription billing services.
Laravel Cashier provides an expressive, fluent interface to Stripe’s subscription billing services. It handles almost all of the boilerplate subscription billing code you are dreading writing. In addition to basic subscription management, Cashier can handle coupons, swapping subscription, subscription “quantities”, cancellation grace periods, and even generate invoice PDFs.
Tags: #php • laravel • stripe
subscribe via RSS