Tag: learn to code together
-
Think Python: How to Think Like a Computer Scientist (free PDF)
Think Python 2nd Edition by Allen B. Downey Besides Learn Python the Hard Way 3rd Edition, Think Python: How to Think Like a Computer Scientist is also a great introduction to Python […]
-
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 […]
-
Greeting JavaScript: If, else, else if, switch statements and ternary operator in JavaScript
On a daily basis, we often do task based on the real condition. For example, if the weather is nice today, then we can go outside and do some cool […]
-
Clean Code – A Handbook of Agile Software Craftsmanship (free ebook download)
Even bad code can function. But if code isn’t clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of […]
-
A Great Introduction to Data Types, Operators and Variables in JavaScript
In the previous article, we have learned the very first lesson on JavaScript that provides you the taste of this language, learn how to interact, run a JavaScript file with […]
-
JavaScript: The Definitive Guide – Activate Your Web Pages (free ebook download)
Perhaps many JavaScript developers know or heard about this book – with over 1000 pages, in the first part this book will begin with core JavaScript about variable, function, object, […]
-
The Skills Poor Programmers Lack
A friend and I had a discussion about the basic skills that are often lacking of experienced programmers. How can a programmer work for ten or twenty years and never […]