<?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: amirabourogaa</title>
    <description>The latest articles on DEV Community by amirabourogaa (@amirabourogaa).</description>
    <link>https://dev.to/amirabourogaa</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%2F814071%2Fe9a3659e-517b-4fed-82ab-f4228ba42dae.png</url>
      <title>DEV Community: amirabourogaa</title>
      <link>https://dev.to/amirabourogaa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/amirabourogaa"/>
    <language>en</language>
    <item>
      <title>How to create a mobile app with expo</title>
      <dc:creator>amirabourogaa</dc:creator>
      <pubDate>Wed, 03 Aug 2022 11:45:18 +0000</pubDate>
      <link>https://dev.to/amirabourogaa/how-to-create-a-mobile-app-with-expo-1kj8</link>
      <guid>https://dev.to/amirabourogaa/how-to-create-a-mobile-app-with-expo-1kj8</guid>
      <description>&lt;p&gt;Expo Cli is an easy way to create and develop react native application with live changes bundling&lt;br&gt;
Go to the cmd:&lt;br&gt;
npx create-expo-app my-app &lt;br&gt;
cd my-app&lt;br&gt;
expo start&lt;br&gt;
Happy hacking :D&lt;/p&gt;

</description>
    </item>
    <item>
      <title>WHY JavaScript ???</title>
      <dc:creator>amirabourogaa</dc:creator>
      <pubDate>Sat, 12 Feb 2022 20:23:29 +0000</pubDate>
      <link>https://dev.to/amirabourogaa/why-javascript--2npk</link>
      <guid>https://dev.to/amirabourogaa/why-javascript--2npk</guid>
      <description>&lt;p&gt;When I started my experience in coding I didn't find understand which programing language I have to choose &lt;br&gt;
and with many researches I found out that the best choice is JAVASCRIPT which is is a dynamic computer programming language. It is lightweight and most commonly used as a part of web pages, whose implementations allow client-side script to interact with the user and make dynamic pages. It is an interpreted programming language with object-oriented capabilities. &lt;br&gt;
Also , I wanted to highlight many advantages of the usage of JavaScript:&lt;br&gt;
&lt;strong&gt;Less server interaction&lt;/strong&gt; − You can validate user input before sending the page off to the server. This saves server traffic, which means less load on your server.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Immediate feedback to the visitors *&lt;/em&gt;− They don't have to wait for a page reload to see if they have forgotten to enter something.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Increased interactivity&lt;/strong&gt; − You can create interfaces that react when the user hovers over them with a mouse or activates them via the keyboard.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Richer interfaces&lt;/strong&gt; − You can use JavaScript to include such items as drag-and-drop components and sliders to give a Rich Interface to your site visitors. &lt;/p&gt;

&lt;p&gt;I wanted finally to encourage you to learn JS to be able to create beautiful web application and it's the starting point for many other opportunities &lt;/p&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
