aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2018-11-06 03:11:17 +0000
committerJulio Capote <jcapote@gmail.com>2018-11-06 03:11:17 +0000
commitae6d26f322c990bdae1d0a170fca4345d38cdf73 (patch)
treeaa7e9e9a96acc6c163b2f5ab17a1b72538a4e9d3 /content
parent3566649aab8e9c1b57f37c8915db0091dbee8a10 (diff)
downloadcapotej.com-ae6d26f322c990bdae1d0a170fca4345d38cdf73.tar.gz
fix tags
Diffstat (limited to 'content')
-rw-r--r--content/post/2008-10-11-tabbing-through-fields-vertically.markdown2
-rw-r--r--content/post/2008-10-12-arrow-key-navigation-for-text-fields.markdown2
-rw-r--r--content/post/2008-10-28-so-you-want-to-click-that-button.markdown2
-rw-r--r--content/post/2008-9-27-highlight-link-based-on-current-page-in-rails.markdown2
-rw-r--r--content/post/2008-9-30-why-mootools-or-why-not-jquery.markdown2
-rw-r--r--content/post/2009-1-1-useful-rails-routing-tips.markdown2
-rw-r--r--content/post/2009-7-19-using-rack-applications-inside-gwt-hosted-mode.markdown2
-rw-r--r--content/post/2010-12-31-what-i-released-in-2010.markdown2
-rw-r--r--content/post/2011-1-3-migrationfor-write-migrations-right-from-the-command.markdown2
-rw-r--r--content/post/2011-9-13-render-image-links-directly-inside-adium.markdown2
-rw-r--r--content/post/2012-1-25-finagle-with-scala-bootstrapper.markdown2
-rw-r--r--content/post/2012-1-9-alfred-extension-for-creating-wunderlist-task.markdown2
-rw-r--r--content/post/2012-10-07-an-embedded-key-value-store-for-shell-scripts.markdown2
-rw-r--r--content/post/2012-10-11-riak-at-posterous.markdown2
-rw-r--r--content/post/2012-11-01-base-a-scala-project-generator.markdown2
-rw-r--r--content/post/2012-11-07-announcing-finatra-1-0-0.markdown2
-rw-r--r--content/post/2012-11-13-automatic-high-quality-releases.markdown2
-rw-r--r--content/post/2013-07-28-playing-with-groupcache.markdown2
-rw-r--r--content/post/2013-10-07-golang-http-handlers-as-middleware.markdown2
19 files changed, 19 insertions, 19 deletions
diff --git a/content/post/2008-10-11-tabbing-through-fields-vertically.markdown b/content/post/2008-10-11-tabbing-through-fields-vertically.markdown
index 639cbb3..193e27d 100644
--- a/content/post/2008-10-11-tabbing-through-fields-vertically.markdown
+++ b/content/post/2008-10-11-tabbing-through-fields-vertically.markdown
@@ -4,7 +4,7 @@ title: "Tabbing through fields vertically"
date: 2008-10-11T01:54:00Z
comments: false
permalink: /post/54058512/tabbing-through-fields-vertically
-categories:
+tags:
---
diff --git a/content/post/2008-10-12-arrow-key-navigation-for-text-fields.markdown b/content/post/2008-10-12-arrow-key-navigation-for-text-fields.markdown
index 6fcf882..c95ed9b 100644
--- a/content/post/2008-10-12-arrow-key-navigation-for-text-fields.markdown
+++ b/content/post/2008-10-12-arrow-key-navigation-for-text-fields.markdown
@@ -4,7 +4,7 @@ title: "Arrow key navigation for text fields"
date: 2008-10-12T17:41:00Z
comments: false
permalink: /post/54266325/arrow-key-navigation-for-text-fields
-categories:
+tags:
---
diff --git a/content/post/2008-10-28-so-you-want-to-click-that-button.markdown b/content/post/2008-10-28-so-you-want-to-click-that-button.markdown
index a73a332..3f8b8cb 100644
--- a/content/post/2008-10-28-so-you-want-to-click-that-button.markdown
+++ b/content/post/2008-10-28-so-you-want-to-click-that-button.markdown
@@ -4,7 +4,7 @@ title: "So you want to click that button?"
date: 2008-10-28T21:05:00Z
comments: false
permalink: /post/56866975/so-you-want-to-click-that-button
-categories:
+tags:
---
diff --git a/content/post/2008-9-27-highlight-link-based-on-current-page-in-rails.markdown b/content/post/2008-9-27-highlight-link-based-on-current-page-in-rails.markdown
index e696208..79f63be 100644
--- a/content/post/2008-9-27-highlight-link-based-on-current-page-in-rails.markdown
+++ b/content/post/2008-9-27-highlight-link-based-on-current-page-in-rails.markdown
@@ -4,7 +4,7 @@ title: "Highlight link based on current page in rails"
date: 2008-09-27T19:47:00Z
comments: false
permalink: /post/52081481/highlight-link-based-on-current-page-in-rails
-categories:
+tags:
---
diff --git a/content/post/2008-9-30-why-mootools-or-why-not-jquery.markdown b/content/post/2008-9-30-why-mootools-or-why-not-jquery.markdown
index d7b3acc..dc4e20b 100644
--- a/content/post/2008-9-30-why-mootools-or-why-not-jquery.markdown
+++ b/content/post/2008-9-30-why-mootools-or-why-not-jquery.markdown
@@ -4,7 +4,7 @@ title: "Why MooTools (or Why not JQuery)"
date: 2008-09-30T10:26:00Z
comments: false
permalink: /post/52467447/why-mootools-or-why-not-jquery
-categories:
+tags:
---
##UPDATE 2012: this post is dumb and angsty, dont read
diff --git a/content/post/2009-1-1-useful-rails-routing-tips.markdown b/content/post/2009-1-1-useful-rails-routing-tips.markdown
index ef6525e..a621c45 100644
--- a/content/post/2009-1-1-useful-rails-routing-tips.markdown
+++ b/content/post/2009-1-1-useful-rails-routing-tips.markdown
@@ -4,7 +4,7 @@ title: "Useful Rails Routing tips"
date: 2009-01-02T15:50:00Z
comments: false
permalink: /post/67873462/useful-rails-routing-tips
-categories:
+tags:
---
diff --git a/content/post/2009-7-19-using-rack-applications-inside-gwt-hosted-mode.markdown b/content/post/2009-7-19-using-rack-applications-inside-gwt-hosted-mode.markdown
index aaa1da1..3635b3d 100644
--- a/content/post/2009-7-19-using-rack-applications-inside-gwt-hosted-mode.markdown
+++ b/content/post/2009-7-19-using-rack-applications-inside-gwt-hosted-mode.markdown
@@ -4,7 +4,7 @@ title: "Using Rack applications inside GWT Hosted mode"
date: 2009-07-19T18:51:00Z
comments: false
permalink: /post/145035194/using-rack-applications-inside-gwt-hosted-mode
-categories:
+tags:
---
diff --git a/content/post/2010-12-31-what-i-released-in-2010.markdown b/content/post/2010-12-31-what-i-released-in-2010.markdown
index 93912fa..a4b54d0 100644
--- a/content/post/2010-12-31-what-i-released-in-2010.markdown
+++ b/content/post/2010-12-31-what-i-released-in-2010.markdown
@@ -4,7 +4,7 @@ title: "What I released in 2010"
date: 2010-12-31T13:29:00Z
comments: false
permalink: /post/2546786852/what-i-released-in-2010
-categories:
+tags:
---
diff --git a/content/post/2011-1-3-migrationfor-write-migrations-right-from-the-command.markdown b/content/post/2011-1-3-migrationfor-write-migrations-right-from-the-command.markdown
index 406183b..3dece2f 100644
--- a/content/post/2011-1-3-migrationfor-write-migrations-right-from-the-command.markdown
+++ b/content/post/2011-1-3-migrationfor-write-migrations-right-from-the-command.markdown
@@ -4,7 +4,7 @@ title: "MigrationFor: Write migrations right from the command line!"
date: 2011-01-03T09:48:00Z
comments: false
permalink: /post/2583891119/migrationfor-write-migrations-right-from-the-command
-categories:
+tags:
---
diff --git a/content/post/2011-9-13-render-image-links-directly-inside-adium.markdown b/content/post/2011-9-13-render-image-links-directly-inside-adium.markdown
index 6062e02..038a28f 100644
--- a/content/post/2011-9-13-render-image-links-directly-inside-adium.markdown
+++ b/content/post/2011-9-13-render-image-links-directly-inside-adium.markdown
@@ -4,7 +4,7 @@ title: "Render image links directly inside Adium"
date: 2011-09-13T08:59:00Z
comments: false
permalink: /render-image-links-directly-inside-adium
-categories:
+tags:
---
diff --git a/content/post/2012-1-25-finagle-with-scala-bootstrapper.markdown b/content/post/2012-1-25-finagle-with-scala-bootstrapper.markdown
index 93988e3..4122782 100644
--- a/content/post/2012-1-25-finagle-with-scala-bootstrapper.markdown
+++ b/content/post/2012-1-25-finagle-with-scala-bootstrapper.markdown
@@ -4,7 +4,7 @@ title: "Finagle with scala-bootstrapper"
date: 2012-01-25T09:45:00Z
comments: false
permalink: /finagle-with-scala-bootstrapper
-categories:
+tags:
---
diff --git a/content/post/2012-1-9-alfred-extension-for-creating-wunderlist-task.markdown b/content/post/2012-1-9-alfred-extension-for-creating-wunderlist-task.markdown
index 9e17c6a..b2f1bdd 100644
--- a/content/post/2012-1-9-alfred-extension-for-creating-wunderlist-task.markdown
+++ b/content/post/2012-1-9-alfred-extension-for-creating-wunderlist-task.markdown
@@ -4,7 +4,7 @@ title: "Alfred Extension for creating Wunderlist tasks"
date: 2012-01-09T23:36:00Z
comments: false
permalink: /alfred-extension-for-creating-wunderlist-task
-categories:
+tags:
---
diff --git a/content/post/2012-10-07-an-embedded-key-value-store-for-shell-scripts.markdown b/content/post/2012-10-07-an-embedded-key-value-store-for-shell-scripts.markdown
index a014a41..b4d3f45 100644
--- a/content/post/2012-10-07-an-embedded-key-value-store-for-shell-scripts.markdown
+++ b/content/post/2012-10-07-an-embedded-key-value-store-for-shell-scripts.markdown
@@ -3,7 +3,7 @@ layout: post
title: "an embedded key / value store for shell scripts"
date: 2012-10-07T10:06:00Z
comments: true
-categories: ['shell scripting', 'databases']
+tags: ['shell scripting', 'databases']
---
UPDATE: this is now available as a [sub](http://github.com/37signals/sub) command, here: [kiev](http://github.com/capotej/kiev)
diff --git a/content/post/2012-10-11-riak-at-posterous.markdown b/content/post/2012-10-11-riak-at-posterous.markdown
index 13f2149..0876366 100644
--- a/content/post/2012-10-11-riak-at-posterous.markdown
+++ b/content/post/2012-10-11-riak-at-posterous.markdown
@@ -3,7 +3,7 @@ layout: post
title: "riak at posterous"
date: 2012-10-11T13:47:00Z
comments: true
-categories: ['riak', 'posterous', 'presentation']
+tags: ['riak', 'posterous', 'presentation']
---
A few months ago, I gave a presentation on how Posterous uses Riak for it's post cache; At [#ricon2012](http://basho.com/community/ricon2012/)
diff --git a/content/post/2012-11-01-base-a-scala-project-generator.markdown b/content/post/2012-11-01-base-a-scala-project-generator.markdown
index 2a31453..82dd2f4 100644
--- a/content/post/2012-11-01-base-a-scala-project-generator.markdown
+++ b/content/post/2012-11-01-base-a-scala-project-generator.markdown
@@ -3,7 +3,7 @@ layout: post
title: "base: a scala project generator"
date: 2012-11-01T14:39:00Z
comments: true
-categories: ["efficiency", "scala", "shell scripting"]
+tags: ["efficiency", "scala", "shell scripting"]
---
Finally got tired of copy pasting other projects and gutting them to make new ones, so I created [base](http://github.com/capotej/base), a shell command that creates new scala projects.
diff --git a/content/post/2012-11-07-announcing-finatra-1-0-0.markdown b/content/post/2012-11-07-announcing-finatra-1-0-0.markdown
index 5507b1a..25b3b4b 100644
--- a/content/post/2012-11-07-announcing-finatra-1-0-0.markdown
+++ b/content/post/2012-11-07-announcing-finatra-1-0-0.markdown
@@ -3,7 +3,7 @@ layout: post
title: "announcing finatra 1.0.0"
date: 2012-11-07T21:20:00Z
comments: true
-categories: ["finatra", "scala"]
+tags: ["finatra", "scala"]
---
After months of work [Finatra](https://github.com/capotej/finatra#readme) 1.0.0 is finally available! Finatra is a scala web framework inspired by [Sinatra](https://github.com/sinatra/sinatra#readme) built on top of [Finagle](http://twitter.github.com/finagle).
diff --git a/content/post/2012-11-13-automatic-high-quality-releases.markdown b/content/post/2012-11-13-automatic-high-quality-releases.markdown
index 40e0f92..a2a90f4 100644
--- a/content/post/2012-11-13-automatic-high-quality-releases.markdown
+++ b/content/post/2012-11-13-automatic-high-quality-releases.markdown
@@ -3,7 +3,7 @@ layout: post
title: "automatic high quality releases"
date: 2012-11-13T21:31:00Z
comments: true
-categories: ["shell scripting", "finatra"]
+tags: ["shell scripting", "finatra"]
---
Recently, I invested some time into automating some of the work that goes into a [Finatra](http://github.com/capotej/finatra#readme) release.
diff --git a/content/post/2013-07-28-playing-with-groupcache.markdown b/content/post/2013-07-28-playing-with-groupcache.markdown
index b090154..4fd18c4 100644
--- a/content/post/2013-07-28-playing-with-groupcache.markdown
+++ b/content/post/2013-07-28-playing-with-groupcache.markdown
@@ -3,7 +3,7 @@ layout: post
title: "Playing with groupcache"
date: 2013-07-28T14:49:00Z
comments: true
-categories: ["go", "databases", "distributed computing"]
+tags: ["go", "databases", "distributed computing"]
---
This week, [@bradfitz](http://twitter.com/bradfitz) (of memcached fame) released [groupcache](http://github.com/golang/groupcache) at OSCON 2013. I'm already a big fan of [memcached](http://memcached) and [camlistore](http://camlistore.org), so I couldn't wait to download it and kick the tires.
diff --git a/content/post/2013-10-07-golang-http-handlers-as-middleware.markdown b/content/post/2013-10-07-golang-http-handlers-as-middleware.markdown
index c1249e9..812632c 100644
--- a/content/post/2013-10-07-golang-http-handlers-as-middleware.markdown
+++ b/content/post/2013-10-07-golang-http-handlers-as-middleware.markdown
@@ -3,7 +3,7 @@ layout: post
title: "Golang http handlers as middleware"
date: 2013-10-07T08:52:00Z
comments: true
-categories: ["go", "http"]
+tags: ["go", "http"]
---
Most modern web stacks allow the "filtering" of requests via stackable/composable middleware, allowing you to cleanly separate cross-cutting concerns from your web application. This weekend I needed to hook into go's ```http.FileServer``` and was pleasantly surprised how easy it was to do.