<?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>Forem: jeyk333</title>
    <description>The latest articles on Forem by jeyk333 (@jeyk333).</description>
    <link>https://forem.com/jeyk333</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%2F211592%2F92a46af2-b097-4229-80ed-48e214b8345e.png</url>
      <title>Forem: jeyk333</title>
      <link>https://forem.com/jeyk333</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/jeyk333"/>
    <language>en</language>
    <item>
      <title>Building REST APIs using Node with Express and MongoDB</title>
      <dc:creator>jeyk333</dc:creator>
      <pubDate>Sat, 02 May 2020 14:45:48 +0000</pubDate>
      <link>https://forem.com/jeyk333/building-rest-apis-using-node-with-express-and-mongodb-p4m</link>
      <guid>https://forem.com/jeyk333/building-rest-apis-using-node-with-express-and-mongodb-p4m</guid>
      <description>&lt;p&gt;In the following Medium article, I am gonna show you, how to build REST APIs for CRUD operation with Node using Express and MongoDB. We will be creating a simple posts API, Where user can create, edit, update and retrieve a post. To check the full post, Please click the below article link&lt;/p&gt;


&lt;div class="ltag__link"&gt;
  &lt;a href="https://medium.com/@jeyanthkanagaraju/creating-restful-crud-apis-with-node-js-express-js-and-mongodb-from-scratch-3ef632067928" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--x_5O_QPV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://miro.medium.com/fit/c/96/96/0%2AHeobTIZWRIqNAaAi" alt="Jeyanth Kanagaraju"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="https://medium.com/@jeyanthkanagaraju/creating-restful-crud-apis-with-node-js-express-js-and-mongodb-from-scratch-3ef632067928" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Creating RESTful CRUD APIs using Node.js, Express and MongoDB from scratch&lt;/h2&gt;
      &lt;h3&gt;Jeyanth Kanagaraju ・ &lt;time&gt;Apr 30, 2020&lt;/time&gt; ・ 12 min read
      &lt;div class="ltag__link__servicename"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_EkM13RG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/medium_icon-2c57b3ec653e92a3d6207e708f1e4987099fc69342e556aaf9f035b1968b3f26.svg" alt="Medium Logo"&gt;
        Medium
      &lt;/div&gt;
    &lt;/h3&gt;
&lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


&lt;p&gt;You can find the complete code of the application explained in this article in below GitHub Repository.&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vWogaON8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/github-logo-28d89282e0daa1e2496205e2f218a44c755b0dd6536bbadf5ed5a44a7ca54716.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/jeyk333"&gt;
        jeyk333
      &lt;/a&gt; / &lt;a href="https://github.com/jeyk333/CRUD-REST-APIs"&gt;
        CRUD-REST-APIs
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      RESTful APIs to do CRUD operation using Express, Nodejs and MongoDB
    &lt;/h3&gt;
  &lt;/div&gt;
&lt;/div&gt;


</description>
      <category>node</category>
      <category>express</category>
      <category>mongodb</category>
      <category>webdev</category>
    </item>
    <item>
      <title>React Chatbot using MERN stack and Dialogflow</title>
      <dc:creator>jeyk333</dc:creator>
      <pubDate>Thu, 05 Mar 2020 18:16:11 +0000</pubDate>
      <link>https://forem.com/jeyk333/react-chatbot-using-mern-stack-and-dialogflow-4lmd</link>
      <guid>https://forem.com/jeyk333/react-chatbot-using-mern-stack-and-dialogflow-4lmd</guid>
      <description>&lt;p&gt;Hi, &lt;/p&gt;

&lt;p&gt;I created an &lt;strong&gt;React Chatbot&lt;/strong&gt; using &lt;strong&gt;Reactjs, Nodejs, MongoDB&lt;/strong&gt; and &lt;strong&gt;Dialogflow(NLP)&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It is an interactive web application chatbot to interact with the users, who visiting your application. This chatbot is made with MERN stack using &lt;strong&gt;Google's Machine Learning Dialogflow(NLP)&lt;/strong&gt;. Dialogflow uses &lt;strong&gt;Natural Language Processing(NLP)&lt;/strong&gt; technique to make the bot understand the Human Language and to efficiently interact with users. I am ReactJs as the frontend and NodeJs as backend, which will interact between the Frontend and Dialogflow to get desired results.&lt;/p&gt;

&lt;p&gt;Please check the complete code repository for the chatbot and Give a 🌟 in github, if you like it.&lt;/p&gt;

&lt;p&gt;Github Respository - &lt;a href="https://github.com/jeyk333/React-Chatbot"&gt;https://github.com/jeyk333/React-Chatbot&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To play with it -&amp;gt; &lt;a href="https://vast-badlands-40215.herokuapp.com/"&gt;https://vast-badlands-40215.herokuapp.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Things you can ask to it&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Hi/Hello&lt;/li&gt;
&lt;li&gt;where is pikachu&lt;/li&gt;
&lt;li&gt;courses (It will list some dummy courses from the mongo db and will ask, if you need any personal training)&lt;/li&gt;
&lt;li&gt;If you give Yes for the personal training, it will ask for your details.&lt;/li&gt;
&lt;li&gt;You can enter the details, which will also stored in the database&lt;/li&gt;
&lt;li&gt;You can also do some random chats&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The UI may look bad, as i didn't put much effort in the ui for now. Its not completed. I am still improving the chatbot.&lt;/p&gt;

</description>
      <category>react</category>
      <category>node</category>
      <category>mongodb</category>
      <category>chatbot</category>
    </item>
    <item>
      <title>Simple React CRUD app using Material Ui</title>
      <dc:creator>jeyk333</dc:creator>
      <pubDate>Tue, 13 Aug 2019 12:58:30 +0000</pubDate>
      <link>https://forem.com/jeyk333/simple-react-crud-app-using-material-ui-1lep</link>
      <guid>https://forem.com/jeyk333/simple-react-crud-app-using-material-ui-1lep</guid>
      <description>&lt;p&gt;App Link : &lt;a href="https://rm-crud.herokuapp.com/"&gt;https://rm-crud.herokuapp.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Github Repository Link: &lt;a href="https://github.com/jeyk333/React-CRUD-using-Material-Ui"&gt;https://github.com/jeyk333/React-CRUD-using-Material-Ui&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;My First Commit in Github. I made an Simple CRUD app using Reactjs and Material UI. Please Check and give feedbacks about Code or Ui etc.&lt;/p&gt;

</description>
      <category>react</category>
      <category>material</category>
    </item>
  </channel>
</rss>
