<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Archived on Salar Rahmanian</title><link>https://www.softinio.com/archived/</link><description>Recent content in Archived on Salar Rahmanian</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 14 Apr 2021 12:03:44 -0700</lastBuildDate><atom:link href="https://www.softinio.com/archived/index.xml" rel="self" type="application/rss+xml"/><item><title>All Good Things Come to an End</title><link>https://www.softinio.com/archived/all-good-things-come-to-an-end/</link><pubDate>Wed, 14 Apr 2021 12:03:44 -0700</pubDate><guid>https://www.softinio.com/archived/all-good-things-come-to-an-end/</guid><description>&lt;div style="position: relative; padding-bottom: 56.25%; margin-bottom: 0.25rem; height: 0; overflow: hidden;"&gt;
 &lt;iframe src="https://www.youtube-nocookie.com/embed/1CU5UPi7STk"
 title="YouTube Video"
 style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;"
 allowfullscreen&gt;
 &lt;/iframe&gt;
&lt;/div&gt;
&lt;p class="video-fallback"&gt;&lt;a href="https://www.youtube.com/watch?v=1CU5UPi7STk" target="_blank" rel="noopener"&gt;▶ Watch on YouTube&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After having spent the last seven years organizing technical talks at several meetups I have decided to step down and move on. It is an end of an era for me, but I am excited about what&amp;rsquo;s next.&lt;/p&gt;
&lt;p&gt;I want to take this opportunity to thank all of my co-organizers, all of the speakers I hosted and all the attendees for supporting my efforts to help all of us learn from each other and be a community.&lt;/p&gt;</description></item><item><title>Life changes and announcing SFBayAreaTech</title><link>https://www.softinio.com/archived/announcing-sfbayareatech/</link><pubDate>Fri, 10 Aug 2018 07:29:10 -0700</pubDate><guid>https://www.softinio.com/archived/announcing-sfbayareatech/</guid><description>&lt;h4 id="update-since-writing-this-blog-i-have-changed-jobs-and-sfbayareatech-has-changed-to"&gt;Update: Since writing this blog, I have changed jobs and SFBayAreaTech has changed to &lt;a href="https://www.sfbayareatechies.com"&gt;https://www.sfbayareatechies.com&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;2018 has been a fabulous year so far. Me and &lt;a href="https://www.rahmanian.xyz/post/goodbye-virginia-and-hello-san-fransisco-bay-area/"&gt;family moved to the San Francisco bay area&lt;/a&gt; realizing my life long dream and our family goals.&lt;/p&gt;
&lt;p&gt;It is absolutely an awesome experience living in the Bay Area amongst so many super smart techies and great startups. On arrival I had two initial goals, namely, meet everyone in tech and make friends and find a new awesome job with a startup that has a great future and potential solving problems that line up well with my interests and technical interests.&lt;/p&gt;</description></item><item><title>Migrating from Pelican to Hugo</title><link>https://www.softinio.com/archived/migrating-from-pelican-to-hugo/</link><pubDate>Sun, 29 Nov 2015 07:16:53 -0500</pubDate><guid>https://www.softinio.com/archived/migrating-from-pelican-to-hugo/</guid><description>&lt;p&gt;In this post I will discuss the steps I took to migrate my blog from &lt;a href="http://blog.getpelican.com/"&gt;Pelican&lt;/a&gt; to &lt;a href="http://gohugo.io/"&gt;Hugo&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="goal"&gt;Goal&lt;/h2&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;&lt;/th&gt;
 &lt;th&gt;Original Blog&lt;/th&gt;
 &lt;th&gt;New Blog&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;Static site generator&lt;/td&gt;
 &lt;td&gt;&lt;a href="http://blog.getpelican.com/"&gt;Pelican&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;&lt;a href="http://gohugo.io/"&gt;Hugo&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Hosting&lt;/td&gt;
 &lt;td&gt;&lt;a href="https://www.linode.com/"&gt;Linode&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;&lt;a href="https://aws.amazon.com/s3/"&gt;Amazon S3&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Deployment Strategy&lt;/td&gt;
 &lt;td&gt;Manual using git&lt;/td&gt;
 &lt;td&gt;Automated using &lt;a href="http://wercker.com/"&gt;Wercker&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Source Control&lt;/td&gt;
 &lt;td&gt;&lt;a href="https://bitbucket.org/"&gt;bitbucket&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;&lt;a href="https://github.com/softinio/softinio.com"&gt;GitHub&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="installing-hugo"&gt;Installing Hugo&lt;/h2&gt;
&lt;p&gt;I do all of my development on an Apple Macbook Pro so I used homebrew to install Hugo:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;brew install hugo
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="creating-my-project"&gt;Creating my project&lt;/h2&gt;
&lt;p&gt;Its up to you how you organize your project, but as I am a Go Language developer and Hugo is built using Go I have created a folder for this project here:&lt;/p&gt;</description></item></channel></rss>