Archive for November, 2017

Atom – A Superb Text Editor for Linux

📅 November 24, 2017
Every once in a while, a program comes along that improves upon an essential tool so well that it becomes the new essential tool.

The humble text editor is one such essential tool for Linux, and the open-source Atom provides a plethora of features that make programming and text handling an attractive breeze to use.

Read the rest of this entry »

Leave a comment

gtypist

📅 November 8, 2017
Need typing practice? Try gtypist!

Read the rest of this entry »

,

Leave a comment

Let’s Learn JavaScript • Lesson 7 • Variables

📅 November 7, 2017
A variable allows us to store a value that can change during a script’s execution.

Its contents are variable — meaning it can change, and that is why it is called a variable.

Variables exist in memory, and we lose their contents when a computer is powered off or after the script is finished using it (often encountered during a concept called scope).

Read the rest of this entry »

,

Leave a comment