<?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: Vincent Lam</title>
    <description>The latest articles on DEV Community by Vincent Lam (@ubervincent).</description>
    <link>https://dev.to/ubervincent</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%2F126830%2F9c94ef9a-3141-4a48-b97d-beeea202ef2d.jpeg</url>
      <title>DEV Community: Vincent Lam</title>
      <link>https://dev.to/ubervincent</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ubervincent"/>
    <language>en</language>
    <item>
      <title>Key Casting for Mac that Works in Full Screen</title>
      <dc:creator>Vincent Lam</dc:creator>
      <pubDate>Wed, 15 Jun 2022 00:52:36 +0000</pubDate>
      <link>https://dev.to/ubervincent/key-casting-for-mac-that-works-in-full-screen-34mi</link>
      <guid>https://dev.to/ubervincent/key-casting-for-mac-that-works-in-full-screen-34mi</guid>
      <description>&lt;p&gt;So I installed and used Keycastr for a little bit.&lt;/p&gt;

&lt;p&gt;But it won't work in full screen.&lt;/p&gt;

&lt;p&gt;There aren't seem to be many of these key casting softwares available. &lt;/p&gt;

&lt;p&gt;Can someone please tell me one that works?&lt;/p&gt;

&lt;p&gt;Cuz I stream myself coding, I figure it'd be helpful for them to see how I use Vim and Vscode shortcuts. &lt;/p&gt;

&lt;p&gt;Many Thanks&lt;br&gt;
Vinny the Poon&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to Self-Host a VS code server</title>
      <dc:creator>Vincent Lam</dc:creator>
      <pubDate>Tue, 14 Jun 2022 03:00:59 +0000</pubDate>
      <link>https://dev.to/ubervincent/how-to-self-host-a-vs-code-server-3ajk</link>
      <guid>https://dev.to/ubervincent/how-to-self-host-a-vs-code-server-3ajk</guid>
      <description>&lt;p&gt;Hi guys,&lt;/p&gt;

&lt;p&gt;So I want to host a code-server(vs code) and exposes a port for me to access the machine on the browser over the internet.&lt;/p&gt;

&lt;p&gt;I’m wondering how to do that?&lt;/p&gt;

&lt;p&gt;Should I run a Docker image with nginx? &lt;/p&gt;

&lt;p&gt;Please explain to me like I’m 5.&lt;/p&gt;

&lt;p&gt;Will tip if you give me your eth address&lt;/p&gt;

</description>
    </item>
    <item>
      <title>I want to build a video recording app</title>
      <dc:creator>Vincent Lam</dc:creator>
      <pubDate>Mon, 13 Jun 2022 14:26:21 +0000</pubDate>
      <link>https://dev.to/ubervincent/i-want-to-build-a-video-recording-app-2i96</link>
      <guid>https://dev.to/ubervincent/i-want-to-build-a-video-recording-app-2i96</guid>
      <description>&lt;p&gt;Hi guys, so I create content sometimes and I am really frustrated with the YouTube app for creating Shorts.&lt;/p&gt;

&lt;p&gt;So I would record a Short and it will give me an error when I try to upload it every third video. &lt;/p&gt;

&lt;p&gt;It will continue to give me an error for 5-10 mins before I can record another Short.&lt;/p&gt;

&lt;p&gt;I can't use TikTok and I don't like Instagram's camera. &lt;/p&gt;

&lt;p&gt;Please let me know if there's one similar on the market for iOS. &lt;/p&gt;

&lt;p&gt;If not I'd create one with React Native preferably or Swift if it comes to that. &lt;/p&gt;

</description>
      <category>help</category>
    </item>
    <item>
      <title>Brutally Roast my Personal Site</title>
      <dc:creator>Vincent Lam</dc:creator>
      <pubDate>Wed, 08 Jun 2022 07:07:42 +0000</pubDate>
      <link>https://dev.to/ubervincent/brutally-roast-my-personal-site-3bee</link>
      <guid>https://dev.to/ubervincent/brutally-roast-my-personal-site-3bee</guid>
      <description>&lt;p&gt;My website is ubervincent.com&lt;/p&gt;

&lt;p&gt;The idea is for someone to come in and able to follow my routine and my content from various places.&lt;/p&gt;

&lt;p&gt;Please let me know how I can improve the UX of someone of wants to follow my work. &lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to work with Streams and Buffer in Nodejs?</title>
      <dc:creator>Vincent Lam</dc:creator>
      <pubDate>Tue, 07 Jun 2022 10:29:20 +0000</pubDate>
      <link>https://dev.to/ubervincent/how-to-work-with-streams-and-buffer-in-nodejs-57d1</link>
      <guid>https://dev.to/ubervincent/how-to-work-with-streams-and-buffer-in-nodejs-57d1</guid>
      <description>&lt;p&gt;I was working on my project.&lt;/p&gt;

&lt;p&gt;Essentially I wanted to upload a Readable in memory to GCP Cloud Storage in Node.&lt;/p&gt;

&lt;p&gt;It gave me an error saying the Cloud Storage accepts a Buffer type object instead.&lt;/p&gt;

&lt;p&gt;I don’t know exactly how to convert a Readable to Buffer&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How do you distinguish programming, coding, software engineering and architecting?</title>
      <dc:creator>Vincent Lam</dc:creator>
      <pubDate>Tue, 07 Jun 2022 10:29:03 +0000</pubDate>
      <link>https://dev.to/ubervincent/how-do-you-distinguish-programming-coding-software-engineering-and-architecting-29n1</link>
      <guid>https://dev.to/ubervincent/how-do-you-distinguish-programming-coding-software-engineering-and-architecting-29n1</guid>
      <description></description>
    </item>
  </channel>
</rss>
