<?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: Mykey Deshommes</title>
    <description>The latest articles on DEV Community by Mykey Deshommes (@heymykey).</description>
    <link>https://dev.to/heymykey</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%2F699929%2Fedd66387-4976-4948-b61a-3ed8af6b4dc4.JPG</url>
      <title>DEV Community: Mykey Deshommes</title>
      <link>https://dev.to/heymykey</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/heymykey"/>
    <language>en</language>
    <item>
      <title>Restaurant website part 2</title>
      <dc:creator>Mykey Deshommes</dc:creator>
      <pubDate>Tue, 07 Sep 2021 12:21:21 +0000</pubDate>
      <link>https://dev.to/heymykey/restaurant-website-part-2-457n</link>
      <guid>https://dev.to/heymykey/restaurant-website-part-2-457n</guid>
      <description>&lt;p&gt;Hello everyone, this is part 2 from the last post I made called "Restaurant website". So what happens when the user clicks order online, great question. Developers have been trying to answer this question since the beginning of time Lol. Here's my plan, I think it's simple and easy to comprehend ohh did I mentioned it's simple.&lt;br&gt;
The first thing the user is gonna see after clicking the order online button, is a bootstrap card with 3 options, 2 buttons, and a phrase to be exact. 1)Continue As Guest 2) Sign Up 3)This option will be at the bottom "Already have an account? Log in". This bootstrap card will be very similar to what you see on most websites when creating an account.&lt;/p&gt;

&lt;p&gt;If the user chooses to continue as a guest, I'll ask for their first name and phone number and stored them in the DB. And allow them to proceed to place an order. I would also be hashing and salting names and phone numbers.&lt;/p&gt;

&lt;p&gt;If the user chooses to Sign up, they will have 3 options to sign up with Google, Facebook, and Twitter. The tool I would be using for this part is the latest version of OAth.&lt;/p&gt;

&lt;p&gt;If the user chooses already have an account then there would sign in with the method their choose to create an account with. So there would be 3 options, Continue with Google, Facebook, Twitter. Similar to Dev Community :)&lt;/p&gt;

&lt;p&gt;I like this approach! I'm happy and confident that I planned this out, I wrote it down, played it out in my head, and shared it because of that our friend imposter syndrome won't be visiting us. As far as the frontend goes for this part I won't be doing anything out of this world most likely the client will want to change something, that goes against everything on how a modern website should look.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Restaurant Website</title>
      <dc:creator>Mykey Deshommes</dc:creator>
      <pubDate>Sun, 05 Sep 2021 22:17:40 +0000</pubDate>
      <link>https://dev.to/heymykey/restaurant-website-1bok</link>
      <guid>https://dev.to/heymykey/restaurant-website-1bok</guid>
      <description>&lt;p&gt;Hello Everyone, please refer to me as Khal...Khal Mykey lol. I recently started working at a restaurant, after a few weeks I told the Owner I'm a Web developer side note I really wanted to introduce myself as a Software Engineer. So she decided to hire me to build a restaurant website for her frontend and backend. This was my first client, I was excited so excited that imposter syndrome hit me. The tools I used for the frontend were mainly bootstrap and a few lines of CSS here and there and a library for a few frameworks. I am currently working on the backend now and again my archenemy imposter syndrome is coming for me again. The restaurant owner wants to be able to take orders online, My biggest fear is security and poor design causing a slow backend. The tools I'm using for the backend are Node.js, Express, Mongoose, and a few other libraries or frameworks. As of right now, I'm working on adding all the menu items and their prices to the database. And in the process of using async-await, I heard it's good to use lol.&lt;/p&gt;

</description>
      <category>restaurant</category>
      <category>mongoose</category>
      <category>express</category>
      <category>node</category>
    </item>
  </channel>
</rss>
