<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Top 15 resources for learning JavaScript &#124; Opensource.com</title>
	<atom:link href="http://www.epanorama.net/blog/2017/12/12/top-15-resources-for-learning-javascript-opensource-com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.epanorama.net/blog/2017/12/12/top-15-resources-for-learning-javascript-opensource-com/</link>
	<description>All about electronics and circuit design</description>
	<lastBuildDate>Wed, 06 May 2026 22:19:07 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.14</generator>
	<item>
		<title>By: click now</title>
		<link>https://www.epanorama.net/blog/2017/12/12/top-15-resources-for-learning-javascript-opensource-com/comment-page-1/#comment-1786605</link>
		<dc:creator><![CDATA[click now]]></dc:creator>
		<pubDate>Tue, 15 Nov 2022 17:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=61860#comment-1786605</guid>
		<description><![CDATA[I think my biggest issue is learning, I never really learned how to &#039;learn&#039; like take notes or &#039;study&#039; things. I always wondered why I had so much trouble learning things and it was because I never learned how to study. It&#039;s a hard thing to grasp, but there are different ways of studying. Take notes, do homework, read books and so on.]]></description>
		<content:encoded><![CDATA[<p>I think my biggest issue is learning, I never really learned how to &#8216;learn&#8217; like take notes or &#8216;study&#8217; things. I always wondered why I had so much trouble learning things and it was because I never learned how to study. It&#8217;s a hard thing to grasp, but there are different ways of studying. Take notes, do homework, read books and so on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2017/12/12/top-15-resources-for-learning-javascript-opensource-com/comment-page-1/#comment-1728092</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Thu, 14 Oct 2021 08:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=61860#comment-1728092</guid>
		<description><![CDATA[Build and sell your own API $$$ (super simple!)
https://www.youtube.com/watch?v=GK4Pl-GmPHk

You need to sign up here to follow along: https://bit.ly/rapidapi-hub

In this video I show you how to make a profitable API and sell it on the RapidAPI Hub.

00:00 Introduction
03:20 Overview of the final product
03:44 Creating a RapidAPI Account
04:21 Creating our Node.js Project
15:25 Routing in Express
21:44 Getting a news source
30:15 Getting multiple news sources
38:42 Getting an Individual new source by parameter
48:59 Refactoring and Prep for Deployment
49:39 Creating our API on RapidAPI
50:33 Deploying to Heroku
53:44 Adding our Endpoints to RapidAPI
56:39 Adding Pricing Plans
57:36 Publishing our API]]></description>
		<content:encoded><![CDATA[<p>Build and sell your own API $$$ (super simple!)<br />
<a href="https://www.youtube.com/watch?v=GK4Pl-GmPHk" rel="nofollow">https://www.youtube.com/watch?v=GK4Pl-GmPHk</a></p>
<p>You need to sign up here to follow along: <a href="https://bit.ly/rapidapi-hub" rel="nofollow">https://bit.ly/rapidapi-hub</a></p>
<p>In this video I show you how to make a profitable API and sell it on the RapidAPI Hub.</p>
<p>00:00 Introduction<br />
03:20 Overview of the final product<br />
03:44 Creating a RapidAPI Account<br />
04:21 Creating our Node.js Project<br />
15:25 Routing in Express<br />
21:44 Getting a news source<br />
30:15 Getting multiple news sources<br />
38:42 Getting an Individual new source by parameter<br />
48:59 Refactoring and Prep for Deployment<br />
49:39 Creating our API on RapidAPI<br />
50:33 Deploying to Heroku<br />
53:44 Adding our Endpoints to RapidAPI<br />
56:39 Adding Pricing Plans<br />
57:36 Publishing our API</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2017/12/12/top-15-resources-for-learning-javascript-opensource-com/comment-page-1/#comment-1728090</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Thu, 14 Oct 2021 08:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=61860#comment-1728090</guid>
		<description><![CDATA[Code Mario in JavaScript with Kaboom.js!
https://www.youtube.com/watch?v=2nucjefSr6I

In this video I show you how to build a Mario in JavaScript using the Kaboom.js library in my code editor of choice.

Easy JavaScript Game Development with Kaboom.js (Mario, Zelda, and Space Invaders) - Full Course
https://www.youtube.com/watch?v=4OaHB0JbJDI&amp;t=0s

Learn how use JavaScript and Kaboom.js to create three classic video games. You will create games similar to Space Invaders, Super Mario Bros. and Legend of Zelda. Kaboom.js makes makes it easier and quicker to create games.]]></description>
		<content:encoded><![CDATA[<p>Code Mario in JavaScript with Kaboom.js!<br />
<a href="https://www.youtube.com/watch?v=2nucjefSr6I" rel="nofollow">https://www.youtube.com/watch?v=2nucjefSr6I</a></p>
<p>In this video I show you how to build a Mario in JavaScript using the Kaboom.js library in my code editor of choice.</p>
<p>Easy JavaScript Game Development with Kaboom.js (Mario, Zelda, and Space Invaders) &#8211; Full Course<br />
<a href="https://www.youtube.com/watch?v=4OaHB0JbJDI&#038;t=0s" rel="nofollow">https://www.youtube.com/watch?v=4OaHB0JbJDI&#038;t=0s</a></p>
<p>Learn how use JavaScript and Kaboom.js to create three classic video games. You will create games similar to Space Invaders, Super Mario Bros. and Legend of Zelda. Kaboom.js makes makes it easier and quicker to create games.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
