<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Daniel Gazineu</title>
	<link>http://blog.danielgazineu.com</link>
	<description></description>
	<lastBuildDate>Sat, 15 May 2010 03:16:31 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Test Driven Development and Java ME</title>
		<description><![CDATA[At the very beginning of my career as a software developer, I was hired to work at a pioneer company on the field of wireless software. There I learned Java ME (J2ME at that time) almost at the same time I learned Java itself. As a newbie programmer, I was not aware of the benefits [...]]]></description>
		<link>http://blog.danielgazineu.com/2010/05/15/test-driven-development-and-java-me/</link>
			</item>
	<item>
		<title>Design Pattern for processing a huge XML file: The Solution</title>
		<description><![CDATA[This post is the sequence of the last one I wrote describing the problem I recently faced when needed to parse and process a big and complex XML file.
After playing around with the conventional solutions, I was not convinced to leave xPath/DOM code legibility for an effective memory consumption result.
To understand my solution, it’s important [...]]]></description>
		<link>http://blog.danielgazineu.com/2010/04/27/design-pattern-for-processing-a-huge-xml-file-the-solution/</link>
			</item>
	<item>
		<title>Design Pattern for processing a huge XML file: The Problem</title>
		<description><![CDATA[Some days ago I started working in a project that requires parsing and storing information contained in huge files of different formats. These files are sent by partners of our client and represent data contained in their databases. Sometimes this data is consistent and useful for our system, other times it’s just crap. As we [...]]]></description>
		<link>http://blog.danielgazineu.com/2010/04/14/design-pattern-for-processing-a-huge-xml-file-the-problem/</link>
			</item>
	<item>
		<title>Talk accepted at Devoxx09</title>
		<description><![CDATA[Continuing the sequence of news, I’m glad to announce that my Quickie Talk “Fluent Validation Framework - a DSL for validations using Fluent Interfaces” was accepted at Devoxx09.
I’m very happy with the opportunity to contribute in such important event.
I’ll have only 15 minutes there (that’s why it’s called “quickie”), but will try to bring as [...]]]></description>
		<link>http://blog.danielgazineu.com/2009/10/16/talk-accepted-at-devoxx09/</link>
			</item>
	<item>
		<title>A Twitter application to tweet your SVN commits</title>
		<description><![CDATA[After a long time without posting anything, it's time to return to the normal routine. By the way, the subject of this post is just about one of the reasons for my recent disappearing. I'm here today to introduce you to my last work: TweetSVN
TweetSVN is a Twitter application where you can associate a Twitter [...]]]></description>
		<link>http://blog.danielgazineu.com/2009/09/30/a-twitter-application-to-tweet-your-svn-commits/</link>
			</item>
	<item>
		<title>A DSL for validations using fluent interfaces</title>
		<description><![CDATA[As a software developer, I’m particularly interested in Domain Driven Design (DDD) and Domain Specific Languages (DSL). In the last few weeks I’ve been flirting with Fluent Interfaces and trying to get used to its techniques in order to apply it to build better DSL for my domains.
During my studies, I decided to build a [...]]]></description>
		<link>http://blog.danielgazineu.com/2009/08/09/a-dsl-for-validations-using-fluent-interfaces/</link>
			</item>
	<item>
		<title>Exposing bitwise operations in a fluent interface</title>
		<description><![CDATA[Some days ago I had to develop a class that would represent an event and should contain a weekly recurrence attribute. First idea that came to mind was to use seven lower representative bits of a byte as days of a week and flagging them on and off using bitwise operators. That’s a pretty common [...]]]></description>
		<link>http://blog.danielgazineu.com/2009/07/20/exposing-bitwise-operations-in-a-fluent-interface/</link>
			</item>
</channel>
</rss>
