Category Archives: Development Languages

ARM Development boards and their low-level coding Data-sheets

Low level Arm Processor Development Starting to get to grips with coding on any computer system is not a simple task. At the very start you need to select an appropriate coding language and then choose the best possible learning … Continue reading

Posted in computer fundamentals, Development boards, Development Languages, Radxa rock, Raspberry pi, Software | Tagged , , , , , , , , , , , | Leave a comment

Raspberry Pi GPIO programming

GPIO – Starting from the pins up During the last week of study I have spent a lot of time looking at many online references that relate to Coding for GPIO input and output on the Raspberry PI along with … Continue reading

Posted in Development board hardware, Development Languages, Linux, Operating systems, Radxa rock, Raspberry pi, Uncategorized, Windows 10 IOT core | Tagged , , , , , , , | Leave a comment

Raspberry Pi development projects and GPIO coding

Ever Since the launch in early 2015 of the Raspberry Pi 2 and followed one year later in early 2016 with the Pi 3, the Raspberry PI development board is now with out question a fully usable desktop computer, provided … Continue reading

Posted in Development board hardware, Development boards, Development Languages, Linux, Raspberry pi, Single board computers | Tagged , , , , , , , , , , | Leave a comment

Linux command shells

Unix and Linux command shells Within the Unix and Linux operating systems , a command shell is an operating system service/application that takes commands from a terminal emulator program or from a script source file and performs any given commands … Continue reading

Posted in computer fundamentals, Development Languages, Linux, Operating systems | Tagged , , , , , , , , , , , , , , | Leave a comment

Numeric base systems of (Binary, Octal, Hex-decimal and Decimal)

Computer related numeric systems and their written representation In My last post I talked a little about the way computers see both their pre-defined commands in the form of machine code instructions that are grouped into applications by a programmer. … Continue reading

Posted in computer fundamentals, Development Languages, Programming skills | Tagged , , , , , , , , , , , , | 1 Comment

ARM (SOC – system on a chip) CPU’s , Programming from the ground up …….

Having spent the last three weeks deep in programming language study, reclaiming some C++ and Assembly language skills, I am more than overdue a post here 🙂 These three weeks however have prepared me very well to start sharing some … Continue reading

Posted in Banana Pi M2, Development board hardware, Development Languages, Programming skills, Radxa rock | Tagged , , , , , , , , , , , | 1 Comment

Pascal a programming language , its history and some example code.

Pascal is just one of many programming languages that you can select in order to learn programming skills and then for developing professional applications. This Wiki page details much about the language of Pascal , Pascal was named in honour … Continue reading

Posted in Computer History, Development Languages, Pascal, Programming skills | Tagged , , , , , , , , , , , | Leave a comment

Learning application programming ( Action related V Object related)

Sample Object Orientated code Why is learning to code these days so hard ? If your just starting out trying to learn how to write application code it will not take you long before you hit one of the biggest … Continue reading

Posted in Development Languages, Programming skills | Tagged , , , , , , , , | Leave a comment

Learning Coding skills the fast way

learning programming language’s the best way Learning to program a computer these days is about as simple and yet complicated as it has ever been, when I firsts started coding commercial applications it was on IBM Mid-range and Main-frame computers … Continue reading

Posted in Development Languages, Programming skills, Python, Raspberry pi | Tagged , , , , , , , , , | Leave a comment

Lets talk Flow charts and the art of Pseudo-code

Talking Flow charts and Pseudo-code Before you learn any computer programming language its always a good idea to first learn what they will be used for and just how you will be using them to write applications. Whether you use … Continue reading

Posted in Development Languages, Programming skills | Tagged , , , , , | Leave a comment