Programming

Computer programming is the process of designing, writing, testing, debugging, and maintaining the source code of software. Here we’ll cover tutorials on several topics related to Programming.

Should I Learn to Program in JavaScript

JavaScript

Over the past few months there has been a heated debate about whether everyone should learn to code or if it's a specialized skill that should be left to the professionals. Software developer Jeff Atwood from StackOverflow/Coding Horror stirred up a hornet's nest when he wrote an article titled 'Please Don't Learn to Code', inviting the wrath of the opposing team by …
Continue Reading »

5 Key Steps to Become a Successful PHP/ MySQL Developer

PHP MySQL Developer

When it comes to creating a dynamic website with data storing capability, site developers choose PHP and MySQL along with other applications. The combination of these two have emerged as most effective and popular choice. This may be attributed to two main factors. Both these applications are available under open source licenses and their combination is secured and …
Continue Reading »

Programming on Linux Part 2: C++, Java, .Net Programming on Linux

Complie and Execute C++ Program

In our earlier articles, we showed C programming on Linux. The second part of the tutorial covers C++, Java and .Net programming basics, including installation, compiling your first program and running your first program on Linux. If you seriously want to learn how to use Linux with your favorite languages such as C, C++, .NET and Java, then you must give this advice at …
Continue Reading »

C programming on Linux: the Tutorial

C Program Execution

Linux is a platform that can be used for the development of programs and applications using languages such as C. In fact, it is likely the best operating system for beginners due to its simplicity. We would strongly recommend that if you are just starting out programming, then you should embrace the Linux platform because it is a great world to be in. C is a very tight …
Continue Reading »