<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Aaron Raff]]></title><description><![CDATA[Aaron Raff's Blog]]></description><link>https://www.aaronraff.dev</link><generator>GatsbyJS</generator><lastBuildDate>Mon, 19 Feb 2024 21:03:08 GMT</lastBuildDate><item><title><![CDATA[How to Write Your First Python Test]]></title><description><![CDATA[Python’s standard library includes the unittest module which provides handy tools to write tests. Here’s how you can start validating that your Python code works.]]></description><link>https://www.aaronraff.dev/blog/how-to-write-your-first-python-test</link><guid isPermaLink="false">https://www.aaronraff.dev/blog/how-to-write-your-first-python-test</guid><pubDate>Sat, 26 Sep 2020 00:00:00 GMT</pubDate></item><item><title><![CDATA[An Introduction to Producing and Consuming Kafka Messages in Go]]></title><description><![CDATA[Kafka is a popular distributed streaming platform. Let’s take a look at how to produce and consume messages in Go!]]></description><link>https://www.aaronraff.dev/blog/an-introduction-to-producing-and-consuming-kafka-messages-in-go</link><guid isPermaLink="false">https://www.aaronraff.dev/blog/an-introduction-to-producing-and-consuming-kafka-messages-in-go</guid><pubDate>Sat, 13 Jun 2020 00:00:00 GMT</pubDate></item><item><title><![CDATA[How to Write a Lexer in Go]]></title><description><![CDATA[A lexer is the first phase in all modern compilers, but how do you write one? Let’s build one from scratch in Go!]]></description><link>https://www.aaronraff.dev/blog/how-to-write-a-lexer-in-go</link><guid isPermaLink="false">https://www.aaronraff.dev/blog/how-to-write-a-lexer-in-go</guid><pubDate>Mon, 01 Jun 2020 00:00:00 GMT</pubDate></item></channel></rss>