<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>Gunar Gessner</title>
        <link>https://gunargessner.com</link>
        <description>Software that gets jobs done</description>
        <lastBuildDate>Mon, 04 Apr 2022 20:00:53 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <item>
            <title><![CDATA[SOLID Principles]]></title>
            <guid>https://gunargessner.com/SOLID</guid>
            <pubDate>Sat, 25 Jul 2020 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Async Control Flow]]></title>
            <guid>https://gunargessner.com/async-control-flow</guid>
            <pubDate>Tue, 28 Apr 2020 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Boolean Trap]]></title>
            <guid>https://gunargessner.com/boolean-trap</guid>
            <pubDate>Tue, 28 Apr 2020 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Code interview challenges and their solutions]]></title>
            <guid>https://gunargessner.com/code-interview</guid>
            <pubDate>Sat, 27 Jun 2020 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Using encryption (sjcl) in Google Apps Scripts]]></title>
            <guid>https://gunargessner.com/crypto-gas</guid>
            <pubDate>Wed, 08 Jul 2020 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Google shall wither too]]></title>
            <guid>https://gunargessner.com/digital-sharecropping</guid>
            <pubDate>Sat, 01 Aug 2020 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Don't trust git conflicts]]></title>
            <guid>https://gunargessner.com/dont-trust-git-conflicts</guid>
            <pubDate>Thu, 21 Feb 2019 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Editing sshd_config programmatically]]></title>
            <guid>https://gunargessner.com/edit-sshd-config</guid>
            <pubDate>Sat, 02 Jan 2021 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to receive emails programmatically]]></title>
            <guid>https://gunargessner.com/email-to-webhook</guid>
            <pubDate>Mon, 22 Jun 2020 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Export JSON backup from Firestore]]></title>
            <guid>https://gunargessner.com/firestore-backup</guid>
            <pubDate>Fri, 03 Jul 2020 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Custom-domain email addresses (free)]]></title>
            <guid>https://gunargessner.com/free-email</guid>
            <pubDate>Wed, 03 Jun 2020 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[The world's slowest write database]]></title>
            <guid>https://gunargessner.com/git-db</guid>
            <pubDate>Sat, 18 Jul 2020 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to send me secrets]]></title>
            <guid>https://gunargessner.com/gpg</guid>
            <pubDate>Sat, 28 Aug 2021 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[IIFE over let]]></title>
            <guid>https://gunargessner.com/iife-over-let</guid>
            <pubDate>Thu, 25 Mar 2021 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to log all output from a bash script]]></title>
            <guid>https://gunargessner.com/log-bash-script</guid>
            <pubDate>Mon, 08 Feb 2021 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[No magic strings]]></title>
            <guid>https://gunargessner.com/magic-strings</guid>
            <pubDate>Fri, 26 Mar 2021 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Make http/s requests with Node.js without any libraries]]></title>
            <guid>https://gunargessner.com/nodejs-request</guid>
            <pubDate>Wed, 10 Jun 2020 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Sync Postgres and ElasticSearch using Hasura today]]></title>
            <guid>https://gunargessner.com/postgres-hasura-elasticsearch</guid>
            <pubDate>Mon, 24 Feb 2020 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Keep two repositories in sync]]></title>
            <guid>https://gunargessner.com/repo-sync</guid>
            <pubDate>Thu, 12 Aug 2021 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get rich as a software engineer]]></title>
            <guid>https://gunargessner.com/rich</guid>
            <pubDate>Sat, 23 May 2020 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[There is no "Subclass Exception" in JavaScript]]></title>
            <guid>https://gunargessner.com/subclassing-exception</guid>
            <pubDate>Tue, 12 Apr 2016 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Storing Google Takeout on AWS Glacier]]></title>
            <guid>https://gunargessner.com/takeout</guid>
            <pubDate>Mon, 29 Mar 2021 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Testing: Separation of concerns]]></title>
            <guid>https://gunargessner.com/test-concerns</guid>
            <pubDate>Fri, 04 Jun 2021 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Single-function alternative for React.useState]]></title>
            <guid>https://gunargessner.com/use-st8</guid>
            <pubDate>Tue, 21 Jul 2020 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[void over curly braces]]></title>
            <guid>https://gunargessner.com/void</guid>
            <pubDate>Thu, 01 Apr 2021 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to convert WAV to MP3 using a Linux CLI]]></title>
            <guid>https://gunargessner.com/wav-to-mp3</guid>
            <pubDate>Wed, 27 May 2020 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[We went monorepo]]></title>
            <guid>https://gunargessner.com/we-went-monorepo</guid>
            <pubDate>Mon, 05 Nov 2018 00:00:00 GMT</pubDate>
        </item>
    </channel>
</rss>
