Must Read
The six best programming languages to learn right now.
Developer hubs such as Stack Overflow and GitHub release data on the most popular languages on their platforms. JavaScript is #1!
Sponsor (Thank You)
Find A Frontend Job Through Vettery
Vettery specializes in developer roles and is completely free for job seekers. Interested? Submit your profile, and if accepted onto the platform, you can receive interview requests directly from top companies seeking frontend devs.
Learn
Iterators in JavaScript
Iterator is a design pattern that allows us to traverse over a list or collection. This is an excellent post by Akshendra Pratap Singh that deals about the subject.
Adding Particle Effects to DOM Elements with Canvas
A neat tutorial showing how to create a striking HTML-to-particle effect.
FacebookJavaScriptLoginHelper
A helper class for getting a FacebookSession using the session from the Facebook SDK for JavaScript.
Crafting beautiful UX with API requests
A very informative and comprehensive post by Ryan Baker on how to craft beautiful UX with API requests.
The Definitive Guide to JavaScript Dates
Working with dates can be complicated. No matter the technology, developers do feel the pain. This post will ease the pain in dealing with dates in JavaScript.
Misc
I need to place a countdown timer within a sentence
A Sitepoint forum question on how to place a countdown timer within a sentence using JavaScript and the awesome answers from the masters.
Change text of a button on click!
How to change the text of a button in a single click? Read the informative answers by the masters in this forum thread.