Posts

Simple explanation of NodeJS

 ·   1 min read

NodeJS is a framework (run time environment) that allows you to run programs written in JavaScript. NodeJS is used for creating applications that sit on servers, for example a web server.

What is Mainframe?

 ·   1 min read

Up till now we’ve looked solely at distributed server technology to host business applications. The is another type used within larger organisations and financial institutions, Mainframe technology. What’s the difference between distributed Server technology...

Why Learn Java?

 ·   1 min read

A quick look at some of the advantages of learning Java for someone looking to get into programming: Syntactically (the way Java is written) it’s is similar to a lot of programming...

What is a server platform?

 ·   1 min read

In previous posts such as Linux vs Unix and Types of computer architecture (part 1) we’ve looked at operating systems and types of computer architecture. If you haven’t read these previous posts you may want to....

Types of Database

 ·   1 min read

We looked at different data stores in the Types of Data Store post. Different data stores are suited to different use cases. This post focuses on one type of data store called a database. A database...