Basics

Git reference

August 2017 · 1 minute read

Reference for the sequence of git commands when working individually or in teams on a single project.
Read More…

Computer Networking Glossary

December 2015 · 4 minute read

This is a descriptive glossary of computer networking terms, explaining individual components and how they fit together, based on recent research and implementations.
Read More…

What is a Server?

October 2015 · 4 minute read

What is a Server? This article is going to describe a broad overview of the term 'server'. There is a range of server types, which do things slightly different to one another but before looking into specialist types, it is vital to understand what a server essentially is and does in the first place.
Read More…

Command Line for windows

October 2015 · 1 minute read

This article describes how to use command line with windows to create a new dir with a new .txt file, rename the file,  edit and display file contents. Remove the file and remove the dir.
Read More…

Linked List

August 2015 · 1 minute read

The following article, assisted with representational diagrams, describes in simple terms what a linked list is and the data structures which create them.
Read More…

Command Line for Mac OS x

August 2015 · 3 minute read

This tutorial will explain how to use command line basics for beginners with mac os x, including examples of creating and destroying directories and files.
Read More…

Represent Numbers in Binary

August 2015 · 1 minute read

A binary number is a sequence of bits. Bits can either be on or off (1 or 0). If one bit in a binary code is switched from 'on' to 'off', it can affect the overall result of whole the code. Learn how to represent numbers in binary and understand what that means.
Read More…