Python by Example: Learning to Program in 150 Challenges

This post is going to introduce a new book about Python programming via examples. Python is the present quickest developing programming language. This drawing-in and refreshingly unique guide separates the…

Building a Web Server in VirtualBox

Sorry, this entry is only available in Tiếng Việt.

Understanding Array in JavaScript

The array is one of the most commonly used data structures in computer programming. Basically, arrays are used to store multiple values in a single variable and then we retrieve…

How to use console dot table in Console

This post shows how to use console.table to display a JSON data as the table in DevTool panel in Console tab