<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>mezzode</title>
    <link>https://blog.mezzode.com/</link>
    <description>Recent content on mezzode</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sat, 03 Nov 2018 18:02:26 +1100</lastBuildDate>
    
	<atom:link href="https://blog.mezzode.com/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>How to use Docker and Jest without compromises</title>
      <link>https://blog.mezzode.com/posts/docker-and-jest/</link>
      <pubDate>Sat, 03 Nov 2018 18:02:26 +1100</pubDate>
      
      <guid>https://blog.mezzode.com/posts/docker-and-jest/</guid>
      <description>Previously I wrote about how my team worked with TypeScript and Docker on a recent project. Today, I&amp;rsquo;ll be elaborating on that with how we added Jest to the mix.
Jest is a great library for testing JavaScript, and with ts-jest its a great library for testing TypeScript too. If we just wanted to test our TypeScript without external connections, running Jest directly on our dev machines would have been fine.</description>
    </item>
    
    <item>
      <title>How to use Docker and TypeScript without compromises</title>
      <link>https://blog.mezzode.com/posts/docker-and-typescript/</link>
      <pubDate>Sat, 27 Oct 2018 20:41:01 +1100</pubDate>
      
      <guid>https://blog.mezzode.com/posts/docker-and-typescript/</guid>
      <description>TypeScript is a great language to develop in, giving developers the advantages of JavaScript while removing many of the downsides. However, when using TypeScript with Node.js and Docker it may not be obvious what the ideal setup for your project up is. My team and I ran into this when working on a project recently, but we found a setup that gave us the best of both TypeScript and Docker that I thought would be good to share.</description>
    </item>
    
    <item>
      <title>Using ReasonReact with Storybook</title>
      <link>https://blog.mezzode.com/posts/reasonreact-storybook/</link>
      <pubDate>Fri, 05 Jan 2018 22:39:05 +1100</pubDate>
      
      <guid>https://blog.mezzode.com/posts/reasonreact-storybook/</guid>
      <description>So today I finally decided it was a good time to try out Reason and ReasonReact, and I thought getting them working with Storybook would sure make playing with them a bit easier.
Now, those familiar with the React ecosystem would no doubt be expecting fiddling with Webpack and loaders to get this to work. But as it turns out, it is actually quite straightforward to set up Storybook alongside ReasonReact.</description>
    </item>
    
  </channel>
</rss>