<?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: 3x3</title>
    <description>The latest articles on DEV Community by 3x3 (@3x3).</description>
    <link>https://dev.to/3x3</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%2F663755%2F95737220-e5cb-4038-92f1-1160c3294641.png</url>
      <title>DEV Community: 3x3</title>
      <link>https://dev.to/3x3</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/3x3"/>
    <language>en</language>
    <item>
      <title>Express JS. Why You Should Learn It In 2023</title>
      <dc:creator>3x3</dc:creator>
      <pubDate>Thu, 05 Jan 2023 16:15:36 +0000</pubDate>
      <link>https://dev.to/3x3/express-js-why-you-should-learn-it-in-2023-124l</link>
      <guid>https://dev.to/3x3/express-js-why-you-should-learn-it-in-2023-124l</guid>
      <description>&lt;p&gt;If you're questioning whether expressJS is worth learning, let me give some reasons for why you should.&lt;br&gt;
Express is a nodeJS framework that provides lots of features for building web and mobile apps. It is modern and versatile.&lt;br&gt;
It makes developing applications easy and fast because it gives you built in functions for things such as routing.&lt;br&gt;
Another upside of express is that it is written in Javascript, and if you already know a little something about js then express will be easy.&lt;/p&gt;

&lt;p&gt;Express is also &lt;a href="https://www.tutorialspoint.com/nodejs/nodejs_event_loop.htm#:~:text=Event%2DDriven%20Programming,for%20the%20event%20to%20occur." rel="noopener noreferrer"&gt;event-driven&lt;/a&gt;, making it fast and suitable for handling many requests at the same time.&lt;/p&gt;

&lt;h2&gt;
  
  
  Here are some examples of projects that can be built in express
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Online Photo Collage Maker&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Real-time Chat Application&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;A to-do app&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;An email sender (for OTPs and sign-ups)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;An online multiplayer game&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>career</category>
      <category>discuss</category>
      <category>portfolio</category>
    </item>
  </channel>
</rss>
