JavaScript
-
Python, Java, Node.js or others for back-end development? What is your weapon? Back-end Roadmap 2019
Back-end development differs greatly when compared to front-end, because there are exponentially more routes you can take. In this article, I’ll help you navigate those choices to make sure you […]
-
Greeting JavaScript: Thanos Snap Effect Tutorial with JavaScript
Thanos’ snap effect is one of the best Easter egg from Google that I really like. But since Google obfuscate their code, it’s a little bit hard to see the technique […]
-
Learn React from Scratch: Creating your first React App
Creating a React App Introduction to React Every year, a bunch of frameworks has been released based on JavaScript programming language. After getting accustomed to and have some prerequisites in […]
-
Working with JavaScript for a while, have you heard about npm and why do you need it?
What is npm? npm (stands for Node.js package manager) is a package manager for the JavaScript programming language and the world’s largest software registry. It is the default package manager […]
-
Learn JavaScript Arrays from Scratch
In a few previous parts, we’ve been working and handling some core topics in JavaScript. We are already known that a variable is a container for value and store that […]
-
10 Essential Interview Questions Every JavaScript Developer Should Know
JavaScript is special, and it plays a critical role in almost every large application. What is it about JavaScript that makes it meaningfully different from other languages? Here are some […]
-
Understand var, let and const keywords in JavaScript
JavaScript ECMAScript 2015 or ES6 was released in 2015 is the version that has the most significant changes and new features in JavaScript up to this point. In this article, […]
-
Functions in JavaScript – A Gentle Introduction
In some previous articles, we have been playing around with JavaScript for a while and learn some fundamental topics. Today, we are going to learn a brand new concept of […]
-
JavaScript ECMAScript6 (ES6) History
JavaScript Versions: ES6 and Before You might have seen the term “ES6” or “Javascript ES6” and wondered what it actually means. Well wonder no further, because we’re going to dive […]