<?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: Sharmila kannan</title>
    <description>The latest articles on DEV Community by Sharmila kannan (@sharmi2020).</description>
    <link>https://dev.to/sharmi2020</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%2F1053848%2F3ac5114c-a851-44b3-9938-f7406fb8b9c1.jpg</url>
      <title>DEV Community: Sharmila kannan</title>
      <link>https://dev.to/sharmi2020</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sharmi2020"/>
    <language>en</language>
    <item>
      <title>"Yoga For Life" by wix studio</title>
      <dc:creator>Sharmila kannan</dc:creator>
      <pubDate>Mon, 01 Jul 2024 04:31:18 +0000</pubDate>
      <link>https://dev.to/sharmi2020/yoga-for-life-by-wix-studio-36ia</link>
      <guid>https://dev.to/sharmi2020/yoga-for-life-by-wix-studio-36ia</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqpwg65u2k8ro4qcojio5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqpwg65u2k8ro4qcojio5.png" alt="Image description" width="800" height="424"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8imvnowg628i579ueh4q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8imvnowg628i579ueh4q.png" alt="Image description" width="800" height="361"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkxjzt84lb78zmdvdp2os.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkxjzt84lb78zmdvdp2os.png" alt="Image description" width="800" height="373"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>wixstudiochallenge</category>
      <category>webdev</category>
      <category>javascript</category>
    </item>
    <item>
      <title>One Byte Explainer</title>
      <dc:creator>Sharmila kannan</dc:creator>
      <pubDate>Fri, 14 Jun 2024 09:29:48 +0000</pubDate>
      <link>https://dev.to/sharmi2020/one-byte-explainer-57b0</link>
      <guid>https://dev.to/sharmi2020/one-byte-explainer-57b0</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/cs"&gt;DEV Computer Science Challenge v24.06.12: One Byte Explainer&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Explainer
&lt;/h2&gt;

&lt;p&gt;Local storage ,Session storage and Cookies:&lt;br&gt;
&lt;strong&gt;Local storage&lt;/strong&gt;:&lt;br&gt;
    It was just a web storage mechanism used to store the data locally whenever the user shuts down the window there is no loss of our data(storage capacity:upto5MB)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Session storage&lt;/strong&gt;:&lt;br&gt;
     It was also allows use to store data in a web browser but for the short amount of time(i.e. window get closed).we can retrieve values by using methods like get, set&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cookies:&lt;/strong&gt;&lt;br&gt;
       It was used to small amount data in web browser when compared to local and session usage of cookies like authentication, tracking and maintaining session state&lt;/p&gt;

&lt;h2&gt;
  
  
  Additional Context
&lt;/h2&gt;

</description>
      <category>devchallenge</category>
      <category>cschallenge</category>
      <category>computerscience</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Frontend challenge June edition</title>
      <dc:creator>Sharmila kannan</dc:creator>
      <pubDate>Tue, 04 Jun 2024 14:56:14 +0000</pubDate>
      <link>https://dev.to/sharmi2020/frontend-challenge-june-edition-51ma</link>
      <guid>https://dev.to/sharmi2020/frontend-challenge-june-edition-51ma</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/frontend-2024-05-29"&gt;Frontend Challenge v24.04.17&lt;/a&gt;, CSS Art: June.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Inspiration
&lt;/h2&gt;

&lt;p&gt;Sizzling Summer&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://codepen.io/sharmi2020-the-styleful/pen/LYoyrKQ"&gt;https://codepen.io/sharmi2020-the-styleful/pen/LYoyrKQ&lt;/a&gt;&lt;br&gt;
website URL&lt;br&gt;
&lt;a href="https://challengedev.netlify.app/"&gt;https://challengedev.netlify.app/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Journey
&lt;/h2&gt;

</description>
      <category>frontendchallenge</category>
      <category>devchallenge</category>
      <category>css</category>
    </item>
    <item>
      <title>front end challenge</title>
      <dc:creator>Sharmila kannan</dc:creator>
      <pubDate>Sat, 20 Apr 2024 14:07:09 +0000</pubDate>
      <link>https://dev.to/sharmi2020/front-end-challenge-5a3p</link>
      <guid>https://dev.to/sharmi2020/front-end-challenge-5a3p</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/devteam/join-us-for-the-next-frontend-challenge-earth-day-edition-52e4"&gt;Frontend Challenge v24.04.17&lt;/a&gt;, CSS Art: Earth Day.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Inspiration
&lt;/h2&gt;

&lt;p&gt;Earth day challenge&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/sharmi2020/Dev-challenge"&gt;https://github.com/sharmi2020/Dev-challenge&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Journey
&lt;/h2&gt;

</description>
      <category>frontendchallenge</category>
      <category>devchallenge</category>
      <category>css</category>
    </item>
    <item>
      <title>why to prefer React over other Frameworks</title>
      <dc:creator>Sharmila kannan</dc:creator>
      <pubDate>Mon, 08 Apr 2024 10:05:32 +0000</pubDate>
      <link>https://dev.to/sharmi2020/why-to-prefer-react-over-other-frameworks-2gda</link>
      <guid>https://dev.to/sharmi2020/why-to-prefer-react-over-other-frameworks-2gda</guid>
      <description>&lt;p&gt;Library:&lt;br&gt;
   React is the Javascript library which uses the virtual DOM (clone of  a real DOM) and it is used to create more attractive user Interfaces.&lt;/p&gt;

&lt;p&gt;What is mean by Virtual DOM??&lt;br&gt;
    Virtual DOM is a light weight copy of a actual DOM while actual DOM is slow but manipulation using virtual DOM is fast whenever there is a change in the state of any element, a new Virtual DOM tree is created. This new Virtual DOM tree is then compared with the previous Virtual DOM tree and make a note of the changes. &lt;/p&gt;

&lt;p&gt;User Interfaces:&lt;br&gt;
    Helps to build user Interfaces using  bootstrap,material UI,Tailwind&lt;/p&gt;

&lt;p&gt;Components:&lt;br&gt;
    In react each and every elements are reusable and we easily reuse those by using these by simply importing and exporting inside our components&lt;/p&gt;

&lt;p&gt;Conclusion&lt;br&gt;
     when comparing to other frontend frameworks like Angular,vue,svelte.React is much easier to learn other than that  React was preferred over by many companies,React community is the largest one&lt;/p&gt;

</description>
    </item>
    <item>
      <title>FETCH API</title>
      <dc:creator>Sharmila kannan</dc:creator>
      <pubDate>Thu, 21 Mar 2024 03:39:14 +0000</pubDate>
      <link>https://dev.to/sharmi2020/fetch-api-7nd</link>
      <guid>https://dev.to/sharmi2020/fetch-api-7nd</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for DEV Challenge v24.03.20, One Byte Explainer: Browser API or Feature.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Explainer
&lt;/h2&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Fetch Api is the JavaScript interface used to make asynchronous request (HTTP) to the servers from the web browsers.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;fetch always returns the promise to resolve the response object, there is no need for XMLHttp.&lt;/p&gt;

&lt;h2&gt;
  
  
  Additional Context
&lt;/h2&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;* There are also some fetch Api methods like
 Get,Put,Post and Delete
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;ul&gt;
&lt;li&gt;Another advantage of Fetch Api it is more compatible with 
CORS (used to make connection with another domain easily) and 
JSON (easy to parse and process responses)&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>frontendchallenge</category>
      <category>devchallenge</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
