How JavaScript became a serious programming language
Oct28

How JavaScript became a serious programming language

JavaScript’s humble start began in 1995, when it was created in just 10 days by Brendan Eich, then an employee with Netscape Communications Corporation. JavaScript has come a long way since then, from a tool to make websites pretty to a serious programming language. read more Powered by...

Read More
Program in Arm6 assembly language on a Raspberry Pi
Oct28

Program in Arm6 assembly language on a Raspberry Pi

The Arm website touts the processor’s underlying architecture as “the keystone of the world’s largest compute ecosystem,” which is plausible given the number of handheld and embedded devices with Arm processors. Arm processors are prevalent in the Internet of Things (IoT), but they are also used in desktop machines, servers, and even high-performance computers, such as the Fugaku HPC. But why look at Arm...

Read More
5 new sudo features you need to know in 2020
Oct28

5 new sudo features you need to know in 2020

When you want to perform an action on a POSIX system, one of the safest ways to do so is to use the sudo command. Unlike logging in as the root user and performing what could be a dangerous action, sudo grants any user designated as a “sudoer”  by the sysadmin temporary permission to perform a normally restricted activity. read more Powered by...

Read More