<?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: Anusha Bhat</title>
    <description>The latest articles on DEV Community by Anusha Bhat (@anusha_bhat).</description>
    <link>https://dev.to/anusha_bhat</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%2F256280%2F577cab0e-5e54-47ea-8d5d-ae655806b6ae.jpeg</url>
      <title>DEV Community: Anusha Bhat</title>
      <link>https://dev.to/anusha_bhat</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anusha_bhat"/>
    <language>en</language>
    <item>
      <title>3 difference between make and new in Go</title>
      <dc:creator>Anusha Bhat</dc:creator>
      <pubDate>Fri, 08 May 2020 06:04:50 +0000</pubDate>
      <link>https://dev.to/anusha_bhat/3-difference-between-make-and-new-in-go-oeg</link>
      <guid>https://dev.to/anusha_bhat/3-difference-between-make-and-new-in-go-oeg</guid>
      <description>&lt;p&gt;I found make and new very interesting and hence decided to list down the differences:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;new  ---&amp;gt; returns pointer &lt;br&gt;
make  ---&amp;gt; returns an initialized value of type T&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;new  ---&amp;gt; initializes to 0 value of the type&lt;br&gt;
make  ---&amp;gt; does not initialize to 0 value of the type&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;new  ---&amp;gt; used for all types&lt;br&gt;
make  ---&amp;gt; used for only slices, maps and channels&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>go</category>
      <category>todayilearned</category>
    </item>
    <item>
      <title>What are good resources for PostgreSQL? </title>
      <dc:creator>Anusha Bhat</dc:creator>
      <pubDate>Thu, 24 Oct 2019 11:05:41 +0000</pubDate>
      <link>https://dev.to/anusha_bhat/what-are-good-resources-for-postgresql-46a2</link>
      <guid>https://dev.to/anusha_bhat/what-are-good-resources-for-postgresql-46a2</guid>
      <description>&lt;p&gt;Does anyone know any good resource for PostgreSQL like books, blogs, tutorials? It should be in depth and not DBA related. &lt;br&gt;
It can be both free and paid. &lt;/p&gt;

&lt;p&gt;Interested topics  - query optimizations, proper usage of datatypes. &lt;/p&gt;

</description>
      <category>discuss</category>
      <category>postgres</category>
    </item>
  </channel>
</rss>
