<?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: Ashish Kumar Singh</title>
    <description>The latest articles on Forem by Ashish Kumar Singh (@ashishkumarsinghh).</description>
    <link>https://forem.com/ashishkumarsinghh</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%2F87579%2Fd3858902-b45f-4b17-b556-3ee5b4a36fe2.jpeg</url>
      <title>Forem: Ashish Kumar Singh</title>
      <link>https://forem.com/ashishkumarsinghh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/ashishkumarsinghh"/>
    <language>en</language>
    <item>
      <title>Finally, I created a blog, Looking for Reviews and Suggestions.</title>
      <dc:creator>Ashish Kumar Singh</dc:creator>
      <pubDate>Sun, 03 May 2020 00:48:40 +0000</pubDate>
      <link>https://forem.com/ashishkumarsinghh/finally-i-created-a-blog-looking-for-reviews-and-suggestions-4d68</link>
      <guid>https://forem.com/ashishkumarsinghh/finally-i-created-a-blog-looking-for-reviews-and-suggestions-4d68</guid>
      <description>&lt;p&gt;Hey there ! Hope you are safe and enjoying the lockdown period wherever you are. &lt;/p&gt;

&lt;p&gt;I always wanted to create a blog, but Wordpress although easy, restricted me to change the things i wanted to. I wanted more control, So i tried Gatsby.&lt;/p&gt;

&lt;p&gt;Here is a link to the blog : &lt;a href="https://myblog.ashishkumarsinghh.now.sh/"&gt;https://myblog.ashishkumarsinghh.now.sh/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I am looking for suggestions and improvements. Your suggestions will be helpful to you and the community both as the code will be on Github and anyone can start from there, You will not have to waste time doing the trivial stuff.&lt;/p&gt;

</description>
      <category>gatsby</category>
      <category>vercel</category>
      <category>blog</category>
      <category>react</category>
    </item>
    <item>
      <title>Send messages just by a POST request</title>
      <dc:creator>Ashish Kumar Singh</dc:creator>
      <pubDate>Tue, 14 Apr 2020 10:43:58 +0000</pubDate>
      <link>https://forem.com/ashishkumarsinghh/send-messages-just-by-a-post-request-ied</link>
      <guid>https://forem.com/ashishkumarsinghh/send-messages-just-by-a-post-request-ied</guid>
      <description>&lt;h1&gt;
  
  
  msgco
&lt;/h1&gt;

&lt;p&gt;A customizable and extensible messaging system.&lt;/p&gt;

&lt;h1&gt;
  
  
  Use Case
&lt;/h1&gt;

&lt;p&gt;Suppose you have a critical task running on your server, and you want to be notified when it completes or there is an error. You just have to make a POST request with the below specified payload and a message will be sent to the numbers you specify as parameter and text you specify as parameter with the POST request.&lt;/p&gt;

&lt;p&gt;You don't need to signup on any messaging service, don't have to setup anything, just a simple POST request.&lt;/p&gt;

&lt;h1&gt;
  
  
  Application flow
&lt;/h1&gt;

&lt;ol&gt;
&lt;li&gt;Register for the API. (not implemented)&lt;/li&gt;
&lt;li&gt;Send POST request with numbers Array, and message body.&lt;/li&gt;
&lt;li&gt;msgco service sends SMS to all the numbers provided.&lt;/li&gt;
&lt;/ol&gt;

&lt;h1&gt;
  
  
  API Endpoint
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://msgco.herokuapp.com/critical/api"&gt;https://msgco.herokuapp.com/critical/api&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Expected Payload for POST request at endpoint
&lt;/h1&gt;

&lt;p&gt;{to : "number, number", body: "message body"}&lt;/p&gt;

&lt;h1&gt;
  
  
  How to Run it ?
&lt;/h1&gt;

&lt;ol&gt;
&lt;li&gt;git clone &lt;a href="mailto:git@github.com"&gt;git@github.com&lt;/a&gt;:ashishkumarsinghh/msgco.git&lt;/li&gt;
&lt;li&gt;cd msgco&lt;/li&gt;
&lt;li&gt;yarn or npm install&lt;/li&gt;
&lt;li&gt;yarn start or npm start&lt;/li&gt;
&lt;/ol&gt;

&lt;h1&gt;
  
  
  Github Repo
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://github.com/ashishkumarsinghh/msgco"&gt;https://github.com/ashishkumarsinghh/msgco&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Limitations
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;Currently because of Twilio Trial account the messages can be sent only to my number as it is verified.&lt;/li&gt;
&lt;li&gt;If you want to send msgs, you have to set the following parameters in Zeit/Heroku/Local production environment.

&lt;ul&gt;
&lt;li&gt;TWILIO_SID (you can get it from Twilio Console)&lt;/li&gt;
&lt;li&gt;TWILIO_TOKEN(you can get it from Twilio Console)&lt;/li&gt;
&lt;li&gt;TWILIO_NUM(you can get it from Twilio Console)&lt;/li&gt;
&lt;li&gt;MYNUM(This is your verified number with Twilio)&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>twiliohackathon</category>
      <category>node</category>
      <category>heroku</category>
      <category>twilio</category>
    </item>
    <item>
      <title>React App for Covid-19 stats and figures in India.</title>
      <dc:creator>Ashish Kumar Singh</dc:creator>
      <pubDate>Sat, 28 Mar 2020 06:15:04 +0000</pubDate>
      <link>https://forem.com/ashishkumarsinghh/react-app-for-covid-19-stats-and-figures-in-india-1j9h</link>
      <guid>https://forem.com/ashishkumarsinghh/react-app-for-covid-19-stats-and-figures-in-india-1j9h</guid>
      <description>&lt;p&gt;This article is about showing a simple React app which i created to look up Covid-19 Stats in India. It has been deployed at &lt;a href="https://covid-19-india.now.sh/"&gt;https://covid-19-india.now.sh/&lt;/a&gt; using Zeit Now. I have tried to make it responsive. The Graph has been made using ChartJS. Bootstrap is being used for UI things.&lt;/p&gt;

&lt;p&gt;The github repo is located at :  &lt;a href="https://github.com/ashishkumarsinghh/Covid-19-india"&gt;https://github.com/ashishkumarsinghh/Covid-19-india&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Requesting for your suggestions on improvements. Would love to have few more people who can contribute to it, in any way, be it issues or features or suggestions.&lt;/p&gt;

&lt;p&gt;Looking forward to hear from you !&lt;/p&gt;

</description>
      <category>react</category>
      <category>bootstrap</category>
      <category>covid19</category>
      <category>india</category>
    </item>
  </channel>
</rss>
