<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Rob</title>
    <description>The latest articles on DEV Community by Rob (@ramanujiggy).</description>
    <link>https://dev.to/ramanujiggy</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1238587%2F44ef850f-b9cd-4969-919a-242f44f4552b.jpeg</url>
      <title>DEV Community: Rob</title>
      <link>https://dev.to/ramanujiggy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ramanujiggy"/>
    <language>en</language>
    <item>
      <title>Home Improvement at 192.168.0.1</title>
      <dc:creator>Rob</dc:creator>
      <pubDate>Fri, 29 Mar 2024 01:57:03 +0000</pubDate>
      <link>https://dev.to/ramanujiggy/home-improvement-at-19216801-3lj9</link>
      <guid>https://dev.to/ramanujiggy/home-improvement-at-19216801-3lj9</guid>
      <description>&lt;p&gt;Interestingly enough, working in  Azure with IaaS, and configuring resources to work together has driven me to explore my own at home 'infrastructure'.  &lt;/p&gt;

&lt;p&gt;I live in a small apartment- so I don't need much in terms of complex IoT services, but I do have a small nas that I host files on and a few wireless devices. None of these resources are managed at all and honestly they don't need to be, but Vlans are like friends right? The more the merrier!&lt;/p&gt;

&lt;p&gt;My current setup is pretty sparse:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fk59rvglg8l0payf889ky.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fk59rvglg8l0payf889ky.png" alt="My current setup" width="487" height="678"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There are two Phases:&lt;/p&gt;

&lt;p&gt;Phase 1: &lt;/p&gt;

&lt;p&gt;Implement a managed router and firewall.&lt;/p&gt;

&lt;p&gt;The reasoning behind this is pretty obvious, I want my network organized and segregated so I can see what's going in and out of it. Some coworkers have recommended the &lt;a href="https://store.ui.com/us/en/collections/unifi-dream-router/products/udr"&gt;Unifi Dream Router&lt;/a&gt; and after looking at it, I'm extremely impressed and excited to try it. The capabilities look amazing for the price and it looks like I'll be able to get a lot out of it as a beginner. &lt;/p&gt;

&lt;p&gt;Phase 2:&lt;/p&gt;

&lt;p&gt;Implement Vlans for different groups of devices. &lt;/p&gt;

&lt;p&gt;I don't really know how I want this to look- I definitely want a Vlan for guests, and I'm considering creating one for IoT devices (and maybe getting a few more IoT Devices). I do know that I want to maximize the wired connections in my home and I don't want to just rely on Wifi for everything. &lt;/p&gt;

&lt;p&gt;Eventually I want to run a small application server on prem just to learn how to do it (and then obviously put it back in the cloud), but that's going to take time. Stay tuned for more updates! :)&lt;/p&gt;

</description>
      <category>homelab</category>
    </item>
    <item>
      <title>Designing is harder than it looks (I don't know how this should look)</title>
      <dc:creator>Rob</dc:creator>
      <pubDate>Fri, 16 Feb 2024 02:15:55 +0000</pubDate>
      <link>https://dev.to/ramanujiggy/designing-is-harder-than-it-looks-i-dont-know-how-this-should-look-4191</link>
      <guid>https://dev.to/ramanujiggy/designing-is-harder-than-it-looks-i-dont-know-how-this-should-look-4191</guid>
      <description>&lt;p&gt;As a way to grow my cloud experience, I am currently working through &lt;a href="https://cloudresumechallenge.dev/"&gt;The Cloud Resume Challenge.&lt;/a&gt; One of the central tasks is to host a resume webpage on an azure storage account as a static site. Now, having had a myspace account, I didn't consider the idea of whipping up a resume to be all that hard, and even if it's a site, it can't be much different than a regular pdf or a word document, right?&lt;br&gt; &lt;br&gt;Nope.&lt;br&gt; &lt;br&gt;After transposing my resume to the site page, it looked uninspired, sparse and the content looked flat on the page. After agonizing and looking at other resumes online, it took me an hour or so of tinkering but I was able to find a design that I was comfortable with. But the entire time I was fascinated at how hard it was for me to come up with something so simple that I felt good about, even when borrowing elements from excellent resources online. It left me feeling a sense of appreciation for good front end design and honestly, design itself. &lt;br&gt;&lt;br&gt;As someone who initially entered the technology world through Helpdesk support, thinking in terms of "break fix" and "downtime", troubleshooting error codes and reading through logs, I don't often enter the creative thinking headspace. Designing something that is &lt;em&gt;pleasant to look at&lt;/em&gt; was a challenge for me- and I wasn't expecting it on such a simple project.&lt;/p&gt;

</description>
      <category>design</category>
      <category>cloudresumechallenge</category>
      <category>webdev</category>
      <category>beginners</category>
    </item>
    <item>
      <title>The Structure and Interpretation of Computer Programs by Alan Perlis.</title>
      <dc:creator>Rob</dc:creator>
      <pubDate>Sat, 06 Jan 2024 18:57:09 +0000</pubDate>
      <link>https://dev.to/ramanujiggy/the-structure-and-interpretation-of-computer-programs-by-alan-perlis-4c78</link>
      <guid>https://dev.to/ramanujiggy/the-structure-and-interpretation-of-computer-programs-by-alan-perlis-4c78</guid>
      <description>&lt;p&gt;I'm going to read through this book and write up a short review chapter by chapter, I've seen it show up multiple times online as a good book to read. &lt;/p&gt;

</description>
    </item>
    <item>
      <title>I'm excited :)</title>
      <dc:creator>Rob</dc:creator>
      <pubDate>Wed, 27 Dec 2023 14:16:09 +0000</pubDate>
      <link>https://dev.to/ramanujiggy/im-excited--2k45</link>
      <guid>https://dev.to/ramanujiggy/im-excited--2k45</guid>
      <description>&lt;p&gt;I'm so ready to get this app up and running lets goooo &lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
