Must Read
10 Languages That Compile to JavaScript
JavaScript might fall short when comes to complex applications. To avoid this problem, several new languages and transpilers of existing ones have been created. This article includes a list of ten interesting languages that can be transpiled to JavaScript to be executed in the browser or on a platform like Node.js.
Learn
3 Best Node JS Courses
Node makes it possible to use JavaScript code for back-end web development! Want to learn how to use JavaScript for back-end development? Check out these top three courses for learning Node.JS
An Introduction to Web Scraping with Node JS
Web scraping is extracting data from a website. In this tutorial you’ll learn how to scrape static websites with Node.js, request, and CheerioJS.
The Power of Elm in JavaScript
Franzé Jr. discusses about the power of Elm and why is it considered the future of front end development that will change the world.
How Angular Protects Us From XSS Attacks?
XSS is one of the attacks that can affect your website. This post presents how Angular protects us from XSS attacks. Read the article and learn.
Tools & Code
Node.js Forked Again Over Complaints of Unresponsive Leadership
The fork is called Ayo. It stems from a controversial vote to remove a member (Rod Vagg) from Node’s TSC, and Rod has also responded in turn.
Vue.js + Brunch: The Webpack Alternative You've Been Hungry For
This article shows how incredibly easy it is to set up a Vue.js + Brunch project, cover some of the pros and cons of Brunch, and serve up a few tasty brunch puns on the way.
Creating Custom Inputs With Vue.js
Component-based libraries or frameworks such as Vue have given us the wonderful ability to create reusable components. In this tutorial, you will learn how to create custom inputs with Vue.js.