<?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: dum dum</title>
    <description>The latest articles on DEV Community by dum dum (@dumdum).</description>
    <link>https://dev.to/dumdum</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%2F476706%2F46255b26-90df-44b2-9504-d40b42dea2e2.png</url>
      <title>DEV Community: dum dum</title>
      <link>https://dev.to/dumdum</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dumdum"/>
    <language>en</language>
    <item>
      <title>Where can I find the best course for DRF + React to create BLOG?</title>
      <dc:creator>dum dum</dc:creator>
      <pubDate>Fri, 20 Nov 2020 08:37:10 +0000</pubDate>
      <link>https://dev.to/dumdum/where-can-i-find-the-best-course-for-drf-react-to-create-blog-2bj7</link>
      <guid>https://dev.to/dumdum/where-can-i-find-the-best-course-for-drf-react-to-create-blog-2bj7</guid>
      <description>&lt;p&gt;I want to learn more about DRF + React on Blog Project. But I couldn't find the best course.&lt;br&gt;
I watched some tutorials, but it's not covering all the necessaries that I want.&lt;/p&gt;

&lt;p&gt;I want to create my own blog with DJANGO (DRF) + REACT (NEXT.JS) with SEO, and also Personal Shop with Online Payments.&lt;/p&gt;

&lt;p&gt;I've checked on Udemy, but no courses exist about this.&lt;/p&gt;

&lt;p&gt;Please advise. Thanks&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>django</category>
      <category>react</category>
    </item>
    <item>
      <title>Django React Deployment to Heroku</title>
      <dc:creator>dum dum</dc:creator>
      <pubDate>Wed, 28 Oct 2020 06:54:14 +0000</pubDate>
      <link>https://dev.to/dumdum/django-react-deployment-to-heroku-1mod</link>
      <guid>https://dev.to/dumdum/django-react-deployment-to-heroku-1mod</guid>
      <description>&lt;p&gt;I want to develop web app using Django + React. But I don't know how to use it together.&lt;/p&gt;

&lt;p&gt;I want to deploy my web app later on Heroku, and I don't how to make it in one plan. One deployment only.&lt;/p&gt;

&lt;p&gt;Is there any alternatives instead using React for front end with Django?&lt;br&gt;
Is it worth it just by using Vanilla JS and jQuery for DJango front end?&lt;/p&gt;

&lt;p&gt;Will in the future DJango upgrade the templating system like React?&lt;/p&gt;

&lt;p&gt;Please advise. Thanks&lt;/p&gt;

</description>
      <category>django</category>
      <category>react</category>
      <category>beginners</category>
    </item>
    <item>
      <title>What is the different between using React Js and Next Js?</title>
      <dc:creator>dum dum</dc:creator>
      <pubDate>Sat, 10 Oct 2020 05:51:41 +0000</pubDate>
      <link>https://dev.to/dumdum/what-is-the-different-between-using-react-js-and-next-js-3jfk</link>
      <guid>https://dev.to/dumdum/what-is-the-different-between-using-react-js-and-next-js-3jfk</guid>
      <description>&lt;p&gt;Next Js is React Js Framework, right? But what is really differentiate between using React Js directly, and using Next Js for React Js?&lt;/p&gt;

&lt;p&gt;Please advise. Thanks&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>react</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Why should we use Docker and Kubernetes instead using Heroku, for Django?</title>
      <dc:creator>dum dum</dc:creator>
      <pubDate>Mon, 05 Oct 2020 21:01:01 +0000</pubDate>
      <link>https://dev.to/dumdum/why-should-we-use-docker-and-kubernetes-instead-using-heroku-for-django-1d6h</link>
      <guid>https://dev.to/dumdum/why-should-we-use-docker-and-kubernetes-instead-using-heroku-for-django-1d6h</guid>
      <description>&lt;p&gt;Currently I'm developing my website using Django and Heroku.&lt;br&gt;
But I want to upgrade by using React for my front end.&lt;br&gt;
I know react would give me great benefits for front end, I understand the benefits.&lt;/p&gt;

&lt;p&gt;I've seen recommendation that using Docker and Kubernetes with Django will be good than using Heroku. I still don't understand why.&lt;/p&gt;

&lt;p&gt;I'm new to these things.&lt;br&gt;
Can anyone here please refer to me such links or explanations about "Why should we use Docker and Kubernetes with Django?"&lt;br&gt;
I believe that using Heroku too much will cost high with scale that goes up really fast.&lt;/p&gt;

&lt;p&gt;I need some kind of enlightment of Docker and Kubernetes uses with Django.&lt;/p&gt;

&lt;p&gt;Where are the points that those things connected.&lt;/p&gt;

&lt;p&gt;For example React, React is for front end part. so Django can be full on the back end. Data Integration using Restful API.&lt;br&gt;
React replaced Django templates using components.&lt;/p&gt;

&lt;p&gt;How about Docker and Kubernetes with Django, compared to Heroku with Django?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>discuss</category>
      <category>docker</category>
      <category>kubernetes</category>
    </item>
    <item>
      <title>How do I fix a Django sitemap HTTP error 500 on Heroku?</title>
      <dc:creator>dum dum</dc:creator>
      <pubDate>Tue, 29 Sep 2020 08:16:22 +0000</pubDate>
      <link>https://dev.to/dumdum/how-do-i-fix-a-django-sitemap-http-error-500-on-heroku-44jn</link>
      <guid>https://dev.to/dumdum/how-do-i-fix-a-django-sitemap-http-error-500-on-heroku-44jn</guid>
      <description>&lt;p&gt;I'm using django sitemap to generate my sitemap.&lt;/p&gt;

&lt;p&gt;In local it works normally, I can visit 127.0.0.1:8000/sitemap.xml and see the data. But in production, I got http error 500 (site matching query not exist) when trying to access "domain.com/sitemap.xml". I've been following solutions on the internet, and one of those is from this link&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dev.to/radualexandrub/how-to-add-sitemap-xml-to-your-django-blog-and-make-it-work-on-heroku-4o11"&gt;https://dev.to/radualexandrub/how-to-add-sitemap-xml-to-your-django-blog-and-make-it-work-on-heroku-4o11&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://stackoverflow.com/questions/53262018/django-sitemap-xml-throwing-server-error-500-in-production/53265609"&gt;https://stackoverflow.com/questions/53262018/django-sitemap-xml-throwing-server-error-500-in-production/53265609&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;But I'm still getting the error. I followed these tutorials exactly, but the error still occured.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://jawaban.online/scope/outlink/6442/django-sitemap-tutorial-help-crawlers-understand-your-website-2018-youtube/"&gt;https://jawaban.online/scope/outlink/6442/django-sitemap-tutorial-help-crawlers-understand-your-website-2018-youtube/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://jawaban.online/scope/outlink/17698/how-to-create-a-sitemap-in-django/"&gt;https://jawaban.online/scope/outlink/17698/how-to-create-a-sitemap-in-django/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://jawaban.online/scope/outlink/2757/how-to-create-a-django-sitemap-sitemap-one-of-the-most-important-seo-by-erdi-mollahuseyinoglu-analytics-vidhya-medium/"&gt;https://jawaban.online/scope/outlink/2757/how-to-create-a-django-sitemap-sitemap-one-of-the-most-important-seo-by-erdi-mollahuseyinoglu-analytics-vidhya-medium/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please kindly help. Thanks&lt;/p&gt;

</description>
      <category>django</category>
      <category>python</category>
      <category>beginners</category>
      <category>question</category>
    </item>
    <item>
      <title>How to create our own browser?</title>
      <dc:creator>dum dum</dc:creator>
      <pubDate>Tue, 29 Sep 2020 05:29:31 +0000</pubDate>
      <link>https://dev.to/dumdum/how-to-create-our-own-browser-41e0</link>
      <guid>https://dev.to/dumdum/how-to-create-our-own-browser-41e0</guid>
      <description>&lt;p&gt;I wonder, how we can create our own browser, like Chrome? What programming language that we use to create one to be compatible for all OS?&lt;br&gt;
Is it profitable to create new browser branding?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

</description>
      <category>question</category>
      <category>beginners</category>
      <category>dev</category>
    </item>
    <item>
      <title>Best Web and Mobile Development Stack</title>
      <dc:creator>dum dum</dc:creator>
      <pubDate>Mon, 28 Sep 2020 14:05:02 +0000</pubDate>
      <link>https://dev.to/dumdum/best-web-and-mobile-development-stack-4c8b</link>
      <guid>https://dev.to/dumdum/best-web-and-mobile-development-stack-4c8b</guid>
      <description>&lt;p&gt;I want to develop the social network like app on web and mobile (android and ios).&lt;br&gt;
Is &lt;strong&gt;django react postgres redis redux&lt;/strong&gt; enough?&lt;br&gt;
How can I make real time database using that? Should I go for firestore or I can use postgres as my real time database?&lt;/p&gt;

&lt;p&gt;Please suggest the best stack for this.&lt;br&gt;
Thanks.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>mobiledev</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
