<?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: Zahin Alwa</title>
    <description>The latest articles on DEV Community by Zahin Alwa (@zahinize).</description>
    <link>https://dev.to/zahinize</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%2F234237%2Fbbe6ed11-278b-439e-b52e-edb4e71775ab.jpg</url>
      <title>DEV Community: Zahin Alwa</title>
      <link>https://dev.to/zahinize</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zahinize"/>
    <language>en</language>
    <item>
      <title>Essential Frontend Resources in 2019</title>
      <dc:creator>Zahin Alwa</dc:creator>
      <pubDate>Sun, 22 Sep 2019 15:29:01 +0000</pubDate>
      <link>https://dev.to/zahinize/essential-frontend-resources-in-2019-2p15</link>
      <guid>https://dev.to/zahinize/essential-frontend-resources-in-2019-2p15</guid>
      <description>&lt;p&gt;&lt;strong&gt;Frontend development&lt;/strong&gt; has taken the world by storm in the last decade with extreme progress in all web technologies (HTML, CSS, JS, etc.) sponsored and led by the biggest software companies in the world. It is arguably one of the highest paid, the most in-demand and satisfying jobs in the software industry for quite some time. This is the best time to learn it if you haven’t started already 😃!&lt;/p&gt;

&lt;h3&gt;
  
  
  Here is an exhaustive list of web resources that will help you to become a great Frontend developer in 2019.
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://developer.mozilla.org/en-US/"&gt;Mozilla Developer Network&lt;/a&gt; for frontend (Html, CSS, Js, etc.) code reference and learning 🤓. This will be your code holy book 📚 and you should follow it religiously!&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://caniuse.com/"&gt;caniuse.com&lt;/a&gt; to check ✅ cross-browser compatibility of frontend technologies.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://kangax.github.io/compat-table/es6/"&gt;kangax-js-compat-table&lt;/a&gt; to check ✅ JavaScript versions (ES5, ES6, ES2016+ etc.) compatibility across different compilers, servers/runtimes and platforms (Desktop and Mobile).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://websitesetup.org/html5-periodical-table/"&gt;html5 Periodic Table&lt;/a&gt; to learn different types of HTML5 elements and write semantic HTML markup 😎.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://web.dev"&gt;web.dev&lt;/a&gt; to learn about web 🕷 fundamentals from Google Developers 👨‍💻.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://v8.dev"&gt;v8.dev&lt;/a&gt; to learn about Google’s open-source high-performance Javascript and WebAssembly engine 🦸‍♂️ that empowers Chrome and NodeJS.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://css-tricks.com"&gt;css-tricks&lt;/a&gt; to learn everything about CSS 😻. Period.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://htmlreference.io/"&gt;htmlreference.io&lt;/a&gt;, &lt;a href="https://cssreference.io/"&gt;cssreference.io&lt;/a&gt; to have an HTML/CSS visual guide 🤩 and code reference bookmark.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.javascript.com"&gt;javascript.com&lt;/a&gt;, &lt;a href="http://javascript.info/"&gt;javascript.info&lt;/a&gt; to start learning about Javascript 😼.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://ponyfoo.com/"&gt;ponyfoo.com&lt;/a&gt; to get valuable content about the Open Web platform 🕸️.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.smashingmagazine.com/"&gt;smashingmagazine.com&lt;/a&gt; to get professional resources for web designers 🤓 and developers.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.freecodecamp.org"&gt;freecodecamp.org&lt;/a&gt; to build frontend projects and collaborate with the community 👨‍🏫.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://frontendmasters.com/"&gt;frontendmasters.com&lt;/a&gt; to advance 🔥 your skills with in-depth, modern frontend courses.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.codecademy.com"&gt;codecademy.com&lt;/a&gt;, &lt;a href="https://www.udemy.com"&gt;udemy.com&lt;/a&gt;, &lt;a href="https://www.pluralsight.com/"&gt;pluralsight.com&lt;/a&gt;, &lt;a href="https://www.lynda.com/"&gt;lynda.com&lt;/a&gt; to do free and paid 💴 online code courses.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://egghead.io/"&gt;egghead.io&lt;/a&gt; to learn the best JavaScript tools and frameworks from industry pros 😎.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://alligator.io/"&gt;alligator.io&lt;/a&gt; to quickly understand seemingly-difficult frontend code concepts 😮.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://leanpub.com"&gt;leanpub.com&lt;/a&gt; to easily write, publish and sell in-progress and completed ebooks 📚 and online courses.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://frontendfront.com"&gt;frontendfront.com&lt;/a&gt; to stay updated with the latest web news, trends and conferences 📣 happening all over the world 🌍.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://uptodate.frontendrescue.org"&gt;uptodate.frontendrescue.org&lt;/a&gt; to follow frontend leaders 🏆 , find the best resources, attend conferences, get inspired and build your stuff.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://medium.com"&gt;medium.com&lt;/a&gt; to discover, read 📖 and write 🖊 related articles.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://twitter.com"&gt;twitter.com&lt;/a&gt;, &lt;a href="https://www.instagram.com"&gt;instagram.com&lt;/a&gt; to follow people you like, discover what they do 🔍 and share your work.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.producthunt.com"&gt;producthunt.com&lt;/a&gt; to discover and submit 💯 new products.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://codepen.io"&gt;codepen.io&lt;/a&gt; to build, test 🧐 and discover frontend code.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://jsfiddle.net/"&gt;jsfiddle.net&lt;/a&gt; to build demos for libraries/framework documentation 📃 and fiddle with frontend code.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://repl.it/"&gt;repl.it&lt;/a&gt; to learn, build, collaborate and host your ideas in one place 🤩.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://codesandbox.io"&gt;codesandbox.io&lt;/a&gt; to build ✍️ and share web applications using cutting edge technologies.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://glitch.com/"&gt;glitch.com&lt;/a&gt; to build ✍️ and share your next web app/bot/demo using customisable starter templates.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com"&gt;github.com&lt;/a&gt; to host and review 🧐 code, manage projects and build software 🤖 alongside millions of developers.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://stackoverflow.com/"&gt;stackoverflow.com&lt;/a&gt; to get answers to your toughest coding questions 😁, share knowledge with your coworkers in private, and find your next dream job.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://hashnode.com/"&gt;hashnode.com&lt;/a&gt; to connect with developers all around the world and grow your career 🤓.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://dev.to/"&gt;dev.to&lt;/a&gt; to share and discover great ideas, have debates and make friends 💛.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Well, that's a wrap!&lt;br&gt;
Do you like this list? Did I miss any essential web resources that you feel should be added?&lt;br&gt;
Please let me know in the comments or collaborate on &lt;a href="https://github.com/Zahinize/essential-frontend-resources-in-2019"&gt;Github&lt;/a&gt;. Let's talk!&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Disclaimer:&lt;/strong&gt; All these resources have been chosen on popularity, relevance and effectiveness metrics. Their presence will certainly enhance your frontend developer portfolio but you can always pick and choose them :).&lt;/em&gt;&lt;/p&gt;

</description>
      <category>html</category>
      <category>css</category>
      <category>javascript</category>
      <category>react</category>
    </item>
  </channel>
</rss>
