Recent Posts
-
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 […]
-
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 […]
-
Greeting JavaScript: Hello World!
Undeniably, JavaScript is the most popular programming language according to Stack Overflow Survey 2018. As a consequence, it’s a great choice to start with this language. It runs almost every […]
-
Learn The Essential Git Commands Part 2
In part 1, we have learned what are Git and Github, the relationship between them, learn how to fork, clone a repository, add files to a dictionary and how to […]
-
Reasons Why You Should Learn Ruby
Many Ruby developers find it fun to work with Ruby, and fun is a great motivator when learning to code. Ruby is a very high-level language, which means Ruby abstracts […]
-
Learn Ruby: Method
Hello friends, from this period of time. I’ll try my best to write more article that all of us could learn together and I hope you like that idea. Today, […]
-
A Complete Beginner Guide to Git and Github
If you are a software developer, using Git is inevitable during software development, especially when doing open source Github is an ideal place to store source code and collaborate with […]
-
Greeting JavaScript: for Loop, ES6 Loops & Beyond
JavaScript is one of the most popular programming languages today, if you are a newbie or you’ve just come to this field. JavaScript is a great way to start. Like […]
-
Top 4 Best Books To Learn JavaScript Deeply for JavaScript lovers
In this article, I want to give you reviews of some of the most prominent books for learning JavaScript. But first off, let me ask you, why should you learn […]
-
[ALGORITHM IN JAVASCRIPT] 01: INTRODUCTION TO ALGORITHM
Hi friends, as you can see writing code isn’t enough, to become a programmer you need to have a certain ability to think. To train thinking as a programmer, solving […]