<?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: Maitray Suthar</title>
    <description>The latest articles on DEV Community by Maitray Suthar (@maitraysuthar).</description>
    <link>https://dev.to/maitraysuthar</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%2F240499%2Fdcc60279-3568-437d-bb7d-b189ec73128d.jpg</url>
      <title>DEV Community: Maitray Suthar</title>
      <link>https://dev.to/maitraysuthar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/maitraysuthar"/>
    <language>en</language>
    <item>
      <title>StackOverflow developer survey Results</title>
      <dc:creator>Maitray Suthar</dc:creator>
      <pubDate>Wed, 20 Nov 2019 16:22:46 +0000</pubDate>
      <link>https://dev.to/maitraysuthar/stackoverflow-developer-survey-results-1b8c</link>
      <guid>https://dev.to/maitraysuthar/stackoverflow-developer-survey-results-1b8c</guid>
      <description>&lt;p&gt;Hello Dear Developers,&lt;/p&gt;

&lt;p&gt;Checkout trending technologies of 2019 in the "StackOverflow developer survey" results.  You might be interested to learn for 2020. Also, find some interesting facts and numbers of our developer community.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://insights.stackoverflow.com/survey/2019/#technology"&gt;https://insights.stackoverflow.com/survey/2019/#technology&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Looking for Job/Work Contract</title>
      <dc:creator>Maitray Suthar</dc:creator>
      <pubDate>Thu, 17 Oct 2019 18:38:43 +0000</pubDate>
      <link>https://dev.to/maitraysuthar/looking-for-job-work-contract-3lb2</link>
      <guid>https://dev.to/maitraysuthar/looking-for-job-work-contract-3lb2</guid>
      <description>&lt;p&gt;I am looking for a good job or work contract. I have 5 Years of experience in web development.&lt;/p&gt;

&lt;p&gt;Skills:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reactjs&lt;/li&gt;
&lt;li&gt;Expressjs&lt;/li&gt;
&lt;li&gt;Angular&lt;/li&gt;
&lt;li&gt;Laravel&lt;/li&gt;
&lt;li&gt;MySQL&lt;/li&gt;
&lt;li&gt;MongoDB&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Visit my &lt;a href="https://maitraysuthar.github.io/portfolio/"&gt;website&lt;/a&gt; for more details and update CV.&lt;/p&gt;

&lt;p&gt;Anyone can direct contact me on my email: &lt;a href="mailto:maitraysuthar@gmail.com"&gt;maitraysuthar@gmail.com&lt;/a&gt; .&lt;/p&gt;

&lt;p&gt;References are very appreciated. Looking forward.&lt;/p&gt;

&lt;p&gt;Thank you. Have a nice day!&lt;/p&gt;

</description>
      <category>career</category>
    </item>
    <item>
      <title>A boilerplate for REST API Development with Node.js, Express, and MongoDB</title>
      <dc:creator>Maitray Suthar</dc:creator>
      <pubDate>Sun, 13 Oct 2019 18:09:54 +0000</pubDate>
      <link>https://dev.to/maitraysuthar/a-boilerplate-for-rest-api-development-with-node-js-express-and-mongodb-1i19</link>
      <guid>https://dev.to/maitraysuthar/a-boilerplate-for-rest-api-development-with-node-js-express-and-mongodb-1i19</guid>
      <description>&lt;p&gt;Hello Everyone,&lt;/p&gt;

&lt;p&gt;I have created a boilerplate application for API development built with Nodejs, ExpressJs, MongoDB.&lt;/p&gt;

&lt;p&gt;Checkout: &lt;a href="https://github.com/maitraysuthar/rest-api-nodejs-mongodb"&gt;Nodejs Expressjs MongoDB Ready-to-use API Project Structure&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Basic Authentication (Register/Login with hashed password)&lt;/li&gt;
&lt;li&gt;  Account confirmation with 4 (Changeable) digit OTP.&lt;/li&gt;
&lt;li&gt;  Email helper ready just import and use.&lt;/li&gt;
&lt;li&gt;  JWT Tokens, make requests with a token after login with &lt;code&gt;Authorization&lt;/code&gt; header with value &lt;code&gt;Bearer yourToken&lt;/code&gt; where &lt;code&gt;yourToken&lt;/code&gt; will be returned in Login response.&lt;/li&gt;
&lt;li&gt;  Pre-defined response structures with proper status codes.&lt;/li&gt;
&lt;li&gt;  Included CORS.&lt;/li&gt;
&lt;li&gt;   &lt;strong&gt;Book&lt;/strong&gt; example with &lt;strong&gt;CRUD&lt;/strong&gt; operations.&lt;/li&gt;
&lt;li&gt;  Validations added.&lt;/li&gt;
&lt;li&gt;  Included API collection for Postman.&lt;/li&gt;
&lt;li&gt;  Light-weight project.&lt;/li&gt;
&lt;li&gt;  Test cases with &lt;a href="https://mochajs.org/"&gt;Mocha&lt;/a&gt; and &lt;a href="https://www.chaijs.com/"&gt;Chai&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;  Code coverage with &lt;a href="https://istanbul.js.org/"&gt;Istanbuljs (nyc)&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;  Included CI (Continuous Integration) with &lt;a href="https://travis-ci.org"&gt;Travis CI&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;  Linting with &lt;a href="https://eslint.org/"&gt;Eslint&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Any feedback suggestions are much appreciated. Pull requests are welcome.&lt;/p&gt;

&lt;p&gt;Have a nice day!&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>node</category>
      <category>mongodb</category>
    </item>
    <item>
      <title>Nodejs Expressjs MongoDB Ready-to-use API Project Structure</title>
      <dc:creator>Maitray Suthar</dc:creator>
      <pubDate>Tue, 01 Oct 2019 19:15:57 +0000</pubDate>
      <link>https://dev.to/maitraysuthar/nodejs-expressjs-mongodb-ready-to-use-api-project-structure-22jk</link>
      <guid>https://dev.to/maitraysuthar/nodejs-expressjs-mongodb-ready-to-use-api-project-structure-22jk</guid>
      <description>&lt;p&gt;Hello Everyone,&lt;/p&gt;

&lt;p&gt;I have created a boilerplate application for API development built with Nodejs, ExpressJs, MongoDB.&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--vJ70wriM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/github-logo-ba8488d21cd8ee1fee097b8410db9deaa41d0ca30b004c0c63de0a479114156f.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/maitraysuthar"&gt;
        maitraysuthar
      &lt;/a&gt; / &lt;a href="https://github.com/maitraysuthar/rest-api-nodejs-mongodb"&gt;
        rest-api-nodejs-mongodb
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      A boilerplate for REST API Development with  Node.js, Express, and MongoDB
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
Nodejs Expressjs MongoDB Ready-to-use API Project Structure&lt;/h1&gt;
&lt;p&gt;&lt;a href="https://www.linkedin.com/in/maitray-suthar/" rel="nofollow"&gt;&lt;img src="https://camo.githubusercontent.com/f9c918a6ef11929433bf6e8eddf1238397dcde49/687474703a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d406d6169747261797375746861722d626c75652e737667" alt="Author"&gt;&lt;/a&gt; &lt;a href="https://github.com/maitraysuthar/rest-api-nodejs-mongodb/blob/master/LICENSE"&gt;&lt;img src="https://camo.githubusercontent.com/531515e0d7ae60aa417a2bb26ee599a8d2754a3d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6169747261797375746861722f726573742d6170692d6e6f64656a732d6d6f6e676f64622e737667" alt="GitHub license"&gt;&lt;/a&gt;  &lt;a rel="noopener noreferrer" href="https://camo.githubusercontent.com/6d97487a870e0c3d783b181796cc774e60b533eb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7265706f2d73697a652f6d6169747261797375746861722f726573742d6170692d6e6f64656a732d6d6f6e676f6462"&gt;&lt;img src="https://camo.githubusercontent.com/6d97487a870e0c3d783b181796cc774e60b533eb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7265706f2d73697a652f6d6169747261797375746861722f726573742d6170692d6e6f64656a732d6d6f6e676f6462" alt="GitHub repo size"&gt;&lt;/a&gt; &lt;a href="https://www.codacy.com/manual/maitraysuthar/rest-api-nodejs-mongodb?utm_source=github.com&amp;amp;utm_medium=referral&amp;amp;utm_content=maitraysuthar/rest-api-nodejs-mongodb&amp;amp;utm_campaign=Badge_Coverage" rel="nofollow"&gt;&lt;img src="https://camo.githubusercontent.com/8978e61cf121375a8366eb326b71545a2bc29528/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f436f7665726167652f6233656238303938346164633436373139383866666232326436616438336466" alt="Codacy Badge"&gt;&lt;/a&gt; &lt;a href="https://www.codacy.com/manual/maitraysuthar/rest-api-nodejs-mongodb?utm_source=github.com&amp;amp;utm_medium=referral&amp;amp;utm_content=maitraysuthar/rest-api-nodejs-mongodb&amp;amp;utm_campaign=Badge_Grade" rel="nofollow"&gt;&lt;img src="https://camo.githubusercontent.com/3f89cee93c3f9d7aff95b0c43ad055c5ee1970f9/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6233656238303938346164633436373139383866666232326436616438336466" alt="Codacy Badge"&gt;&lt;/a&gt; &lt;a rel="noopener noreferrer" href="https://camo.githubusercontent.com/d36e4ceebd7e32fbc00f5fcd1a1d4128f49010be/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f636f6d2f6d6169747261797375746861722f726573742d6170692d6e6f64656a732d6d6f6e676f6462"&gt;&lt;img src="https://camo.githubusercontent.com/d36e4ceebd7e32fbc00f5fcd1a1d4128f49010be/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f636f6d2f6d6169747261797375746861722f726573742d6170692d6e6f64656a732d6d6f6e676f6462" alt="Travis (.com)"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A ready-to-use boilerplate for REST API Development with Node.js, Express, and MongoDB&lt;/p&gt;
&lt;h2&gt;
Getting started&lt;/h2&gt;
&lt;p&gt;This is a basic API skeleton written in JavaScript ES2015. Very useful to building a RESTful web APIs for your front-end platforms like Android, iOS or JavaScript frameworks (Angular, Reactjs, etc).&lt;/p&gt;
&lt;p&gt;This project will run on &lt;strong&gt;NodeJs&lt;/strong&gt; using &lt;strong&gt;MongoDB&lt;/strong&gt; as database. I had tried to maintain the code structure easy as any beginner can also adopt the flow and start building an API. Project is open for suggestions, Bug reports and pull requests.&lt;/p&gt;
&lt;h2&gt;
Some Great Stuff&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://tracking.gitads.io/?campaign=gitads&amp;amp;repo=rest-api-nodejs-mongodb&amp;amp;redirect=gitads.io" rel="nofollow"&gt;&lt;img src="https://camo.githubusercontent.com/ddb22dfc7f5fbcf564dc5ba0c475bc784b615067/68747470733a2f2f696d616765732e6769746164732e696f2f726573742d6170692d6e6f64656a732d6d6f6e676f6462" alt="Some Great Stuff"&gt;&lt;/a&gt;
&lt;br&gt;&lt;i&gt;This advert was placed by &lt;a href="https://tracking.gitads.io/?campaign=gitads&amp;amp;repo=rest-api-nodejs-mongodb&amp;amp;redirect=gitads.io" rel="nofollow"&gt;GitAds&lt;/a&gt; &lt;/i&gt;&lt;/p&gt;
&lt;h2&gt;
Advertise for Job/Work Contract&lt;/h2&gt;
&lt;p&gt;I am looking for a good job or work contract. You can contact me directly on my email (&lt;a href="https://raw.githubusercontent.com/maitraysuthar/rest-api-nodejs-mongodb/master/mailto:maitraysuthar@gmail.com" title="maitraysuthar@gmail.com"&gt;maitraysuthar@gmail.com&lt;/a&gt;) or you can download my CV from my personal  &lt;a href="https://maitraysuthar.github.io/portfolio/" rel="nofollow"&gt;website&lt;/a&gt;. Looking forward. Thanks 😄&lt;/p&gt;
&lt;h2&gt;
Buy me a Coffee&lt;/h2&gt;
&lt;p&gt;If you consider…&lt;/p&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/maitraysuthar/rest-api-nodejs-mongodb"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;This is a basic API skeleton written in JavaScript ES2015. Very useful to building a RESTful web APIs for your front-end platforms like Android, iOS or JavaScript frameworks (Angular, Reactjs, etc).&lt;/p&gt;

&lt;p&gt;This project will run on &lt;strong&gt;NodeJs&lt;/strong&gt; using &lt;strong&gt;MongoDB&lt;/strong&gt; as a database. I had tried to maintain the code structure easy as any beginner can also adopt the flow and start building an API. &lt;/p&gt;

&lt;p&gt;Any feedback or suggestions are very much appreciated. Pull requests are welcome!&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>node</category>
      <category>mongodb</category>
    </item>
  </channel>
</rss>
