Landing Pages That Convert
Hacker News
JavaScript is required to view this site.
9 March 2015Hacker News
JavaScript is required to view this site.
9 March 2015Hacker News
gg helps you work with git more efficiently, saving you keystrokes for your most prized projects. Think of gg as a wrapper for the git commands that you run all the time; a wrapper that adds functionality and is aesthetically pleasing. There's more to…
8 March 2015Hacker News
I've set myself a side project to scrape and display car hire price data, to compare suppliers and trends. I've never done this before and my original goal was to play & learn new skills - but the challenge has become displaying this information in a…
8 March 2015Hacker News
6 March 2015Hacker News
6 March 2015Hacker News
17 Jan 2018 » How To Measure the Working Set Size on Linux home At the last AWS re:Invent, I gave a talk on "Performance Tuning EC2 Instances", where I showed how my team (Performance and Reliability Engineering) tunes Linux EC2 instances at Netflix.…
4 March 2015Hacker News
* Used by ~40,000 packages as of March 1, 2019 $ npm install chalk const chalk = require('chalk'); console.log(chalk.blue('Hello world!')); Chalk comes with an easy to use composable API where you just chain and nest the styles you want. const chalk =…
4 March 2015Hacker News
HTTP2 will mean a change in how we should build websites. The best practices of HTTP1 are harmful in a HTTP2 world. HTTP1 is slow and inefficient for the majority of today's use cases on the web. HTTP1.x is the version of HTTP we are all familiar with.…
3 March 2015Planet Ubuntu
This is more of a “write here so I do not forget” kind of post. I set out trying to make a simple “maintenance” mode for a REST API (that speaks only JSON) without having to handle it in the code base. nginx has a really cool support for maintenance mode…
2 March 2015Hacker News
The primary purpose of a password is to serve as an unique verification identifier for a given user. Ideally, the password for a given website or service should be both random and unique; if the letters and/or numbers in the password follow any patterns,…
27 February 2015