<?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: Paul C</title>
    <description>The latest articles on DEV Community by Paul C (@severalpens).</description>
    <link>https://dev.to/severalpens</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%2F489807%2F44acf340-7ed8-4785-9f04-411e91da8b16.jpeg</url>
      <title>DEV Community: Paul C</title>
      <link>https://dev.to/severalpens</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/severalpens"/>
    <language>en</language>
    <item>
      <title>Render.com Connection String</title>
      <dc:creator>Paul C</dc:creator>
      <pubDate>Tue, 22 Dec 2020 06:11:51 +0000</pubDate>
      <link>https://dev.to/severalpens/render-com-connection-string-3907</link>
      <guid>https://dev.to/severalpens/render-com-connection-string-3907</guid>
      <description>&lt;p&gt;Render.com currently has free tier that allows users to create a Postgresql database. I created one but had a hard time connecting it to my asp.net core 5 application. After trial and error here are the connection strings that worked: &lt;/p&gt;

&lt;p&gt;LocalPostgreSQL: "Server = 127.0.0.1; Port = 5432; Database = postgres; User Id = postgres; Password = &amp;lt;password&amp;gt;"&lt;/p&gt;

&lt;p&gt;RenderPostgreSQL: "Host = &amp;lt;location&amp;gt;-postgres.render.com; Database = &amp;lt;database&amp;gt;; Username = &amp;lt;username&amp;gt;; Password = &amp;lt;password&amp;gt;; SSL Mode = Require;"&lt;/p&gt;

</description>
    </item>
    <item>
      <title>TokenVortex.web.app</title>
      <dc:creator>Paul C</dc:creator>
      <pubDate>Fri, 06 Nov 2020 23:35:43 +0000</pubDate>
      <link>https://dev.to/severalpens/tokenvortex-web-app-4oea</link>
      <guid>https://dev.to/severalpens/tokenvortex-web-app-4oea</guid>
      <description>&lt;p&gt;Working on an Ethereum contract or curious about blockchain development? TokenVortex is an app that helps you test it out using Ethereum test networks in an easy and fluid way.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Create a random blockchain account.&lt;/li&gt;
&lt;li&gt;Create a contract and compile it using Remix.ethereum.org and copy into TokenVortex.&lt;/li&gt;
&lt;li&gt;Create a new transaction sequence&lt;/li&gt;
&lt;li&gt;Add transaction steps (methods to be run)&lt;/li&gt;
&lt;li&gt;Run the transaction and view the results&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Go to &lt;a href="https://tokenvortex.web.app"&gt;TokenVortex&lt;/a&gt; to find out more.&lt;/p&gt;

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