<?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: Simo Mazil</title>
    <description>The latest articles on DEV Community by Simo Mazil (@simomazil).</description>
    <link>https://dev.to/simomazil</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%2F9601%2F5eee1077-6617-44a0-a020-c456bfcb5b02.jpeg</url>
      <title>DEV Community: Simo Mazil</title>
      <link>https://dev.to/simomazil</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/simomazil"/>
    <language>en</language>
    <item>
      <title>What's the last advice you read ?</title>
      <dc:creator>Simo Mazil</dc:creator>
      <pubDate>Thu, 13 Jun 2019 10:42:57 +0000</pubDate>
      <link>https://dev.to/simomazil/what-s-the-last-advice-you-read-3on2</link>
      <guid>https://dev.to/simomazil/what-s-the-last-advice-you-read-3on2</guid>
      <description>&lt;h3&gt;
  
  
  The first rule of functions is that they should be small. The second rule of functions is that &lt;em&gt;they should be smaller than that&lt;/em&gt;
&lt;/h3&gt;

&lt;p&gt;from : &lt;strong&gt;The Robert C. Martin Clean Code Collection (Collection)&lt;br&gt;
by Robert C. Martin&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>advice</category>
    </item>
    <item>
      <title>Does anyone work with MeteorJS anymore ?</title>
      <dc:creator>Simo Mazil</dc:creator>
      <pubDate>Tue, 11 Jun 2019 12:12:13 +0000</pubDate>
      <link>https://dev.to/simomazil/does-anyone-work-with-meteorjs-anymore-41ha</link>
      <guid>https://dev.to/simomazil/does-anyone-work-with-meteorjs-anymore-41ha</guid>
      <description>&lt;p&gt;I'm fullStack JavaScript developer for three years now, and I have been working with a lot of JavaScript tools and frameworks but mainly I'm using meteorJS, So does anyone use meteor nowadays ? and what you think of it ? Let's discuss! &lt;/p&gt;

</description>
      <category>discuss</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Difference between JavaScript, jQuery and anything else you can write in JavaScript</title>
      <dc:creator>Simo Mazil</dc:creator>
      <pubDate>Mon, 10 Jun 2019 12:19:56 +0000</pubDate>
      <link>https://dev.to/simomazil/difference-between-javascript-jquery-and-anything-else-you-can-write-in-javascript-5920</link>
      <guid>https://dev.to/simomazil/difference-between-javascript-jquery-and-anything-else-you-can-write-in-javascript-5920</guid>
      <description>&lt;p&gt;In 2014 when I first started building UIs with HTML and CSS at some point I needed something dynamic and it obviously there was only JavaScript who can do the job! but because I needed to build some animation stuff in my UIs I learned jQuery instead of JavaScript Vanilla, and for a long time I thought that I'm using JavaScript and jQuery is JavaScript !&lt;/p&gt;

&lt;p&gt;So that post will only help people who are confused like I was :)&lt;/p&gt;

&lt;p&gt;JavaScript is a programming language for the web, which means If you want to build a UX in your web page, JavaScript is the first thing or the least you can use.&lt;/p&gt;

&lt;p&gt;jQuery in the other hand is a JavaScript library, which means It's created on top of JavaScript and you should use only when you need it.&lt;/p&gt;

&lt;p&gt;If you use some JavaScript frameworks you will probably not need jQuery because those frameworks will handle almost any interactions with your DOM elements.&lt;/p&gt;

&lt;p&gt;When I used to work with PHP frameworks like Laravel I used jQuery a lot, any UX related thing I only use jQuery because it was fast and easy to use, and now I work with MeteorJS and I dont use jQuery anymore because for first MeteorJS handle the events and the rendered of your UIs and even If you can use jQuery to get value of your fields for example! you dont wanna use, plain JavaScript will do the job clean and fast.&lt;/p&gt;

&lt;h2&gt;
  
  
  To Sum Up
&lt;/h2&gt;

&lt;p&gt;If you are new to the web development like I was it's better to learn how to use the language (JavaScript) first instead of the libraries (jQuery).&lt;/p&gt;

&lt;p&gt;Alright this is my first post here or anywhere, I hope this is helpful for some people and thanks for reading.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>jquery</category>
    </item>
  </channel>
</rss>
