<?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: KM</title>
    <description>The latest articles on DEV Community by KM (@km1230).</description>
    <link>https://dev.to/km1230</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%2F63161%2F6ba4cac5-ba67-4177-8fb5-2def71f03491.jpeg</url>
      <title>DEV Community: KM</title>
      <link>https://dev.to/km1230</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/km1230"/>
    <language>en</language>
    <item>
      <title>[ReactJS] Simple CRUD with Back4App - Create &amp; Read</title>
      <dc:creator>KM</dc:creator>
      <pubDate>Wed, 22 Jan 2020 09:16:26 +0000</pubDate>
      <link>https://dev.to/km1230/reactjs-simple-crud-with-back4app-create-read-4fch</link>
      <guid>https://dev.to/km1230/reactjs-simple-crud-with-back4app-create-read-4fch</guid>
      <description>&lt;p&gt;Made a new tutorial about how to do CRUD with ReactJS and Back4App. I am no professional so don't judge but this blog post is for people like me, a newbie who is dying to learn ReactJS.   &lt;/p&gt;

&lt;h3&gt;
  
  
  TL,DR
&lt;/h3&gt;

&lt;p&gt;Here is the link the blog post &lt;a href="https://devjunior.com/blog/33/"&gt;https://devjunior.com/blog/33/&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  In the post, I've covered:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Some&lt;/strong&gt; background and merits of Reactjs&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Packages&lt;/strong&gt;: npm, create-react-app, parse&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Back4App&lt;/strong&gt;: registration, API reference, link from Reactjs&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reactjs&lt;/strong&gt;: basic structure, component, properties, state, JSX&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CRUD&lt;/strong&gt;: Only Create and Read are covered in this post. Update and Delete will be covered in another post.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  The project
&lt;/h3&gt;

&lt;p&gt;To show how to build an asynchronous web app using Reactjs, a dummy project - Travel Records, which allow user to &lt;em&gt;create&lt;/em&gt;, &lt;em&gt;read&lt;/em&gt;, &lt;em&gt;update&lt;/em&gt; and &lt;em&gt;delete&lt;/em&gt; travel records to and from Back4App database.&lt;/p&gt;

</description>
      <category>react</category>
      <category>back4app</category>
      <category>parseserver</category>
    </item>
    <item>
      <title>Django API - List of States from Different Countries</title>
      <dc:creator>KM</dc:creator>
      <pubDate>Sat, 24 Mar 2018 02:48:44 +0000</pubDate>
      <link>https://dev.to/km1230/django-api---list-of-states-from-different-countries-3cad</link>
      <guid>https://dev.to/km1230/django-api---list-of-states-from-different-countries-3cad</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi.imgur.com%2FlSuahZG.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi.imgur.com%2FlSuahZG.png" alt="Django API - States of All Countries"&gt;&lt;/a&gt;&lt;br&gt;
&lt;b&gt;[TL:DR]&lt;/b&gt;&lt;br&gt;
I was searching for a list of states of every country. There are some API projects help to reveal the currency, latitude/longitude, languages and time-zone of different countries. However, there are rarely free and simple API which simply generate lists of states. So I made one!&lt;br&gt;
&lt;br&gt;&lt;br&gt;
And here is the &lt;a href="https://countryrestapi.herokuapp.com/" rel="noopener noreferrer"&gt;LINK&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;&lt;br&gt;
&lt;b&gt;[Simple to use]&lt;/b&gt;&lt;br&gt;&lt;br&gt;
To use it, simply enter the 2-characters alpha2-code at the end of the link.&lt;br&gt;
For example, United States is "us", Australia is "au", Hong Kong is "hk".&lt;br&gt;
&lt;br&gt;&lt;br&gt;
Rendering the page, you will see a list of states in that country presented in JSON format.&lt;br&gt;
&lt;br&gt;&lt;br&gt;
Hope you will find it useful!&lt;br&gt;&lt;br&gt;
Original Post at &lt;a href="https://devjunior.com/blog/23/" rel="noopener noreferrer"&gt;https://devjunior.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>django</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
