<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Software Development on Sean Gerhardt&#39;s website</title>
    <link>https://sgerhardt.com/tags/software-development/</link>
    <description>Recent content in Software Development on Sean Gerhardt&#39;s website</description>
    <generator>Hugo -- 0.129.0</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 12 Sep 2024 13:42:02 -0500</lastBuildDate>
    <atom:link href="https://sgerhardt.com/tags/software-development/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>String Building The Complete Works of Shakespeare</title>
      <link>https://sgerhardt.com/posts/strings/</link>
      <pubDate>Thu, 12 Sep 2024 13:42:02 -0500</pubDate>
      <guid>https://sgerhardt.com/posts/strings/</guid>
      <description>I was recently looking at some of the top selected answers for this problem on code wars and noticed a lot of string concatenation happening. While this may be pragmatically ok for small toy examples, if you are going to use string concatenation in a for loop iterating over anything but a small set, you&amp;rsquo;re probably going to have a bad time.
To highlight this problem, imagine this contrived program that:</description>
    </item>
    <item>
      <title>Book Review - 100 Go Mistakes and How To Avoid Them by Teiva Harsanyi</title>
      <link>https://sgerhardt.com/posts/100-go-mistakes/</link>
      <pubDate>Sat, 03 Aug 2024 12:36:19 -0500</pubDate>
      <guid>https://sgerhardt.com/posts/100-go-mistakes/</guid>
      <description>After seeing several posts on the /r/golang subreddit, e.g. this one, sing this book&amp;rsquo;s praises, I decided I better give it read.
It also has pretty solid reviews on good reads.
There are so many ways to do things in programming, that I admit I found the catchy title engaging - I definitely want to know what I should not be doing! It turns out, there was a lot of things I&amp;rsquo;ve done in the past that have not been ideal.</description>
    </item>
    <item>
      <title>The Wonderful World of Hashes</title>
      <link>https://sgerhardt.com/posts/hashes/</link>
      <pubDate>Thu, 01 Aug 2024 09:30:01 -0500</pubDate>
      <guid>https://sgerhardt.com/posts/hashes/</guid>
      <description>Hashes have always been a fascinating class of algorithms to me due to their following characteristics:
Fixed output size - the ability to give a function some input, whether the single character &amp;ldquo;A&amp;rdquo; or the entire works of Shakespeare, and get a fixed length output is just plain neat Deterministic - you get the same result given the same input One-way functions - it is difficult, and in the case of cryptographic hash functions, computationally infeasible to reverse the hash to get the original input These characteristics unlock all kinds of useful problem-solving mechanisms.</description>
    </item>
    <item>
      <title>Transpiled Go &amp; The Awful German Language</title>
      <link>https://sgerhardt.com/posts/gopherjs/</link>
      <pubDate>Tue, 30 Jul 2024 08:21:01 -0500</pubDate>
      <guid>https://sgerhardt.com/posts/gopherjs/</guid>
      <description>Several years ago I decided to run an experiment.
I had a few humble goals:
Experiment with Gopherjs - a transpiler that converts Go code to JavaScript Create a few simple exercises to improve my German Leverage Cloudflare for free TLS to give me the s in https, and so I don&amp;rsquo;t have to muck with certificates Use a bootstrap to make the site look not completely terrible Host an interactive web page on AWS with ec2 and Route 53 with a Go backend to serve the pages and provide server-side validation for the exercises on the site Thus, the https://theawfulgermanlanguage.</description>
    </item>
    <item>
      <title>Mob Programming</title>
      <link>https://sgerhardt.com/posts/mobbing/</link>
      <pubDate>Sat, 27 Jul 2024 08:21:01 -0500</pubDate>
      <guid>https://sgerhardt.com/posts/mobbing/</guid>
      <description>After a more than a decade in software development, I finally got the opportunity to mob program.
I was skeptical at first. I had seen contractors pair programming and many people made jokes and cast doubts on how that could be viable - surely it must just be a clever way for them to bill more hours? And if pair programming was dubious, surely mob programming was even more so.</description>
    </item>
  </channel>
</rss>
