<?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: surya</title>
    <description>The latest articles on DEV Community by surya (@suryavi).</description>
    <link>https://dev.to/suryavi</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%2F1128215%2F645b9188-a793-425f-8d42-16ff5c82e5a8.jpeg</url>
      <title>DEV Community: surya</title>
      <link>https://dev.to/suryavi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/suryavi"/>
    <language>en</language>
    <item>
      <title>Node.js, PostgreSQL error: no pg_hba.conf entry for host</title>
      <dc:creator>surya</dc:creator>
      <pubDate>Thu, 21 Sep 2023 19:12:38 +0000</pubDate>
      <link>https://dev.to/suryavi/nodejs-postgresql-error-no-pghbaconf-entry-for-host-5266</link>
      <guid>https://dev.to/suryavi/nodejs-postgresql-error-no-pghbaconf-entry-for-host-5266</guid>
      <description>&lt;p&gt;When I try to connect AWS rds Postgres host DB with Node.js. But, i receive following error when I try to connect using DBI with &lt;a href="https://www.npmjs.com/package/pg"&gt;pg npm&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--h1PT2akU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/31uq6hd79ajei6sbaokm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--h1PT2akU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/31uq6hd79ajei6sbaokm.png" alt="Image description" width="800" height="324"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;But Successfully connected in CLI and pgAdmin 4.&lt;/p&gt;

&lt;p&gt;😥 How to fix this ?&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Jest - Else path not taken !!!</title>
      <dc:creator>surya</dc:creator>
      <pubDate>Fri, 28 Jul 2023 07:21:14 +0000</pubDate>
      <link>https://dev.to/suryavi/jest-else-path-not-taken--42g</link>
      <guid>https://dev.to/suryavi/jest-else-path-not-taken--42g</guid>
      <description>&lt;p&gt;Is there any way to ignore the 'else path not taken' error while running the coverage report in jest in typescript.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--zQ6zxuqb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/83l0i3fqceqoriygxnz2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--zQ6zxuqb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/83l0i3fqceqoriygxnz2.png" alt="Image description" width="800" height="359"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Because of this problem, I was unable to cover my test coverage by 90%. There were solutions to fix this 🙄.&lt;/p&gt;

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