WEB front-end tech

Apr 25

ghi:


  GitHub Issues on the command line. Use your $EDITOR, not your browser.

ghi:

GitHub Issues on the command line. Use your $EDITOR, not your browser.

(Source: onethingwell)

TechEmpower - Web Framework Benchmarks -

In the following tests, we have measured the performance of several web application platforms, full-stack frameworks, and micro-frameworks.

traceGL -

With traceGL you can see all JavaScript codeflow, in a high performance webGL visualiser. Its like an oscilloscope, for code.

Apr 24

CSSDB.co -

A curated collection of great CSS, Sass, LESS and Stylus libraries.

Apr 21

SubVim -

Customized to be awesome by default. It is improved to be used on Mac OS X and MacVim. (note: Linux version is on the todo list, I’ll work on it asap)

If used with MacVim you will get SublimeText-like features with the same shortcuts without installing or compiling any external library.

Apr 19

A Comparison of Angular, Backbone, CanJS and Ember

Apr 16

Dashing -

Sinatra based framework that lets you build beautiful dashboards.

Apr 08

entropy.js -

entropy is a simple RESTful server in front of a MongoDB instance using node.js, Express and Mongoose.

entr -

Run arbitrary commands when files change.

E.g., recompile when a source file is changed

find . -name '*.[ch]' | entr make

or convert Markdown documents to HTML when they change

ls *.md | entr +notify &
while read F; do
markdown2html $F
done < notify

via onethingwell

Apr 03

The OAuth Bible

Apr 02

EditorConfig -

EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readable and they work nicely with version control systems.

Apr 01

PAWK -

PAWK aims to bring the full power of Python to AWK-like line-processing.

(Source: onethingwell)

Mar 21

Vaurien, the Chaos TCP Proxy -

Vaurien is basically a Chaos Monkey for your TCP connections. Vaurien acts as a proxy between your application and any backend.

You can use it in your functional tests or even on a real deployment through the command-line.

Mar 06

TJ Holowaychuk: Modular CSS preprocessing with rework

Feb 15

MoSQL -

a tool Stripe developed for live-replicating data from a MongoDB database into a PostgreSQL database. With MoSQL, you can run applications against a MongoDB database, but also maintain a live-updated mirror of your data in PostgreSQL, ready for querying with the full power of SQL.