Show Posts
← Back to homepage

So here it is, the long awaited redesign! A few months ago I decided I wanted to re-focus my website on my writing and projects, so I reached out to my friend, the genius Rogie King, with some ideas.

Some of the new features that I’m excited about:

  • Clearly defined post types: article, code snippet, video, photo and quote.
  • Cool dynamic filtering and Twitter-like pagination. (#hash and pushState to come soon)
  • Projects page that highlights my past and present work
  • CSS3 animated sidebar with links to social networks & bio
  • Commenting through DisqUS customized to my needs

Read more

Just released a small Node.JS module to create cool terminal tables.

var Table = require('cli-table');

// instantiate
var table = new Table({
    head: ['TH 1 label', 'TH 2 label']
  , colWidths: [100, 200]
});

// Table inherits from Array
table.push(
    ['First value', 'Second value']
  , ['First value', 'Second value']
);

// render
console.log(table.toString());
Courtesy of @abadfederico

Our “overnight” success took 1,000 days.

Brian Chesky, AirBNB

About Guillermo Rauch:

CTO and co-founder of LearnBoost, developer, open source enthusiast, blogger.