<?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: Mr.techmaker</title>
    <description>The latest articles on DEV Community by Mr.techmaker (@mrtechmaker).</description>
    <link>https://dev.to/mrtechmaker</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%2F241998%2F06b07853-134c-4657-8233-e733f070634a.png</url>
      <title>DEV Community: Mr.techmaker</title>
      <link>https://dev.to/mrtechmaker</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mrtechmaker"/>
    <language>en</language>
    <item>
      <title>Cors error debugging checklist </title>
      <dc:creator>Mr.techmaker</dc:creator>
      <pubDate>Thu, 26 Aug 2021 14:58:18 +0000</pubDate>
      <link>https://dev.to/mrtechmaker/cors-error-debugging-checklist-5ejb</link>
      <guid>https://dev.to/mrtechmaker/cors-error-debugging-checklist-5ejb</guid>
      <description>&lt;p&gt;1) check if your api is running on http or https&lt;/p&gt;

&lt;p&gt;2) check if the url is responding.&lt;/p&gt;

&lt;p&gt;3) check the parameters .&lt;/p&gt;

&lt;p&gt;4) Is your data a string or json ?&lt;br&gt;
If it is json , pass content-type as application/json&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to load gradle changes in ktor kotlin project in intellij idea</title>
      <dc:creator>Mr.techmaker</dc:creator>
      <pubDate>Wed, 18 Aug 2021 22:19:50 +0000</pubDate>
      <link>https://dev.to/mrtechmaker/how-to-load-gradle-changes-in-ktor-kotlin-project-in-intellij-idea-34hh</link>
      <guid>https://dev.to/mrtechmaker/how-to-load-gradle-changes-in-ktor-kotlin-project-in-intellij-idea-34hh</guid>
      <description>&lt;p&gt;open build.gradle file and then :&lt;br&gt;
ctrl + shift + o&lt;/p&gt;

&lt;p&gt;or &lt;/p&gt;

&lt;p&gt;small elephant icon comes =&amp;gt; click on it.&lt;/p&gt;

&lt;p&gt;this small icon is often missed and user wonders how to load changes to gradle files :)&lt;/p&gt;

&lt;p&gt;Android studio gets link to do this but intellij idea gets icon :) which can be missed.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to add content root in ktor kotlin project in intellij idea</title>
      <dc:creator>Mr.techmaker</dc:creator>
      <pubDate>Wed, 18 Aug 2021 21:57:55 +0000</pubDate>
      <link>https://dev.to/mrtechmaker/how-to-add-content-root-in-ktor-kotlin-project-in-intellij-idea-1kej</link>
      <guid>https://dev.to/mrtechmaker/how-to-add-content-root-in-ktor-kotlin-project-in-intellij-idea-1kej</guid>
      <description>&lt;p&gt;in intellij idea , &lt;br&gt;
ctrl+shift+alt+s&lt;br&gt;
modules -&amp;gt; path -&amp;gt;  - icon to remove content root&lt;br&gt;
'+' icon to add content root&lt;/p&gt;

&lt;p&gt;content root is src folder of your project&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to add external library or jar from intellij idea</title>
      <dc:creator>Mr.techmaker</dc:creator>
      <pubDate>Tue, 17 Aug 2021 10:23:26 +0000</pubDate>
      <link>https://dev.to/mrtechmaker/how-to-add-external-library-or-jar-from-intellij-idea-1d1d</link>
      <guid>https://dev.to/mrtechmaker/how-to-add-external-library-or-jar-from-intellij-idea-1d1d</guid>
      <description>&lt;p&gt;file -&amp;gt; project structure -&amp;gt; modules (left column) -&amp;gt; dependencies -&amp;gt; click '+' icon -&amp;gt; library -&amp;gt; new library -&amp;gt; maven &lt;/p&gt;

&lt;p&gt;Enjoy :)&lt;/p&gt;

&lt;p&gt;I dont know why adding dependency in build.gradle is not working in intellij idea.&lt;br&gt;
if you know - please comment.&lt;/p&gt;

&lt;p&gt;cheers.&lt;/p&gt;

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