Improve your project team’s spelling abilities with these Vim tips.
Read more at the sourceAll posts by Dan Croak
Create a Retention Curve with Mixpanel and Google Sheets
Better visualize product retention with a curve instead of a tabular cohort report.
Read more at the sourceOptimizing Full Text Search with Postgres tsvector Columns and Triggers
Improve the speed of Postgres full-text search by introducing a tsvector column to cache lexemes and using a trigger to keep the lexemes up-to-date.
Read more at the sourceHow to Process Twitter Lead Cards with FormKeep
Generate leads for your product with Twitter Ads and FormKeep.
Read more at the sourceA Closer Look at Test Spies
What benefits do test spies have compared to mocks in our isolated unit tests?
Read more at the sourceHound Reviews SCSS for Style Violations
Hound reviews Ruby, JavaScript, CoffeeScript, and SCSS code for style violations.
Read more at the sourceMultiple CI Services on a GitHub Pull Request
Review your GitHub pull requests with multiple CI services such as TravisCI, Code Climate, and Hound.
Read more at the sourceHound Reviews CoffeeScript For Style Violations
In addition to Ruby files,
Hound can now review CoffeeScript code for style violations using CoffeeLint.
Paid Private Repos for Hound
Hound is now reviewing 7,000+ GitHub pull requests each week. We are now
charging for private repos. Public repos are still free.
DNS to CDN to Origin
<p>Content Distribution Networks (CDNs) such as <a href="http://aws.amazon.com/cloudfront/">Amazon CloudFront</a> and
<a href="http://www.fastly.com/">Fastly</a> have the ability to “pull” content from their <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec1.html#sec1.3">origin server</a>
during HTTP requests in order to cache them. They can also proxy POST, PUT,
PATCH, DELETE, and OPTION HTTP requests…</p>