<?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: Joshua Aclan</title>
    <description>The latest articles on DEV Community by Joshua Aclan (@darkknight).</description>
    <link>https://dev.to/darkknight</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%2F255154%2F399f77f5-21f7-4e23-88e3-1462527410c2.jpg</url>
      <title>DEV Community: Joshua Aclan</title>
      <link>https://dev.to/darkknight</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/darkknight"/>
    <language>en</language>
    <item>
      <title>How do I make this website better and SEO optimized?</title>
      <dc:creator>Joshua Aclan</dc:creator>
      <pubDate>Mon, 11 Apr 2022 23:38:56 +0000</pubDate>
      <link>https://dev.to/darkknight/how-do-i-make-this-website-better-and-seo-optimized-472a</link>
      <guid>https://dev.to/darkknight/how-do-i-make-this-website-better-and-seo-optimized-472a</guid>
      <description>&lt;p&gt;I made this blog site and I am new to publishing something in the web for the public. How do I improve it and make it SEO optimized. &lt;a href="http://theupwardfall.com/"&gt;Click Here &lt;/a&gt; for the link. &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>tutorial</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>Why not to use JQuery in a JavaScript Framework.</title>
      <dc:creator>Joshua Aclan</dc:creator>
      <pubDate>Tue, 22 Oct 2019 08:26:34 +0000</pubDate>
      <link>https://dev.to/darkknight/why-not-to-use-jquery-in-a-javascript-framework-497f</link>
      <guid>https://dev.to/darkknight/why-not-to-use-jquery-in-a-javascript-framework-497f</guid>
      <description>&lt;p&gt;Simple.... You just shouldn't... Its not wrong, but its overkill and at the same time you are under-powering all the features that your Framework has. Okay... Lets, go back in history and try to understand why JQuery was even invented. Back in the old days like the OLD days around 2006 - 2012... JavaScript was not yet a standard and it doesn't support cross browser DOM manipulation. Therefor someone had an Idea to make a JS library to band aid that wound in the world of web development. However, years later that wound would be healed. &lt;/p&gt;

&lt;p&gt;JavaScript has become a norm for web browsers and is now standardized across all platforms making JQuery no longer relevant. But hey! I'm not saying developers should stop using JQuery... But I'll warn you. Once you rely on JQuery you will have a harder time adjusting to new frameworks as it doesn't use the common syntax, and it has a rather distinct DOM implementations, after all JQuery is just another JavaScript library...&lt;/p&gt;

&lt;p&gt;Back to the topic at hand on Why You shouldn't use JQuery in a framework? &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Because it'll just make your app heavy.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Everything JQuery can do, VanillaJS/JS/TypeScript can do better and faster.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It results to a terribly large amount of JavaScript code written.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Frameworks already has its OWN LIBRARY. JUST READ THE DOCS!!!&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;And finally... JQuery is  no longer relevant as mentioned above. It was a band aid solution on a wound that's already healed. It served its purpose...DONE&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Alright! Little disclaimer... I'm not telling developers or aspiring developers to not use JQuery at all... But at the same time decide for yourselves whether its still relevant.&lt;/p&gt;

&lt;h1&gt;
  
  
  jqueryvsjs #react #vue #angular
&lt;/h1&gt;

</description>
    </item>
  </channel>
</rss>
