Archives for Articles

Articles

70 Years Of “Hello, World!” With 50 Programming Languages

Time travel in the world of computer programming. The “Hello, World!” program is a classic when you start with a programming language. Thus, all programmers have at least completed a “Hello, World!” program during their careers. Programmers generally using more than one programming language during their careers, most of them have even realized more than a dozen at least. There…
Continue Reading
Android

Create a NFC Reader Application for Android

NFC (Near Field Communication) is an international standard for contact less exchange of data in very small range with a maximum distance of 10 centimeters between 2 devices. The specifications of NFC are made by the NFC Forum, a consortium of 170 companies and members including Mastercard, Nokia, Samsung or still Samsung. The Android SDK offers a support to read…
Continue Reading
Articles

Create a Bitcoin Price Index Watcher in HTML5

Everyone is talking about Bitcoin. The Bitcoin madness and the Blockchain revolution seem to be taking over the world. So, why not learning how to consume REST Web Services in HTML5 by creating a Bitcoin Price Index Watcher? In that tutorial, you are going to learn how to make AJAX requests in HTML5 by consuming a Web Service provided by…
Continue Reading
Articles

Creating a Rock Paper Scissors Game in Java with a Markov Chain for the AI

Rock Paper Scissors Lizard Spock Game is an extended version of the classical Rock Paper Scissors game first mentioned in the Season 2 of “Big Bang Theory” by Sheldon Cooper. As Sheldon Cooper explains, the rules of RPSLS are the following : “Scissors cuts paper, paper covers rock, rock crushes lizard, lizard poisons Spock, Spock smashes scissors, scissors decapitates lizard,…
Continue Reading
Articles

How Can You Explore All Microsoft AZ-300 Exam Topics Thanks to Practice Tests from Exam-Labs?

Microsoft AZ-300, Microsoft Azure Architect Technologies, is designed for the professionals who have the relevant skills and knowledge in network, compute, security, and storage and can design solutions that function on Azure. Suffice to mention that it is one of the two exams that lead to the award of the Microsoft Certified: Azure Solutions Architect Expert credential. This certification guide…
Continue Reading
Android

Java vs Python: Which Programming Language Should an Android App Developer Use?

From start to finish, developing a mobile app on Android requires an immense amount of planning, work and testing. But in order to learn how to create an Android app, you’ll first need to learn a compatible programming language to script your app with. Currently, two of the most preferred languages for Android app development are Java and Python. These…
Continue Reading
Articles

Discover the Java’s History from the Features side

Before Java emerged as the top programming language, C++ was the real deal and the top dominant language in the industry. By creating Java, the creators wanted to tackle most of the things that C++ offered while getting rid of some of the more tedious tasks that came with the earlier languages. With Java, they reached their goal ! In…
Continue Reading
Articles

Evolution of the iPhone through the Ages and what to expect for the iPhone 8

Just this once, we are going to talk about Apple iPhone on the SSaurel's Blog. The iPhone 8 is expected to be launched during the 2017 Fall and we expect some major improvements from the iPhone 7. To better understand the evolution of the iPhone through the Ages, look at this awesome infographic : This infographic lets you to see…
Continue Reading