zz85/lightbroom: because photos should be swept fast

An Instagram-like desktop app developed with Electron and Web technologies for a simple photo retouching workflow. This iteration uses CSSgram (that uses GPU accelerated CSS filters and blend modes) for Instagram like effects. Source: zz85/lightbroom: because photos should be swept fast

osteslag/Changeset – Swift

Changeset – Minimal edits from one collection to another JS Diff for strings with human friendly output. Source: osteslag/Changeset – Swift

loverajoel/jstips: This is about one JS tip every day!

With great excitement, I introduce these short and useful daily JavaScript tips that will allow you to improve your code writing. With less than 2 minutes each day, you will be able to read about performance, conventions, hacks, interview questions and all the items that the future of this awesome language holds for us. Source: […]

ericzhang-cn/kindle-open-books – Python

kindle-open-books – This project is created to convert open source materials to kindle supported format A few technical books in .mobi format. Source: ericzhang-cn/kindle-open-books – Python

Read Me | ReduxKit

ReduxKit is a swift implementation of the JavaScript Redux library by Dan Abramov and the React Community. ReduxKit stays as close as possible to Redux while bringing in Swift ways of doing things where appropriate. Source: Read Me | ReduxKit

wangshengjia/VWInstantRun

An Xcode plugin let you build & run your selected lines of code in Xcode without running the whole project, youll have the output instantly in your Xcode console. Source: wangshengjia/VWInstantRun

Automate to save mental energy, not time

Automation can be like a battery as well as an investment. Putting energy into batteries is a bad investment; you’ll never get out as much energy as you put in. But that’s not why you put energy into batteries. You put energy in while you can so you can use some of that energy later when […]

Curry in JavaScript « Jayden’s Blog

Curries (burns in) arguments to a function, returning a new function that when called with call the original passing in the curried arguments (along with any new ones): function currying examples. Source: Curry in JavaScript « Jayden’s Blog