Posted on June 12, 2011, 6:38 pm, by Cristian Vat, under
Uncategorized.
[short one..hanging around in drafts for some time so I just thought I'd kick it out..] Or well…caching the limits. I just noticed recently that when I’m investigating the possibility to cache something, I always force myself to look at the endpoints of the whole process even forcibly ignoring the middle of the process. Don’t [...]
Posted on February 26, 2011, 11:07 pm, by Cristian Vat, under
Uncategorized.
We all know readable code is something to strive for. But still I see people working with Java 6 and using as a condition because they’re used to it. I think this concept is so beaten into the minds of many programmers, especially java that it’s hard to find a better way. If you’re on [...]
Posted on March 3, 2010, 7:02 pm, by Cristian Vat, under
Uncategorized.
There are already lots of articles and even books on using Git and why it’s better than other source version control solutions. One of the things I recommend is reading the Git Community Book. Now, I’m still a newbie in using Git, but I did use CVS and SVN over the years. I won’t bore [...]
Posted on March 3, 2010, 3:50 pm, by Cristian Vat, under
Uncategorized.
To sum it up in one word: awesome Now for the longer version.. So this past weekend ( 26-27th of February ) I participated at GeekMeet24. Everyone gathered, teamed-up, and did their best to end up with a good web application at the end of the weekend. I was involved in the Freeconomy project, meant [...]
Posted on February 14, 2010, 5:44 pm, by Cristian Vat, under
Uncategorized.
At work I usually work on applications which will be used by groups of users. Groups like companies, university libraries and so on. These groups are usually tied to a geographical location or at least a specific network, so a useful feature of the applications they use is IP authentication. Why would a company want [...]
Posted on February 12, 2010, 8:34 pm, by Cristian Vat, under
Uncategorized.
var post = { post_id: 55, text : “This post partially addressed to some coworkers/people who don’t know how to ask questions. Some questions sounded like: “I’ve got this xml processing thing I need to do, what would be faster?” and then enumerating SAX,DOM,etc…but mostly SAX versus DOM. Of course they are VERY vague about [...]
Posted on February 11, 2010, 10:02 pm, by Cristian Vat, under
Uncategorized.
The same as with other people, there are a lot of things which motivate me. Money, fame, fortune(not the same as money), the opposite sex, tough challenges, even good Karma. But one that really stands out for me as a software(web) developer is this: The Users. I really care about the users. I often found [...]
Posted on January 9, 2010, 9:39 am, by Cristian Vat, under
Uncategorized.
A random idea is just something that pops into your head, maybe while doing something completely different, and for the moment you just think it’s the most awesome thing ever. What do most of us do with those kind of ideas? You either completely forget about them or ignore them for their insanity You write [...]
Posted on December 24, 2009, 6:42 pm, by Cristian Vat, under
Uncategorized.
I have always liked small projects. Small projects in my opinion: Small, focused idea, no junk/waste. Small team, no extras, all team members have leading roles. Time constraints: couple of hours, 24h, 48h, up to a maximum of 1-2 weeks. Why do I like them so much? Because you get down to the bare essentials [...]