Best Laptops for Programming

regalia

Your standard laptop doesn’t look the way it once did, either, with dozens of convertible designs that rethink the standard clamshell to take advantage of touch interfaces. Some laptops double as tablets, with hinges that bend and fold, while other touch-enabled PCs are actually slate tablets that come with hardware […]

The Importance of Decoupled Objects in OOP

regalia

In OOP (object oriented programming) it’s important to remember why you are building an application with objects instead of mere functions (procedural programming). Sometimes programmers will treat objects more like functions which completely defeats the purpose of objects in the first place! The purpose of this post is to explore […]

CHIP-8 Programming Language

regalia

The Computer programming language CHIP-8 was originally developed by a Design Engineer by the name of Joe Weisbecker at RCA Labs, USA (1975-76). It’s reason for being was simply to allow users of low cost Microcomputers to write there own Video Games without the complication of having to deal with […]

What Makes PHP Different From a Programming Language?

regalia

There are many software languages like C, C++, C#, Java, Java Script, PHP, Pearl, and Ruby etc amongst these PHP is perhaps the most powerful and easy to grasp language. The computer was introduced to solve complex mathematical calculations. PHP is probably the most important scripting language amongst other programming […]