<?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>ORTHOcoders &#187; News</title>
	<atom:link href="http://orthocoders.com/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://orthocoders.com</link>
	<description>U can code it, we can help</description>
	<lastBuildDate>Fri, 13 Jan 2012 07:16:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>RoR Course Content</title>
		<link>http://orthocoders.com/2010/05/08/ror-course-content-and-sessions/</link>
		<comments>http://orthocoders.com/2010/05/08/ror-course-content-and-sessions/#comments</comments>
		<pubDate>Sat, 08 May 2010 22:44:07 +0000</pubDate>
		<dc:creator>Amir Barylko</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[RubyOnRails]]></category>
		<category><![CDATA[Unit Testing]]></category>

		<guid isPermaLink="false">http://orthocoders.com/2010/05/08/ror-course-content-and-sessions/</guid>
		<description><![CDATA[I'm giving a RoR training course at NMM on June 14th to 18th, the content includes...]]></description>
			<content:encoded><![CDATA[<p>Here is the content that I’m going to cover in the RoR course I’m giving on June 14th – to 18th at <a href="http://newmediamanitoba.com">NMM</a>:</p>
<h3>Ruby content</h3>
<ul>
<li>Introduction to scripting languages</li>
<li>Introduction to unit testing, functional testing, BDD</li>
<li>Great Ruby and Rails free resources</li>
<li>Basic git usage (distribute version control system), github</li>
<li>IRB, rubygems</li>
<li>Basic Ruby syntax</li>
<li>Classes and inheritance in Ruby</li>
<li>Ruby blocks, closures, iterators, examples of use</li>
<li>Basic usage of Ruby standard library</li>
<li>Modules, mixins, multiple inheritance in Ruby</li>
<li>RSpec, Cucumber</li>
</ul>
<h3>Ruby on Rails content</h3>
<ul>
<li>Introduction to MVC for web frameworks, Rails history, comparison with other frameworks</li>
<li>Serving static content</li>
<li>Rails ORM (ActiveRecord), migrations, database backends Joins, validations, associations, named_scopes</li>
<li>Controllers, information sharing, filters, permissions Helpers, idioms, code smells</li>
<li>Routing, REST, nested resources Login, logout, sessions, attachments</li>
<li>Gem management, plugins, git submodules</li>
<li>Advanced forms, custom form builders haml, sass will_paginate, paperclip, authlogic, formtastic</li>
<li>Rspec-rails, cucumber-rails, other test gems</li>
<li>Rails console, Rails runner Scripted deployment</li>
<li>Testing web applications, modern Rails testing</li>
</ul>
<p>Each day will consist of an explanation of the subjects, practical examples illustrating the concepts and hands on time to implement a series of exercises using the topics presented during the day.</p>
<p>Any questions please contact me!</p>
]]></content:encoded>
			<wfw:commentRss>http://orthocoders.com/2010/05/08/ror-course-content-and-sessions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby On Rails Training</title>
		<link>http://orthocoders.com/2010/05/07/ruby-on-rails-training/</link>
		<comments>http://orthocoders.com/2010/05/07/ruby-on-rails-training/#comments</comments>
		<pubDate>Fri, 07 May 2010 18:35:29 +0000</pubDate>
		<dc:creator>Amir Barylko</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[RubyOnRails]]></category>

		<guid isPermaLink="false">http://orthocoders.com/2010/05/07/ruby-on-rails-training/</guid>
		<description><![CDATA[I'm giving a Ruby On Rails course on June 14th - 18th at NewMediaManitoba]]></description>
			<content:encoded><![CDATA[<p>On June 14th to 18th I’ll be giving my first formal RoR training here in Winnipeg.</p>
<p>The course would take place at <a href="http://www.newmediamanitoba.com">New Media Manitoba</a> and if you’d like to attend here is the link to <a href="http://www.newmediamanitoba.com/component/option,com_dtregister/Itemid,46/">register.</a></p>
<h3>Why you should attend?</h3>
<p>RoR is a full MVC web development framework that would show you that developing web applications can be intuitive, professional, secure, easy and fun!</p>
<p>What is so great about Rails? Here are some reasons:</p>
<ul>
<li>It’s based on ruby, so you get all the power of a dynamic language.</li>
<li>Automatic dependencies and library management using Gems</li>
<li>Automatic relational mapping to databases</li>
<li>Behaviour Driven Development</li>
<li>Test Driven Development</li>
<li>Database versioning, migrations and seeding</li>
<li>Automatic REST implementation</li>
<li>Rake DSL</li>
<li>Support for multiple view engines (like haml)</li>
<li>Huge base of libraries (gems) and users around the world</li>
</ul>
<h3>Who should attend?</h3>
<p>Any developer with basic knowledge of a programming language can learn RoR.</p>
<h3>What do I get?</h3>
<p>In this course you will build the confidence and real hands on knowledge to start developing high quality RoR applications. You will learn:</p>
<ul>
<li>Ruby scripting</li>
<li>Rails MVC architecture.</li>
<li>Package management with Gems.</li>
<li>How to apply Behaviour Driven Development, and Test Driven Development.</li>
<li>Persistence mapping with ActiveRecord.</li>
<li>RESTful services.</li>
<li>Manage source versioning with Git.</li>
<li>Automated deployment with Capistrano.</li>
</ul>
<h3>Are you sure it’s a course for me?</h3>
<p>Of course, it does not matter if you are a .NET, Java or Eiffel developer, RoR would open your mind to new concepts, technologies and tools that would complement and improve your daily tasks.</p>
<p>Any more questions, please contact me at <a href="mailto:amir@barylko.com">amir@barylko.com</a>.</p>
<p>Hope to see you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://orthocoders.com/2010/05/07/ruby-on-rails-training/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Prairie Development Conference</title>
		<link>http://orthocoders.com/2010/05/03/prairie-development-conference/</link>
		<comments>http://orthocoders.com/2010/05/03/prairie-development-conference/#comments</comments>
		<pubDate>Tue, 04 May 2010 03:14:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BDD]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Patterns]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Mocking]]></category>
		<category><![CDATA[SOLID]]></category>

		<guid isPermaLink="false">http://orthocoders.com/2010/05/03/prairie-development-conference/</guid>
		<description><![CDATA[On Jun 2nd and 3rd I’ll be speaking at the PrairieDevCon 2010 in Regina!!! You can read about it at http://www.prairiedevcon.com/. It would be two complete days of sessions with four tracks and many cool speakers!!!! I will do two presentations: Real World Behaviour Driven Development Behaviour Driven Development drives you process towards keeping the [...]]]></description>
			<content:encoded><![CDATA[<p>On Jun 2nd and 3rd I’ll be speaking at the <strong>PrairieDevCon</strong> 2010 in Regina!!!</p>
<p><a href="http://orthocoders.com/wp-content/uploads/2010/05/Prairie_Dev_Con_Presenter.gif"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Prairie_Dev_Con_Presenter" src="http://orthocoders.com/wp-content/uploads/2010/05/Prairie_Dev_Con_Presenter_thumb.gif" border="0" alt="Prairie_Dev_Con_Presenter" width="225" height="123" /></a></p>
<p>You can read about it at <a href="http://www.prairiedevcon.com/">http://www.prairiedevcon.com/</a>. It would be two complete days of sessions with four tracks and many cool speakers!!!!</p>
<p>I will do two presentations:</p>
<p><strong> </strong></p>
<h5>Real World Behaviour Driven Development</h5>
<p>Behaviour Driven Development drives you process towards keeping the focus on the stakeholder’s goals while discovering new features to achieve those goals.<br />
But&#8230; what does it mean in a .NET project to use BDD? What do I have to change? What tools are available? Can I use it for project with actual deadlines? How the quality will be improved?<br />
We are going to see a real world example from start to finish using BDD and TDD while answering all those questions. After the session you will have the foundation to apply BDD with confidence on any .NET project.<br />
<strong>Track:</strong> Developer Foundation<br />
<strong>Style:</strong> Dojo (Bring your laptop and code with me!)</p>
<h5>Test Driven Development Patterns for .NET Developers</h5>
<p>Test Driven Development is a methodology that will help us to discover our model while improving the quality of our software.<br />
We are going to see different patterns to help us deal with day to day problems like constructor initialization, exception testing, combinatorial tests, database testing, and many others.<br />
<strong>Track:</strong> Developer Foundation<br />
<strong>Style:</strong> Lecture</p>
<p>Hope to see you there!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://orthocoders.com/2010/05/03/prairie-development-conference/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>TDD presentation @ Winnipeg .NET User Group</title>
		<link>http://orthocoders.com/2009/02/17/tdd-presentation-winnipeg-net-user-group/</link>
		<comments>http://orthocoders.com/2009/02/17/tdd-presentation-winnipeg-net-user-group/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 09:00:04 +0000</pubDate>
		<dc:creator>Amir Barylko</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[Presentation]]></category>

		<guid isPermaLink="false">http://orthocoders.com/?p=15</guid>
		<description><![CDATA[I&#8217;m about to do the presentation for the .NET User Group. You can download the presentation with the following links. PPT: TDD Presentation &#38; TDD Movie Library Demo PDF: TDD Presentation &#38; TDD Movie Library Demo Here is a video I made with the presentation. Comments are welcome!]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m about to do the presentation for the .NET User Group.</p>
<p>You can download the presentation with the following links.</p>
<p>PPT: <a href="http://orthocoders.com/wp-content/uploads/2009/02/tdd-presentation-ppt.zip">TDD Presentation</a> &amp; <a href="http://orthocoders.com/wp-content/uploads/2009/02/tdd-presentation-mld-ppt.zip">TDD Movie Library Demo</a><br />
PDF: <a href="http://orthocoders.com/wp-content/uploads/2009/02/tdd-presentation-v2.pdf">TDD Presentation</a> &amp; <a href="http://orthocoders.com/wp-content/uploads/2009/02/tdd-presentation-v2-mld.pdf">TDD Movie Library Demo </a></p>
<p>Here is a <a title="TDD presentation Video" href="http://orthocoders.com/wp-content/uploads/2009/02/TDD_presentation_17_Feb_2009.wmv" target="_blank">video</a> I made with the presentation.</p>
<p>Comments are welcome!</p>
]]></content:encoded>
			<wfw:commentRss>http://orthocoders.com/2009/02/17/tdd-presentation-winnipeg-net-user-group/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://orthocoders.com/wp-content/uploads/2009/02/TDD_presentation_17_Feb_2009.wmv" length="64164978" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Algorithm.NET released!</title>
		<link>http://orthocoders.com/2008/09/16/algorithmnet-released/</link>
		<comments>http://orthocoders.com/2008/09/16/algorithmnet-released/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 03:23:00 +0000</pubDate>
		<dc:creator>Amir Barylko</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Actions]]></category>
		<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[Predicates]]></category>

		<guid isPermaLink="false">http://orthocoders.com/?p=6</guid>
		<description><![CDATA[The first release of the Algorithm.NET library is out. The library provides common algorithms useful in every day coding tasks. Why to use them? Instead of write again and again your own, test them, etc, you can benefit from using common algorithm like Find, ForEach and Collect to be more descriptive in your code and [...]]]></description>
			<content:encoded><![CDATA[<p>The first release of the Algorithm.NET library is out.</p>
<p>The library provides common algorithms useful in every day coding tasks.</p>
<p>Why to use them? Instead of write again and again your own, test them, etc, you can benefit from using common algorithm like Find, ForEach and Collect to be more descriptive in your code and use predicates, actions and functions to express your intentions.</p>
<p>If you want to read more or donwload the library and code please checkout the <a title="Algorithm .NET" href="http://orthocoders.com/?page_id=4" target="_self">page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://orthocoders.com/2008/09/16/algorithmnet-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://orthocoders.com/2008/07/22/welcome/</link>
		<comments>http://orthocoders.com/2008/07/22/welcome/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 04:39:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://orthocoders.com/?p=3</guid>
		<description><![CDATA[Welcome to ORTHOcoders! Yet another site about coding, and doing the right thing.]]></description>
			<content:encoded><![CDATA[<p>Welcome to ORTHOcoders! Yet another site about coding, and doing the right thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://orthocoders.com/2008/07/22/welcome/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

