summaryrefslogtreecommitdiff
path: root/_posts/2011-03-29-new-journey-ruby-git-blogrite.html
diff options
context:
space:
mode:
authorJosé Mota <josemota.net@gmail.com>2012-04-06 19:40:37 +0100
committerJosé Mota <josemota.net@gmail.com>2012-04-06 19:40:37 +0100
commit3204575bfcd1f12db5945c8959073d40915cfdfe (patch)
tree5b35a0896f91043c931482b5ecb99dc2aa154310 /_posts/2011-03-29-new-journey-ruby-git-blogrite.html
parent6644e3213758ac5f8ea4f388d4dcf4105e7d4530 (diff)
Import all posts.
Diffstat (limited to '_posts/2011-03-29-new-journey-ruby-git-blogrite.html')
-rw-r--r--_posts/2011-03-29-new-journey-ruby-git-blogrite.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/_posts/2011-03-29-new-journey-ruby-git-blogrite.html b/_posts/2011-03-29-new-journey-ruby-git-blogrite.html
new file mode 100644
index 0000000..c42ae69
--- /dev/null
+++ b/_posts/2011-03-29-new-journey-ruby-git-blogrite.html
@@ -0,0 +1,25 @@
+---
+layout: post
+title: ! 'New journey: Ruby + git = Blogrite'
+tags:
+- Development
+- Miscellaneous
+- Personal improvement
+status: publish
+type: post
+published: true
+meta:
+ _edit_last: '1'
+ _wp_old_slug: ''
+---
+Truth: my blog and I have been apart for a while. Another truth: I've been reading more about Ruby. In fact, the more I read, the more I want to. Also, I've been growing tired of certain things:
+<ul>
+ <li>PHP is not it anymore.</li>
+ <li>Wordpress or Drupal are top notch. I don't <em>need</em> top notch; I want to publish content easier and faster.</li>
+ <li>I want to learn Ruby the hard way. I want to learn how to <em>test</em>, I want to learn how to <em>build a gem</em>, how to use <em>Rack</em>, all of it. Only then I'll be more confident enjoying the full power of Ruby.</li>
+ <li>I <em>don't </em>want to <em>depend on a database</em> to publish my content. I never saw that much sense in storing articles inside a relational database column. I love <em>Git</em> and it seems it is capable of storing the content I want.</li>
+ <li>I'm sick of 10+ spam comments a day.</li>
+</ul>
+My next dare: a git + ruby based blog. So, I'll be posting several articles on how I'm doing. If possible, I'll post videos too. I'll make sure to use Vimeo since it accepts OGG (it seems lighter).
+
+Thanks to the people at the <a href="http://locks.github.com/rubynorte">Ruby meetup in March 19th</a> who have motivated me (even without knowing).