<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Golang on Andrew Rady</title><link>https://andrewrady.github.io/blog/tags/golang/</link><description>Recent content in Golang on Andrew Rady</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 08 Dec 2024 18:26:36 -0700</lastBuildDate><atom:link href="https://andrewrady.github.io/blog/tags/golang/index.xml" rel="self" type="application/rss+xml"/><item><title>Catching Up</title><link>https://andrewrady.github.io/blog/posts/catching-up/</link><pubDate>Sun, 08 Dec 2024 18:26:36 -0700</pubDate><guid>https://andrewrady.github.io/blog/posts/catching-up/</guid><description>&lt;h2 id="catching-up" class="relative group"&gt;Catching Up &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#catching-up" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;It&amp;rsquo;s been a couple years since I started this blog and there hasn&amp;rsquo;t been much progress. There is a couple different factors but the main one has been focus. I&amp;rsquo;ve been working Ritter Insurance Marketing since
2017. I started there a junior front end developer and in 2020 I moved over as a back end developer. Working primarily on back end services written in Dotnet. I started this blog a couple of years
ago to try write down my thoughts and some experiences, but obviously didn&amp;rsquo;t keep up on that.&lt;/p&gt;</description></item><item><title>Mux Cors</title><link>https://andrewrady.github.io/blog/posts/mux-cors/</link><pubDate>Sat, 04 May 2019 09:00:50 -0600</pubDate><guid>https://andrewrady.github.io/blog/posts/mux-cors/</guid><description>&lt;h2 id="handling-cors-with-gorilla-mux" class="relative group"&gt;Handling CORS with Gorilla Mux &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#handling-cors-with-gorilla-mux" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;In an earlier post I talked about create an API with golang using a few packages. One of the main ones packages many people use is mux for routes. This makes it easier handles routes within our application. Now we need setup our application to allow certain sites to talk with our api. Luckily Gorilla has another package that integrates seamlessly with Mux.&lt;/p&gt;</description></item><item><title>Go Api</title><link>https://andrewrady.github.io/blog/posts/go-api/</link><pubDate>Mon, 11 Mar 2019 17:57:45 -0600</pubDate><guid>https://andrewrady.github.io/blog/posts/go-api/</guid><description>&lt;h2 id="golang-first-api" class="relative group"&gt;Golang First API &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#golang-first-api" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;I have been following Golang for a little bit. It seemed interesting to me for a few reasons. One major one was the speed of it. Another was it&amp;rsquo;s syntax is similar to python. I am no python developer, but I have made a few side project with it. SO I decided to update and an aging Rails application. It&amp;rsquo;s just a simple crud application that displays martial arts rings at tournaments. While I could write the entire website with Go I opted in to make an api. The reason is I want to make a React site and mobile apps made with React Native. It&amp;rsquo;s a pretty simple rest API that needed to connect to a database. I used a few packages to make development practical&lt;/p&gt;</description></item><item><title>First Post</title><link>https://andrewrady.github.io/blog/posts/first-post/</link><pubDate>Sun, 03 Feb 2019 22:37:00 -0700</pubDate><guid>https://andrewrady.github.io/blog/posts/first-post/</guid><description>&lt;h2 id="hello-world" class="relative group"&gt;Hello, World! &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#hello-world" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;My name is Andrew Rady and I am currently a front end developer at Ritter Insurance Marketing working with Vue. I have been writing some blog post on our company blog at &lt;a href="https://rimdev.io" target="_blank" rel="noreferrer"&gt;rimdev.io&lt;/a&gt;, but I wanted to start a personal one. On rimdev.io most of my articles are around vue since that is what I work on mostly, but I want to be able to share some of my experiences from side projects. I am person who doesn&amp;rsquo;t write a lot so a personal goal of 2019 is to get better, and the best way to improve on something is to do it.&lt;/p&gt;</description></item></channel></rss>