<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
      <title>WZRD</title>
      <link>https://wzrd.se</link>
      <description>Much about nothing</description>
      <generator>Zola</generator>
      <language>en</language>
      <atom:link href="https://wzrd.se/rss.xml" rel="self" type="application/rss+xml"/>
      <lastBuildDate>Sun, 15 Oct 2017 13:08:19 +0100</lastBuildDate>
      <item>
          <title>Securing an SSO</title>
          <pubDate>Sun, 15 Oct 2017 13:08:19 +0100</pubDate>
          <author>Unknown</author>
          <link>https://wzrd.se/post/securing-an-sso/</link>
          <guid>https://wzrd.se/post/securing-an-sso/</guid>
          <description xml:base="https://wzrd.se/post/securing-an-sso/">&lt;p&gt;At first glance the application seemed like reasonably well architected software. It was straightforward and integrated well with the existing systems, there were multiple independent systems and to integrate them with the SSO was just a matter of verifying the token, the other details needed was handeled by the SSO. The user authentication process were fairly straigthforward:&lt;&#x2F;p&gt;</description>
      </item>
      <item>
          <title>Recursive fibonacci with memoization</title>
          <pubDate>Sun, 06 Mar 2016 00:00:00 +0000</pubDate>
          <author>Unknown</author>
          <link>https://wzrd.se/post/recursive-fibonacci/</link>
          <guid>https://wzrd.se/post/recursive-fibonacci/</guid>
          <description xml:base="https://wzrd.se/post/recursive-fibonacci/">&lt;p&gt;Recursive functions can be used for when you have one big problem and want to split it up into many smaller problems or &quot;divide and conquer&quot; as it is commonly refered to.&lt;&#x2F;p&gt;
&lt;p&gt;The fibonacci sequence is a popular example to use in recursive functions since the function calls mirrors the actual formula. Below we have implemented a simple recursive function in golang.&lt;&#x2F;p&gt;</description>
      </item>
    </channel>
</rss>
