» Tips and Tricks
Subscribe via email   Subscribe via RSS
Powered by Wordpress

I love programming, but its not what my entire life is composed of. I love nature and animals more than socializing. Lawl. I enjoy spending time with my family and my cat. I'm a private person and I love sharing only the most important life stories with my closest friends. I'm a very organized person as well and I hate clutter. I love GTD and I count my blessings everday. :)

I have had many blogs before, but I decided to compile all of my works in one place. Hence, the birth of Coderkitty. My day to day blogging is compiled under Livinglife. Its where I pour most of my thoughts into.

I also work fulltime as a technical person, currently the Technical Development Manager of the IT team of Devex. I enjoy helping out friends with their minor coding challenges, and I love to tinker with this site when I'm free. Otherwise, I'm usually found whetting my appetite with different cutting edge technologies, or doing some freelance work. I don't like coffee, though I love having tea while working.

A photo of me

Learn more about me. You can also see me here:

Creative Commons License

Archives
Beautiful Ebony
Love Meow
LoveMeow.com for ultimate cat lovers

Category: Tips and Tricks

Using Git on your Android.

Yes.  Because we are nerds.  How? There’s no quick easy way yet.  People have been discussing their own ways on how to go around this.  You may wanna eavesdrop here.  As much as I did look at their suggestions and I kinda laughed at myself because I’ve tried most of those and it didn’t satisfy
read more

Solving Postgres problems in Mountain Lion

Problem #1: psql (9.1.5, server 9.2.2) WARNING: psql version 9.2, server version 9.2. Some psql features might not work. Type “help” for help. Solution:

Installing Rmagick on Mountain Lion

I had a very very tough time trying to find the solution to this.  So, I am compelled to post what solved my problem. First off, when you go looking for solutions in Stackoverflow, etc., do look at the dates when the problem and the solution was posted.  Usually, the closest dated solution will be
read more

Tip: Escaping single quotes on SQL insert (ruby)

For quite sometime, I haven’t tried executing SQLs manually in Rails.  But, try as I may not to create a specific model for this scenario, I just couldn’t. So, in the meantime that I had to do the manual insert, I encountered a problem with strings with single quotes.  Particularly those names that have O’,
read more

No, your window cleaner cannot fix your roof

I’ve been managing people for quite sometime now.  Its somehow unfortunate that I may not be a software engineer for an extensibly longer time than I wanted to because at some point, managing people better would mean putting more good people in a working team. Over time, I have been able to solve problems of
read more

Web services and some tips to share

API stands for Application Programming Interface.  I’m sure you wouldn’t be reading my post if you aren’t aware what it is. From Wikipedia: An application programming interface (API) is a source code-based specification intended to be used as an interface by software components to communicate with each other. An API may include specifications for routines, data structures, object classes, and variables.
read more

Interesting read on SEO

Stupid Web Caching Tricks View more presentations from Mark Nottingham

Capistrano Deploy sequence

Capistrano is really helpful in deploying applications. Its just basically one command line to execute. Writing the recipes themselves are also easy, but what’s not explicitly written is the sequence of which the deploy process goes through. I’ve been fixing my cap scripts and having a hard time with rails 3 and thin. Hence, I
read more

Picking up the breadcrumbs

Its always easy to skip going through the details of what your stacked up knowledge and just go for trying out new stuff. This time, I take it one step back and skim through pages of books I have always ignored and pick some sections that are worth looking into and post them here. I’ve
read more

The power of toggle

I don’t know if we’ve been missing out on deliberate API lovin’ or that we’re becoming dumber every minute because of too much work, or its just the love month? …but we’ve been missing the power of “toggle“. Toggle is defined as: any instruction that works first one way and then the other; it turns
read more

Up