<?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: Tech Master</title>
    <description>The latest articles on DEV Community by Tech Master (@aliglelo).</description>
    <link>https://dev.to/aliglelo</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%2F168983%2Fd0e42a82-4925-47ed-82de-dcca7a1b522e.png</url>
      <title>DEV Community: Tech Master</title>
      <link>https://dev.to/aliglelo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aliglelo"/>
    <language>en</language>
    <item>
      <title>Firefox Relay (Beta)</title>
      <dc:creator>Tech Master</dc:creator>
      <pubDate>Thu, 30 Jul 2020 08:56:38 +0000</pubDate>
      <link>https://dev.to/aliglelo/firefox-relay-beta-1np3</link>
      <guid>https://dev.to/aliglelo/firefox-relay-beta-1np3</guid>
      <description>&lt;h2&gt;
  
  
  Wait is over for beta testers for firefox relay
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Firefox relay is a new service  by mozilla which offers a free(at least for now) Email forwarding by creating various aliases.It allows you to sign in with your firefox account and make aliases which will forward emails sent to those aliases to your own email address.This service is still in beta and you could only get access by signing up on the firefox relay website.&lt;/li&gt;
&lt;li&gt;  For now aliases are random combination of words and numbers which will be generated upon "create new alias" button.It allocates a simple button which allows you to stop or turn on email forwarding.The aliases generated are disposable  by clicking a simple "Delete" button.&lt;/li&gt;
&lt;li&gt;This service of mozilla is currently allowing to have an individual 5 aliases at a time.while we can delete any alias to generate a new one.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Its time for your thoughts on this service, so what do you think of this project.
&lt;/h4&gt;

</description>
      <category>firefox</category>
      <category>relay</category>
      <category>privacy</category>
    </item>
    <item>
      <title>Dynamic html table from Json response.</title>
      <dc:creator>Tech Master</dc:creator>
      <pubDate>Thu, 02 Apr 2020 14:12:32 +0000</pubDate>
      <link>https://dev.to/aliglelo/dynamic-html-table-from-json-response-4a5p</link>
      <guid>https://dev.to/aliglelo/dynamic-html-table-from-json-response-4a5p</guid>
      <description>&lt;p&gt;Hello,&lt;br&gt;
I am a newbie a want to make a simple static corona tracker website but the problem is that the data which i want to use is in &lt;code&gt;json&lt;/code&gt; format.&lt;br&gt;
So my question is how can i generate a dynamic html table from json response i get from the API?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;For Reference, link of json data is &lt;br&gt;
&lt;a href="https://covid-rest.herokuapp.com/pakistan"&gt;https://covid-rest.herokuapp.com/pakistan&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The api response is of the following type:&lt;br&gt;
&lt;code&gt;{"code":200,"message":"OK","data":{"country_name":"pakistan","total_cases":"2291","new_cases":"173","total_death":"31","new_death":"4","total_recovered":"107","active_cases":"2153","critical_cases":"12","tot_cases_per_million":"10","tot_death_per_million":"0.1"}}&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>json</category>
      <category>html</category>
      <category>jsontohtml</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Need help!</title>
      <dc:creator>Tech Master</dc:creator>
      <pubDate>Wed, 06 Nov 2019 02:52:53 +0000</pubDate>
      <link>https://dev.to/aliglelo/need-help-f7d</link>
      <guid>https://dev.to/aliglelo/need-help-f7d</guid>
      <description>&lt;h2&gt;
  
  
  Hello everybody
&lt;/h2&gt;

&lt;h3&gt;
  
  
  I am a newbie in web devvelopement and want to make a html table with 3 colums from the json array stored in a separate file.
&lt;/h3&gt;

&lt;h2&gt;
  
  
  Currently I  have only html table and it is difficult to manage such a large table by hand and it also makes index file much larger..
&lt;/h2&gt;

&lt;p&gt;so I jast wanted a method to store contetnts of table in a separate json file and then build a table using javascript which would be easier and cleaner to manage..&lt;/p&gt;

&lt;h2&gt;
  
  
  so How can I do it?
&lt;/h2&gt;

</description>
      <category>javascript</category>
      <category>json</category>
      <category>html</category>
    </item>
  </channel>
</rss>
