Thoughts on being a 5:01 Developer

This is old news, but I’m unemployed at the moment. It’s kind of a big deal for other people since I look like I’m job-hopping, but the reasons are perfectly valid. Anyway, all I’ve been doing during the past few weeks are going to events, meeting people, and finding a job. During my quest in finding the perfect next job, I met the CEO of a local startup company here in the Philippines....

April 24, 2012 · 3 min · 453 words

Polymorphic Associations in Rails 3.2

I have recently transferred to a new job. I am now working as a Ruby on Rails developer for TwitMusic. Before I go on about promoting my new employer (which I won’t do for the sake of this article), I would like to point out that I am being trained for the position before I get involved with the production code. For the first part of my training, my employer gave me a set of problems about Ruby on Rails that I have to solve on my own....

March 2, 2012 · 5 min · 874 words

A noob's attempt on Google App Engine using Java and Maven part 2

In my last entry, I modified my Maven project so it can be deployed to Google App Engine. This time, I’m going to work on my actual application so I can finally have something to show to other people. Right now, my Spring web application works fine on Google App Engine. Let me go over the code that I have so far. I first made a bean called Manufacturer: 1 2 3 4 5 6 7 8 9 10 11 package com....

March 26, 2011 · 3 min · 629 words

A noob's attempt on Google App Engine using Java and Maven

Since I solved most of the problems that I encountered with Spring MVC, I decided to take it up a notch by using Google App Engine. If you haven’t heard about GAE, it’s basically a host for web applications that are built in Java or Python. Also, it’s an engine for building web applications (as you can see from the name). One of the benefits that you get from GAE is that your web application gets to be hosted by the same servers that power Google....

March 12, 2011 · 6 min · 1241 words

Bad start with Spring part 2 - Resolved

Last time, I was kind of frustrated as well as lazy about my problem. As a recap, I had a problem with manually injecting beans in Spring 3.0 because I tried doing it the old fashioned way. After a long time of reading and thinking, I realized that I’m having problems because I didn’t embrace the sudden transition I had with annotations. Since I’m the kind of person who embraces change, I decided to stop whining and use the auto wiring feature instead....

March 11, 2011 · 2 min · 297 words