<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>awake and alive &#187; coop course</title>
	<atom:link href="http://awakenalive.com/category/technology/coop/feed/" rel="self" type="application/rss+xml" />
	<link>http://awakenalive.com</link>
	<description>the [life + love + why] of Eric Henry</description>
	<lastBuildDate>Sat, 24 Jul 2010 17:41:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>code producing code</title>
		<link>http://awakenalive.com/2009/11/14/code-producing-code/</link>
		<comments>http://awakenalive.com/2009/11/14/code-producing-code/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 23:29:56 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[coop course]]></category>

		<guid isPermaLink="false">http://awakenalive.com/?p=218</guid>
		<description><![CDATA[This week at work I learned about ICEfaces, as well as my managers dislike of it.  I&#8217;m not sure what it is that I dislike about writing code that in turn writes code, but that is definitely the case with ICEfaces.  There&#8217;s just something that feels inefficient about some program interpreting my code and then generating more code [...]]]></description>
			<content:encoded><![CDATA[<p>This week at work I learned about <a href="http://www.icefaces.org/main/home/">ICEfaces</a>, as well as my managers dislike of it.  I&#8217;m not sure what it is that I dislike about writing code that in turn writes code, but that is definitely the case with ICEfaces.  There&#8217;s just something that feels inefficient about some program interpreting my code and then generating more code from that.  I know that is what a compiler does, but that&#8217;s the whole purpose of compilers.  That is not the case for many code producing mechanisms.</p>
<p>Regardless of how I feel about such a thing, it was nice to get some more insight in to what is actually being used in the corporate world.  Most of my web development experience has been in PHP and with apache.  In fact, I didn&#8217;t even realize that many people even used Java for web development.  I just assumed that most web development was done in either PHP or .NET.</p>
]]></content:encoded>
			<wfw:commentRss>http://awakenalive.com/2009/11/14/code-producing-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>testing 1,2,3</title>
		<link>http://awakenalive.com/2009/11/07/testing-123/</link>
		<comments>http://awakenalive.com/2009/11/07/testing-123/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 14:36:36 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[coop course]]></category>

		<guid isPermaLink="false">http://awakenalive.com/?p=221</guid>
		<description><![CDATA[I now understand why writing functional tests or unit test for code is so important.  I have taken a course that included some test-driven development and assignments that required unit tests.  Intellectually I have understood the value of these tests, but I never really saw the full benefits of writing tests (although I&#8217;m sure I [...]]]></description>
			<content:encoded><![CDATA[<p>I now understand why writing functional tests or unit test for code is so important.  I have taken a course that included some test-driven development and assignments that required unit tests.  Intellectually I have understood the value of these tests, but I never really saw the full benefits of writing tests (although I&#8217;m sure I still don&#8217;t fully understand).</p>
<p>This week at work one of my big tasks was to write tests for a library that had been written previously and is now being used in a system my team is developing.  In writing these tests, I have been able to learn several things about the library:</p>
<ol>
<li>How the code works, and what it is supposed to do</li>
<li>The database that the code was written for is not the same one we are using</li>
<li>The library was missing several key functions</li>
</ol>
<p>If I hadn&#8217;t written test for this library, I would still have been in the dark about how it was doing what it was doing (even though I had written a web service that called all the library functions).  I definitely wouldn&#8217;t have realized that it was missing features, and I definitely wouldn&#8217;t have known why it wouldn&#8217;t have worked with our current database.  So, I saved myself and my team plenty of head scratching by writing tests.  Who would have thought test would save time?</p>
]]></content:encoded>
			<wfw:commentRss>http://awakenalive.com/2009/11/07/testing-123/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>deadlines</title>
		<link>http://awakenalive.com/2009/10/31/deadlines/</link>
		<comments>http://awakenalive.com/2009/10/31/deadlines/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 19:40:36 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[coop course]]></category>

		<guid isPermaLink="false">http://awakenalive.com/?p=212</guid>
		<description><![CDATA[The past two weeks I have been working on project with a due date of ASAP.  More recently I have discovered that there are people waiting on me who won&#8217;t be too happy if I don&#8217;t meet my deadline.  Even though I have had plenty of deadlines at school, this one is different somehow. Regardless [...]]]></description>
			<content:encoded><![CDATA[<p>The past two weeks I have been working on project with a due date of ASAP.  More recently I have discovered that there are people waiting on me who won&#8217;t be too happy if I don&#8217;t meet my deadline.  Even though I have had plenty of deadlines at school, this one is different somehow.</p>
<p>Regardless of why it is different, I am definitely feeling the pressure.  It&#8217;s very interesting to see how I deal with this kind of different pressure.  In some ways it has been hard since I definitely feel like there is not enough time to complete this project by the deadline.  I know that the deadline isn&#8217;t completely a hard deadline, but I still want to get it done as quickly as possible.</p>
<p>It makes me realize that having a good manager can really make things go well.  My manager has been very helpful in answering my questions and helping me deal with the timelines/expectations of those affected by my project.  I&#8217;m very glad that I have been able to observe this kind of interaction, it seems to be a great experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://awakenalive.com/2009/10/31/deadlines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>back and forth</title>
		<link>http://awakenalive.com/2009/10/25/back-and-forth/</link>
		<comments>http://awakenalive.com/2009/10/25/back-and-forth/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 20:23:51 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[coop course]]></category>

		<guid isPermaLink="false">http://awakenalive.com/?p=192</guid>
		<description><![CDATA[Over the course of my internship I have had to switch gears between different projects.  Sometimes new things would come up and I would need to focus my attention there.  Sometimes it was just because I had multiple projects on my list and the one I was just working on was waiting for someone else [...]]]></description>
			<content:encoded><![CDATA[<p>Over the course of my internship I have had to switch gears between different projects.  Sometimes new things would come up and I would need to focus my attention there.  Sometimes it was just because I had multiple projects on my list and the one I was just working on was waiting for someone else before I could continue.</p>
<p>Regardless of why I had to switch projects, I have noticed that if it has been a while since I last worked on the project I am switching to I often have to spend time re-orienting myself to the project.  This has been even more true with my freelancing in the years past (especially when it could be over a year before I come back to something).</p>
<p>I know it will be hard to force myself into a new system, but I really think that I need to start keeping notes about what I am doing on a project on a daily basis.  This is really so much easier said than done.  Code commenting can sometimes feel useless, so I can&#8217;t even imagine what it will seem like when I am writing a description of what I have just done.</p>
]]></content:encoded>
			<wfw:commentRss>http://awakenalive.com/2009/10/25/back-and-forth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>schedules and such</title>
		<link>http://awakenalive.com/2009/10/18/schedules-and-such/</link>
		<comments>http://awakenalive.com/2009/10/18/schedules-and-such/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 16:35:35 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[coop course]]></category>

		<guid isPermaLink="false">http://awakenalive.com/?p=227</guid>
		<description><![CDATA[One little thing that I have picked up during my internship has been my preference for work schedule and work dress code. As far as schedules go, when I was full time I pretty much only worked from 8 am until 4 pm.  Occasionally I would need to come in later or leave earlier, and [...]]]></description>
			<content:encoded><![CDATA[<p>One little thing that I have picked up during my internship has been my preference for work schedule and work dress code.</p>
<p>As far as schedules go, when I was full time I pretty much only worked from 8 am until 4 pm.  Occasionally I would need to come in later or leave earlier, and that was just fine.  Sometimes I would even stay late one day so I could come in really late the next day.  This was just fine as well.  In fact, it didn&#8217;t really matter when I worked as long as I was there for my meetings, and my schedule didn&#8217;t interfere with getting work done.  I know that I would be able to do just fine at a company with a more rigid schedule, but I definitely prefer the loose system that I have now.</p>
<p>Now about dress codes; I think I would most prefer a completely relaxed dress code (aka jeans and t-shirt).  I can say with complete sincerity that I have had no problem with the business casual code that I have had at my internship.  Again, I think I could get used to a regular business standard dress code, but I think that I would prefer more relaxed.  This part has surprised me the most during my internship.  I used to think that I wouldn&#8217;t be able to stand not being able to just wear jeans and t-shirt to work.  Fortunately I have been able to discover that this is not the case.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>P.S. for those of you subscribed to my blog, I have been writing blog posts for a coop course that I am taking.  Feel free to ignore these&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://awakenalive.com/2009/10/18/schedules-and-such/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>systems for systems</title>
		<link>http://awakenalive.com/2009/10/11/systems-for-systems/</link>
		<comments>http://awakenalive.com/2009/10/11/systems-for-systems/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 23:52:24 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[coop course]]></category>

		<guid isPermaLink="false">http://awakenalive.com/?p=224</guid>
		<description><![CDATA[One thing that has been apparent the whole time I have been interning has been that large organizations have lots of systems.  I&#8217;m not just talking about the computers or servers, I&#8217;m talking about the methods and software used to control the interaction between individuals and groups.  There are systems for moving code from development [...]]]></description>
			<content:encoded><![CDATA[<p>One thing that has been apparent the whole time I have been interning has been that large organizations have <span style="text-decoration: underline;">lots</span> of systems.  I&#8217;m not just talking about the computers or servers, I&#8217;m talking about the methods and software used to control the interaction between individuals and groups.  There are systems for moving code from development to testing to production.  There are systems for getting access to new software or databases.  There&#8217;s a system for almost anything you can think of.</p>
<p>The amazing thing is that when you have a lot of people, these systems are ridiculously important.  The database administrators would be bogged down by requests if every single request was different.  They would have to interpret each request before they could even do the work.</p>
<p>The really interesting thing to think about is how important it is for a system to be setup correctly from the beginning.  I know that no system can be perfect from the beginning, but that first try is seriously important.  If it is really screwed up, it can take forever to get it to a good place, especially if it is not readily apparent where the problem lies.  With all the systems setup to safe-guard the other systems, it is very difficult to get something to change.  It just burns this thought in my head: a new system must be very well thought out before being implemented (this is of course assuming the system is within a large organization&#8230;)</p>
]]></content:encoded>
			<wfw:commentRss>http://awakenalive.com/2009/10/11/systems-for-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the factory pattern</title>
		<link>http://awakenalive.com/2009/10/03/the-factory-pattern/</link>
		<comments>http://awakenalive.com/2009/10/03/the-factory-pattern/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 22:24:42 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[coop course]]></category>

		<guid isPermaLink="false">http://awakenalive.com/?p=214</guid>
		<description><![CDATA[I made myself understand the factory pattern when I was taking Software Design during my fall 2008 semester.  That is, I understood enough to do well in the course.  Looking back I never really understood it; more importantly I didn&#8217;t see it&#8217;s usefulness. This week I received the best explanation from my manager at work. [...]]]></description>
			<content:encoded><![CDATA[<p>I made myself understand <a href="http://en.wikipedia.org/wiki/Abstract_factory_pattern">the factory pattern</a> when I was taking Software Design during my fall 2008 semester.  That is, I understood enough to do well in the course.  Looking back I never really understood it; more importantly I didn&#8217;t see it&#8217;s usefulness.</p>
<p>This week I received the best explanation from my manager at work.  The best part was being able to see the real world implementation of the factory pattern.  I think the key thing that I was missing was that the factory will return an object that implements an interface, so you can have any number of implementations of the interface that will all be valid objects.  Add in <a href="http://en.wikipedia.org/wiki/Inversion_of_control">some inversion of control</a> and you have yourself an amazing dynamic system where you can drop in libraries at anytime (even runtime) and use them as though they were compiled with the system.</p>
]]></content:encoded>
			<wfw:commentRss>http://awakenalive.com/2009/10/03/the-factory-pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>existing projects</title>
		<link>http://awakenalive.com/2009/09/26/existing-projects/</link>
		<comments>http://awakenalive.com/2009/09/26/existing-projects/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 16:16:36 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[coop course]]></category>

		<guid isPermaLink="false">http://awakenalive.com/?p=179</guid>
		<description><![CDATA[I was recently given a task at work where I had to move an existing project from one process to a totally different process.  The fun part was that not only had I never worked with the existing project, I had never worked with the new system it was being moved to! So I have [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently given a task at work where I had to move an existing project from one process to a totally different process.  The fun part was that not only had I never worked with the existing project, I had never worked with the new system it was being moved to!</p>
<p>So I have to learn 2 new things at once to be able to complete this project.  Kinda interesting&#8230;</p>
<p>It definitely gets me thinking about how to make this kind of system work  better.  There&#8217;s not much I can do for this particular situation since there isn&#8217;t any pre-project work that I can do on either unknown.  It seems like it would be helpful to have worked on both systems prior to this project.  I know as a new employee I will always have to be learning new systems, but it seems like everything would work a little smoother if it was one new system per project.</p>
]]></content:encoded>
			<wfw:commentRss>http://awakenalive.com/2009/09/26/existing-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>double duties part duex</title>
		<link>http://awakenalive.com/2009/09/19/double-duties-part-duex/</link>
		<comments>http://awakenalive.com/2009/09/19/double-duties-part-duex/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 18:54:16 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[coop course]]></category>

		<guid isPermaLink="false">http://awakenalive.com/?p=180</guid>
		<description><![CDATA[Splitting work and school so far has been alright, but I&#8217;m kind of worried about what it might mean later in the semester. I am definitely learning a lot working at Jackson, but what happens when I have a lot going on at school? Speaking of learning a lot, here&#8217;s a few things I have [...]]]></description>
			<content:encoded><![CDATA[<p>Splitting work and school so far has been alright, but I&#8217;m kind of worried about what it might mean later in the semester.</p>
<p>I am definitely learning a lot working at Jackson, but what happens when I have a lot going on at school?</p>
<p>Speaking of learning a lot, here&#8217;s a few things I have picked up so far at Jackson:</p>
<ul>
<li>Programming in &#8220;the industry&#8221; is quite different from programming at school
<ul>
<li>A solution isn&#8217;t necessarily the right solution just because it works and is fast</li>
<li>There are standards that are in place that are kinda like unspoken rules at a secret club</li>
</ul>
</li>
<li>I actually like programming in Java
<ul>
<li>It&#8217;s fairly similar to the languages I have been using</li>
<li>Eclipse makes learning the language much easier with autocomplete and syntax checking</li>
</ul>
</li>
<li>I will never know it all, and I need to rely on others
<ul>
<li>I have been put on projects where I literally know nothing</li>
<li>People higher up aren&#8217;t the only ones that have good answers, many times my peers know as well</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://awakenalive.com/2009/09/19/double-duties-part-duex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

