<?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: Kirsten A. Gosselin</title>
    <description>The latest articles on DEV Community by Kirsten A. Gosselin (@kirstenagossel1).</description>
    <link>https://dev.to/kirstenagossel1</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%2F514358%2Fe13edb77-746c-4ec5-b8b2-c8184a30f057.jpg</url>
      <title>DEV Community: Kirsten A. Gosselin</title>
      <link>https://dev.to/kirstenagossel1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kirstenagossel1"/>
    <language>en</language>
    <item>
      <title>Best JavaScript Frameworks 2020</title>
      <dc:creator>Kirsten A. Gosselin</dc:creator>
      <pubDate>Wed, 25 Nov 2020 09:57:35 +0000</pubDate>
      <link>https://dev.to/kirstenagossel1/best-javascript-frameworks-2020-5cbe</link>
      <guid>https://dev.to/kirstenagossel1/best-javascript-frameworks-2020-5cbe</guid>
      <description>&lt;p&gt;&lt;strong&gt;1.Angular&lt;/strong&gt;&lt;br&gt;
The 1st place in our list of Best JavaScript Frameworks goes to &lt;a href="https://creativomentes.com/what-is-angularjs-used-for-difference-between-angularjs-and-reactjs/"&gt;Angular&lt;/a&gt;. Angular  is the best front end framework used for making single page applications.&lt;br&gt;
This single page applications are made using simple HTML and TypeScript. Today Angular is used for developing large scale projects in big companies.&lt;br&gt;
Angular is one of the most secure JavaScript Framework used for developing  applications. Currently millions of websites are using Angular including Microsoft, IBM and Google.&lt;br&gt;
Component Based Architecture in Angular saves you a lot of time and also provide consistency for larger applications.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2.ReactJS&lt;/strong&gt;&lt;br&gt;
The 2nd spot in the list goes to &lt;a href="https://creativomentes.com/what-is-react-js-difference-between-reactjs-and-react-native/"&gt;ReactJS&lt;/a&gt;. One of the favourite JavaScript Framework of most of the developers.&lt;br&gt;
It is an open source front end JavaScript Library that was created by Facebook.React introduced a Component Based Architecture for creating interactive UIs and mainly for developing single page applications.&lt;br&gt;
React's concept of ‘Virtual DOM’ that only renders components that have changed instead of rendering the whole page. It uses simple JSX syntax.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3.VueJS&lt;/strong&gt;&lt;br&gt;
The 3rd rank in our list goes to VueJS. Vue.js is an open source front end MVVM or model-view-viewmodel JavaScript Framework developed by Evan You in 2014, and is used to develop interactive User Interfaces(UIs) and Single Page Applications.&lt;br&gt;
It is written in JavaScript and TypeScript.Its main goal is to provide UIs that are as simple as possible.&lt;br&gt;
Vue.js is more lightweight &lt;a href="https://creativomentes.com/top-5-and-best-javascript-frameworks-2020-front-end-framework/"&gt;JavaScript Framework&lt;/a&gt; as compared to ReactJS and AngularJS.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4.EmberJS&lt;/strong&gt;&lt;br&gt;
The 4th spot in this list goes to EmberJS. It is an open source JavaScript Framework used for developing single page web applications.&lt;br&gt;
 Ember is a full stack framework which supports development of large scale projects. While in comparison Vue.js does not support development of large scale projects.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5.ExpressJS&lt;/strong&gt;&lt;br&gt;
The last JavaScript Framework on my list is ExpressJS. It is an open source software under the MIT.&lt;br&gt;
Express is used as a back end web application for Node.js and it is used for developing web applications and APIs. It facilitates rapid development of Node based applications.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>frameworks</category>
      <category>angular</category>
      <category>frontend</category>
    </item>
    <item>
      <title>Semantic elements in HTML</title>
      <dc:creator>Kirsten A. Gosselin</dc:creator>
      <pubDate>Tue, 17 Nov 2020 07:03:30 +0000</pubDate>
      <link>https://dev.to/kirstenagossel1/semantic-elements-in-html-1oe</link>
      <guid>https://dev.to/kirstenagossel1/semantic-elements-in-html-1oe</guid>
      <description>&lt;p&gt;&lt;strong&gt;What are Semantic Elements ?&lt;/strong&gt;&lt;br&gt;
Semantic elements are elements that have a meaning, which defines the purpose of the elements. &lt;/p&gt;

&lt;p&gt;Semantic elements helps the browser and the developers understand the meaning of content.&lt;/p&gt;

&lt;p&gt;It helps the search engine to retrieve information faster.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Non semantic elements :&lt;/strong&gt; These are elements with no meaning, they can contain any kind of information.&lt;br&gt;
For ex : div tag, it explains nothing what kind of information it can contain.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://creativomentes.com/semantic-elements-in-html/"&gt;Semantic elements&lt;/a&gt; : Elements with meaning.&lt;br&gt;
Here are some of the Semantic elements of HTML5.&lt;br&gt;
header&lt;br&gt;
footer&lt;br&gt;
nav&lt;br&gt;
article&lt;br&gt;
aside&lt;br&gt;
section&lt;br&gt;
summary&lt;/p&gt;

</description>
      <category>html</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
