<?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>f3yourmind &#187; JCSE</title>
	<atom:link href="http://aslamkhan.net/tag/jcse/feed/" rel="self" type="application/rss+xml" />
	<link>http://aslamkhan.net</link>
	<description>"There are no limits. There are only plateaus, and you must not stay there, you must go beyond them." - Bruce Lee</description>
	<lastBuildDate>Wed, 01 Sep 2010 22:25:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Upcoming Master Class</title>
		<link>http://aslamkhan.net/events/upcoming-master-class/</link>
		<comments>http://aslamkhan.net/events/upcoming-master-class/#comments</comments>
		<pubDate>Mon, 04 May 2009 10:19:20 +0000</pubDate>
		<dc:creator>Aslam</dc:creator>
				<category><![CDATA[Conferences, Speaking Gigs, etc.]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[JCSE]]></category>

		<guid isPermaLink="false">http://aslamkhan.net/?p=165</guid>
		<description><![CDATA[I will be presenting a half-day master class for the JCSE on 27 May 2009 in Johannesburg.  It&#8217;s titled Credit Crunch Metrics and aimed at geek managers.  But it&#8217;s all about your code.  It will be an interesting 4 hours.  We will read a lot of code, look at a lot of pictures of designs.  [...]]]></description>
			<content:encoded><![CDATA[<p>I will be presenting a half-day master class for the <a href="http://www.jcse.org.za">JCSE</a> on 27 May 2009 in Johannesburg.  It&#8217;s titled <a href="http://www.jcse.org.za/events.php?itemid=55">Credit Crunch Metrics</a> and aimed at geek managers.  But it&#8217;s all about your code.  It will be an interesting 4 hours.  We will read a lot of code, look at a lot of pictures of designs.  Examine the workflow of teams.  All of this with the explicit intention of determine the cost of writing and maintaining your software.</p>
<p><strong>Why Credit Crunch Metrics?</strong> Because we, as an industry, are contributing to the global financial slump.  We need to critically look at how we produce and maintain software by examining &#8220;environmental&#8221; signs that are commonly ignored.  The cost of development lies in your code, your design and your workflow.  I will show you how to look at these signs and learn from them.  And then, just maybe, we change our industry for the better &#8211; one code base at a time.  Otherwise, we might as well substitute &#8220;software developer&#8221; for &#8220;lawyer&#8221; in those old lame jokes.</p>
<p><strong>Why am I targeting management in corporate teams?</strong> Because managers have the access to the boardroom and they should be fighting the battle for their developers.  So, get your &#8220;manager&#8221; to sign-up.  Better yet, come along with your &#8220;boss&#8221; and then take the battle to the boardroom together.</p>
<p>The JCSE and I and both hoping for 15 or more people to attend.  This is not a hard rule, but anything less than 10 will most likely force us to cancel the event.  That would be a sad reflection on the priority thinking of people in our local community.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Faslamkhan.net%2Fevents%2Fupcoming-master-class%2F&amp;linkname=Upcoming%20Master%20Class"><img src="http://aslamkhan.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://aslamkhan.net/events/upcoming-master-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to BDD</title>
		<link>http://aslamkhan.net/events/introduction-to-bdd/</link>
		<comments>http://aslamkhan.net/events/introduction-to-bdd/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 11:21:44 +0000</pubDate>
		<dc:creator>Aslam</dc:creator>
				<category><![CDATA[Architecture and Development]]></category>
		<category><![CDATA[Conferences, Speaking Gigs, etc.]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[JCSE]]></category>
		<category><![CDATA[JRuby]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://aslamkhan.net/?p=43</guid>
		<description><![CDATA[
I will be giving a short introduction to behavior driven development (BDD) at the XP forum on 13 August 2008.  As usual, I&#8217;m using the opportunity to subtly throw in some other practices such as coding for readability and designing good messages.  I will also touch on mocking in tests as well.
I&#8217;ve been having immense fun putting together [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>I will be giving a short introduction to <a href="http://behaviour-driven.org/">behavior driven development</a> (BDD) at the XP forum on 13 August 2008.  As usual, I&#8217;m using the opportunity to subtly throw in some other practices such as coding for readability and designing good messages.  I will also touch on mocking in tests as well.</p>
<p>I&#8217;ve been having immense fun putting together some code examples for this talk and I hope to demo BDD using <a href="http://junit.sourceforge.net/">JUnit</a>, <a href="http://jbehave.org/">JBehave</a>, <a href="http://rspec.info/">RSpec</a> (using the rbehave story runner on <a href="http://jruby.codehaus.org/">JRuby</a> to test Java) and <a href="http://jtestr.codehaus.org/">JTestR</a> (which looks like a really exciting little project).</p>
<p>Come along and enjoy the fun.  Details and registration is on the <a href="http://www.jcse.org.za/events.php?itemid=27">JCSE web site</a>.</p>
<p><strong>Update 1: The </strong><a href="http://aslamkhan.net/wp-content/uploads/2008/08/bdd-fun-src.zip"><strong>Source Code for BDD Presentation</strong></a><strong> is now available.</strong></p>
<p><strong>Update 2: The presentation is now available for download </strong><a href="http://aslamkhan.net/wp-content/uploads/2008/08/IntroToBDD.mov"><strong>here</strong></a><strong>.  It&#8217;s a 5MB Quicktime movie file. It&#8217;s not a continuous play movie, so you need to click through to the next slide.</strong></div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Faslamkhan.net%2Fevents%2Fintroduction-to-bdd%2F&amp;linkname=Introduction%20to%20BDD"><img src="http://aslamkhan.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://aslamkhan.net/events/introduction-to-bdd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://aslamkhan.net/wp-content/uploads/2008/08/IntroToBDD.mov" length="5177011" type="video/quicktime" />
		</item>
		<item>
		<title>Software Architecture Workshop 2008</title>
		<link>http://aslamkhan.net/events/software-architecture-workshop-2008/</link>
		<comments>http://aslamkhan.net/events/software-architecture-workshop-2008/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 04:24:06 +0000</pubDate>
		<dc:creator>Aslam</dc:creator>
				<category><![CDATA[Conferences, Speaking Gigs, etc.]]></category>
		<category><![CDATA[factor10]]></category>
		<category><![CDATA[JCSE]]></category>
		<category><![CDATA[PBT]]></category>
		<category><![CDATA[SAW]]></category>

		<guid isPermaLink="false">http://aslamkhan.net/events/software-architecture-workshop-2008/</guid>
		<description><![CDATA[The next software architecture workshop (SAW) originally convened by Jimmy Nilsson is being hosted in South Africa this year between 21 January and 24 January 2008.  This is my second SAW and if it is anything like the one last year, then it is going to be a heady mixture of geek-speak, constructive debate and fun.From a PBT Group perspective, [...]]]></description>
			<content:encoded><![CDATA[<p>The next software architecture workshop (SAW) originally convened by <a href="http://www.jnsk.se/weblog/">Jimmy Nilsson</a> is being hosted in South Africa this year between 21 January and 24 January 2008.  This is my second SAW and if it is anything like <a href="http://www.itweb.co.za/office/prescient/0708140726.htm">the one last year</a>, then it is going to be a heady mixture of geek-speak, constructive debate and fun.From a <a href="http://www.pbt.co.za">PBT Group</a> perspective, we are taking advantage of having a few of the leading software architects in the South Africa.  In conjunction with the <a href="http://www.jcse.org.za">Johanessburg Centre for Software Engineering</a>, we will be hosting a <a href="http://jruby.codehaus.org">JRuby</a> Master Class in Johannesburg (16 January 2008) and Cape Town (29 January 2008).  <a href="http://andreaprovaglio.com/">Andrea Provaglio</a> will be giving up his time for the JRuby events.  You still have time to <a href="http://www.jcse.org.za/events_item06.php?pageid=4">register</a> for the Cape Town JRuby Master Class.The second event is <a href="http://www.pbt.co.za/index.php?option=com_attend_events&amp;task=view&amp;id=1">Aiming for a factor10</a> being hosted by PBT in Cape Town on 30 January 2008.  <a href="http://JimmyNilsson.com/blog/">Jimmy Nilsson</a> will be talking about Domain Driven Design and <a href="http://niclasnilsson.se/">Niclas Nilsson</a> will be talking on dynamic languages.  <a href="http://www.pbt.co.za/index.php?option=com_attend_events&amp;task=view&amp;id=1">Registration</a> is on the PBT website and is still open.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Faslamkhan.net%2Fevents%2Fsoftware-architecture-workshop-2008%2F&amp;linkname=Software%20Architecture%20Workshop%202008"><img src="http://aslamkhan.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://aslamkhan.net/events/software-architecture-workshop-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JRuby with Andrea Provaglio</title>
		<link>http://aslamkhan.net/events/jruby-with-andrea-provaglio/</link>
		<comments>http://aslamkhan.net/events/jruby-with-andrea-provaglio/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 17:21:10 +0000</pubDate>
		<dc:creator>Aslam</dc:creator>
				<category><![CDATA[Conferences, Speaking Gigs, etc.]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JCSE]]></category>
		<category><![CDATA[JRuby]]></category>
		<category><![CDATA[PBT]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://aslamkhan.net/uncategorized/jruby-with-andrea-provaglio/</guid>
		<description><![CDATA[PBT Group and the Johannesburg Centre for Software Engineering are hosting a JRuby master class led by Andrea Provaglio.  I met Andrea at the Software Architecture Workshop in Arosa, Switzerland this year and I cannot speak more highly of him.  Just check out his web site for details.  It&#8217;s not often that we get a chance to have such learned [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.pbt.co.za">PBT Group</a> and the <a href="http://www.jcse.org.za">Johannesburg Centre for Software Engineering</a> are hosting a JRuby master class led by <a href="http://andreaprovaglio.com/">Andrea Provaglio</a>.  I met Andrea at the Software Architecture Workshop in Arosa, Switzerland this year and I cannot speak more highly of him.  Just check out his web site for details.  It&#8217;s not often that we get a chance to have such learned architects and practitioners in South Africa.  Let&#8217;s take advantage of this opportunity.  The greater the support, the easier it is for us to pull in heavy hitters in this industry for future events.There is a class scheduled for Johannesburg on 16 January 2008 and Cape Town on 29 January 2008.  Registration is online at the JCSE <a href="http://www.jcse.org.za">website</a>.  Just follow the links from the front page.See you there!</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Faslamkhan.net%2Fevents%2Fjruby-with-andrea-provaglio%2F&amp;linkname=JRuby%20with%20Andrea%20Provaglio"><img src="http://aslamkhan.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://aslamkhan.net/events/jruby-with-andrea-provaglio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
