<?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: Mish</title>
    <description>The latest articles on DEV Community by Mish (@mixoglad).</description>
    <link>https://dev.to/mixoglad</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%2F199841%2F3bcaf276-8911-4d30-a192-7da7b71f8d2a.jpeg</url>
      <title>DEV Community: Mish</title>
      <link>https://dev.to/mixoglad</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mixoglad"/>
    <language>en</language>
    <item>
      <title>Explain Block Chain to me like I'm Five</title>
      <dc:creator>Mish</dc:creator>
      <pubDate>Wed, 01 Jan 2020 07:48:47 +0000</pubDate>
      <link>https://dev.to/mixoglad/explain-block-chain-to-me-like-i-m-five-5h7j</link>
      <guid>https://dev.to/mixoglad/explain-block-chain-to-me-like-i-m-five-5h7j</guid>
      <description></description>
      <category>blockchain</category>
    </item>
    <item>
      <title>Verify Your 📧mail With Sashido And Parse Server.👩‍💻</title>
      <dc:creator>Mish</dc:creator>
      <pubDate>Mon, 11 Nov 2019 09:12:28 +0000</pubDate>
      <link>https://dev.to/mixoglad/verify-your-email-with-sashido-and-parse-server-4i5o</link>
      <guid>https://dev.to/mixoglad/verify-your-email-with-sashido-and-parse-server-4i5o</guid>
      <description>&lt;p&gt;&lt;a href="https://dev.to/sashido"&gt;&lt;strong&gt;Sashido.io&lt;/strong&gt;&lt;/a&gt; &lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm71dnybso6nb63q89dwm.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm71dnybso6nb63q89dwm.jpg" alt="Alt Text" width="800" height="579"&gt;&lt;/a&gt;   &lt;/p&gt;

&lt;p&gt;&lt;a href="//www.sashido.io"&gt;&lt;strong&gt;Sashido&lt;/strong&gt;&lt;/a&gt; &lt;em&gt;is a platform that helps developers create functional and beautiful &lt;code&gt;apps&lt;/code&gt;. It takes good care of your &lt;code&gt;infrastructure&lt;/code&gt;,&lt;code&gt;Scaling&lt;/code&gt;,&lt;code&gt;Security&lt;/code&gt;, &lt;code&gt;database maintenance&lt;/code&gt;,&lt;code&gt;backups&lt;/code&gt;,&lt;a href="//www.sashido.io"&gt;&lt;strong&gt;Parse Server deployment&lt;/strong&gt;&lt;/a&gt; to give developers the time and energy to focus on their business idea&lt;/em&gt;. Sashido eliminates the time spent on &lt;code&gt;Back-end&lt;/code&gt; connecting, database maintenance, &lt;code&gt;security&lt;/code&gt;, &lt;code&gt;Scaling&lt;/code&gt;. &lt;/p&gt;

&lt;p&gt;&lt;a href="//www.sashido.io"&gt;&lt;strong&gt;Sashido&lt;/strong&gt;&lt;/a&gt; and &lt;a href="https://docs.parseplatform.org/parse-server/guide/#using-parse-sdks-with-parse" rel="noopener noreferrer"&gt;&lt;strong&gt;Parse Server&lt;/strong&gt;&lt;/a&gt; &lt;code&gt;parseServer&lt;/code&gt;uses &lt;strong&gt;Webhooks&lt;/strong&gt; to handle requests, responses from  a client to the server.&lt;br&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fzpur4lbr5uszya9cxei9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fzpur4lbr5uszya9cxei9.png" alt="hhh" width="522" height="204"&gt;&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;The block code below shows us how Parse Server handles &lt;code&gt;passwords&lt;/code&gt; requests&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
Parse.User.requestPasswordReset("email@example.com")
    .then(() =&amp;gt; {
        // Password reset request was sent successfully
    }).catch((error) =&amp;gt; {
        // error is a Parse.Error with an error code and message.
        console.error("Error message:", error.message);
    }); 

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;First off,you must&lt;/strong&gt;&lt;a href="//www.sashido.io"&gt;&lt;strong&gt;&lt;code&gt;Register&lt;/code&gt;&lt;/strong&gt;&lt;/a&gt; and &lt;a href="//www.sashido.io"&gt;&lt;strong&gt;&lt;code&gt;Login&lt;/code&gt;&lt;/strong&gt;&lt;/a&gt; to &lt;a href="//www.Sashido.io"&gt;&lt;strong&gt;Sashido&lt;/strong&gt;&lt;/a&gt;. &lt;/p&gt;

&lt;h3&gt;
  
  
  Click on Getting Started &amp;gt; &lt;strong&gt;Create an &lt;code&gt;App&lt;/code&gt;&amp;gt; Then Go-to &lt;code&gt;App&lt;/code&gt;settings &amp;gt; on&lt;code&gt;App&lt;/code&gt;settings &amp;gt; go-to &lt;code&gt;Emails&lt;/code&gt;and &lt;code&gt;Hosting&lt;/code&gt;&lt;/strong&gt;💪.
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;&lt;code&gt;Follow The Steps And Secure Your Email With Sashido&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F42gmi9sylr3b03hs6ovm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F42gmi9sylr3b03hs6ovm.png" alt="Sashido looks like this" width="800" height="358"&gt;&lt;/a&gt;       &lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://dashboard.sashido.io/products/apps/nC3DKsPliJ-zone4/settings/emails" rel="noopener noreferrer"&gt;Email Verification work flow&lt;/a&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;A user is mailed a link with &lt;br&gt;
 which they can choose a new &lt;br&gt;
&lt;code&gt;password&lt;/code&gt;&lt;/em&gt;&lt;/strong&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;The user should use the link &lt;br&gt;
forwarded to choose&lt;code&gt;_password_Html&lt;/code&gt;&lt;br&gt;
to select a new &lt;code&gt;password&lt;/code&gt;&lt;/em&gt;&lt;/strong&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;The user submits their &lt;code&gt;password&lt;/code&gt;&lt;br&gt;
and they will receive a &lt;br&gt;
confirmation that a new &lt;code&gt;password&lt;/code&gt;&lt;br&gt;
has been successfully created&lt;/em&gt;&lt;/strong&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;If maybe a malicious user &lt;br&gt;
attempts to &lt;code&gt;reverse engineer&lt;/code&gt; &lt;br&gt;
the password, they are sent to &lt;br&gt;
&lt;code&gt;invalid_link&lt;/code&gt;&lt;/strong&gt;. &lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  &lt;a href="//www.sashido.io"&gt;Email Verification Work Flow&lt;/a&gt;
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Ff1ok8fu746ai5aw4b4go.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Ff1ok8fu746ai5aw4b4go.png" alt="Email Verification WorkFlow" width="800" height="510"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🚀&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5s6uy9v88mffvhp4ac2b.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5s6uy9v88mffvhp4ac2b.gif" alt="Alt Text" width="460" height="242"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thanks for reading&lt;/strong&gt;... &lt;/p&gt;

</description>
      <category>verificationsashido</category>
    </item>
    <item>
      <title>Count like a real Developer</title>
      <dc:creator>Mish</dc:creator>
      <pubDate>Tue, 06 Aug 2019 21:58:29 +0000</pubDate>
      <link>https://dev.to/mixoglad/count-like-a-real-developer-11ma</link>
      <guid>https://dev.to/mixoglad/count-like-a-real-developer-11ma</guid>
      <description></description>
    </item>
  </channel>
</rss>
