Material Design Lite Components in HTML/CSS/JS

Hacker News

An implementation of Material Design components in vanilla CSS, JS, and HTML. Material Design Lite (MDL) lets you add a Material Design look and feel to your static content websites. It doesn't rely on any JavaScript frameworks or libraries. Optimized…

6 July 2015

Airbnb JavaScript Style Guide

Hacker News

Note: this guide assumes you are using Babel, and requires that you use babel-preset-airbnb or the equivalent. It also assumes you are installing shims/polyfills in your app, with airbnb-browser-shims or the equivalent. This guide is available in other…

3 July 2015

How to Write a Git Commit Message (2014)

Hacker News

If you browse the log of any random Git repository, you will probably find its commit messages are more or less a mess. For example, take a look at these gems from my early days committing to Spring: Yikes. Compare that with these more recent commits from…

3 July 2015

The best Lightning cable

Engadget RSS Feed

This post was done in partnership with The Wirecutter, a list of the best technology to buy. Read the full article below at TheWirecutter.com After measuring the charging speed of nearly 50 Lightning cables and sending the top 11 to our electrical e...

3 July 2015

Python Is Not C

Hacker News

Update on December 8, 2015. An updated version of this post is available at Python Is Not C: Take Two. I have been using Python a lot lately, for various data science projects. Python is known for its ease of use. Someone with coding experience can use…

2 July 2015

Collection of Tools for Building Web APIs

Hacker News

This is a collection of useful resources for building RESTful HTTP+JSON APIs. There are a lot of good tools and entire ecosystems out there! It can be overwhelming not knowing what options are available, so you can use this as a reference starting point. …

2 July 2015