<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>CancerIQ Engineering</title>
    <link>http://engineering.canceriq.com/</link>
    <description>Recent content on CancerIQ Engineering</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>CancerIQ Inc.</copyright>
    <lastBuildDate>Mon, 23 Jul 2018 09:56:24 -0500</lastBuildDate>
    
	<atom:link href="http://engineering.canceriq.com/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Building Readable Tests with Fluent Testing APIs</title>
      <link>http://engineering.canceriq.com/posts/building_readable_tests_with_fluent_testing_apis/</link>
      <pubDate>Mon, 23 Jul 2018 09:56:24 -0500</pubDate>
      
      <guid>http://engineering.canceriq.com/posts/building_readable_tests_with_fluent_testing_apis/</guid>
      <description>Motivation One of the biggest challenges in software testing is defining the input for code under test in a way that is expressive and powerful enough to test complex situations but doesn’t distract from the intent of the test or clutter the test code to a degree that makes it difficult to read.
Many dynamic languages have testing APIs which take advantage of their looser and later type checking to provide easy mocking and stubbing, but strict, statically typed languages can make it difficult to build up suitable instances of the types needed in the test.</description>
    </item>
    
    <item>
      <title>Cancer Risk Prediction in Rust</title>
      <link>http://engineering.canceriq.com/posts/rust/</link>
      <pubDate>Wed, 25 Oct 2017 15:53:10 -0500</pubDate>
      
      <guid>http://engineering.canceriq.com/posts/rust/</guid>
      <description>I have had the great pleasure of rewriting and updating some of our risk models in Rust. We moved these risk calculations from our Rails applications to a standalone JSON API.
What is Rust? As the Rust team describes the language, “Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety.”1
Rust is a compiled, statically typed, non-garbage-collected language. It is expressive, providing facilities familiar to users of higher-level and functional languages.</description>
    </item>
    
  </channel>
</rss>