TenisForTwo

By Dillon Smart · · · 0 Comments

Tenis for two - the first ever video game in 1958

0 Comment

Was this helpful? Leave a comment!

This site uses Akismet to reduce spam. Learn how your comment data is processed.

5 Reasons to Use an IDE for Programming

Updated 3rd August 2022

If you’re a programmer, then you know how important it is to have the right tools for the job. And one of the most important tools for any programmer is an IDE, or integrated development environment. Let’s look at some reasons to use an IDE. What is an IDE? An IDE is a suite of

The state of JavaScript in 2024

Updated 12th January 2024

You don’t need me to tell you JavaScript is the most popular programming language. Influenced by Java and released in 1995, after only 10 days of development, as of January 2024, JavaScript can be found on 98.8% of all websites. It’s no wonder why JavaScript has gained such popularity. JavaScript’s versatility and lower barrier to

How to set up SSH on Raspberry Pi

Updated 16th August 2022

In this post, I am going to show you how to set up SSH on a Raspberry Pi. Step 1: Raspberry Pi config menu First, open a new terminal and execute the command below to open the Raspberry Pi config menu. sudo rasps-config  Select “Interfacing Options” and press ENTER. Then select “SSH” and press ENTER.