<?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: Brandon Li</title>
    <description>The latest articles on DEV Community by Brandon Li (@brandonli8).</description>
    <link>https://dev.to/brandonli8</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%2F684551%2F0d102ccf-8c19-49df-bed3-3039ce45a995.jpeg</url>
      <title>DEV Community: Brandon Li</title>
      <link>https://dev.to/brandonli8</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/brandonli8"/>
    <language>en</language>
    <item>
      <title>AKA - a simple, private URL shortener/bookkeeper that is hosted locally.</title>
      <dc:creator>Brandon Li</dc:creator>
      <pubDate>Thu, 12 Aug 2021 00:22:55 +0000</pubDate>
      <link>https://dev.to/brandonli8/aka-a-simple-private-url-shortener-bookkeeper-that-is-hosted-locally-4eep</link>
      <guid>https://dev.to/brandonli8/aka-a-simple-private-url-shortener-bookkeeper-that-is-hosted-locally-4eep</guid>
      <description>&lt;p&gt;AKA is a simple, private URL shortener/bookkeeper for personal use that is hosted locally.&lt;/p&gt;

&lt;p&gt;For example, the URL &lt;a href="https://long-domain.com/foo/"&gt;https://long-domain.com/foo/&lt;/a&gt;, can be shortened to aka/foo. AKA also allows for sub-routes of shortened URLS. So typing in aka/foo/bar in your browser will redirect you to &lt;a href="https://long-domain.com/foo/bar"&gt;https://long-domain.com/foo/bar&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;AKA provides the same bookmarking that, for example, your bookmarks bar on your browser already provides. However, interacting with your keyboard is faster than interacting with your mouse and GUI. AKA provides short keyboard access to bookmark your most visited websites.&lt;/p&gt;

&lt;p&gt;AKA also gives instant access to sub-routes of websites. I've found that when I click on a website on my bookmarks bar, say &lt;a href="https://github.com/"&gt;https://github.com/&lt;/a&gt;, I usually have to navigate to some other page that I don't commonly go to, like &lt;a href="https://github.com/settings/"&gt;https://github.com/settings/&lt;/a&gt;. Instead of interacting with the GUI on the website to find the settings page, I can have aka/gh point to &lt;a href="https://github.com/"&gt;https://github.com/&lt;/a&gt;, and visit aka/gh/settings!&lt;/p&gt;

&lt;p&gt;For more information, visit &lt;a href="https://github.com/brandonLi8/aka"&gt;https://github.com/brandonLi8/aka&lt;/a&gt;&lt;/p&gt;

</description>
      <category>node</category>
    </item>
  </channel>
</rss>
