Archives - May 2016
May 27, 2016 2:44 pm
Published by Prasannika
Pioneered by Swiss computer scientist and programmer Martin Odersky, Scala is a general-purpose programming language that boasts a strong static type. It was designed to satisfy many of the shortcomings of Java, supporting interchangeable libraries between the two languages. Scala...
Read More
May 26, 2016 8:09 pm
Published by Mark Trego
Everyone says JavaScript has transformed web development, and that its libraries are obliterating long established programming languages. BUT, everyone also says that most websites still rely on PHP. Doesn’t really add up, does it? PHP and similar languages have been...
Read More
May 25, 2016 7:08 pm
Published by Mark Trego
If you’re a web developer and you don’t use Angular 2 to create mobile and desktop web applications, then you’re doing it wrong. Everyone knows the web development industry is evolving fast—really fast. Angular 2 is no longer just a...
Read More
May 23, 2016 3:20 pm
Published by Gerard Millares
Now that we’ve covered the basic workings of Erlang, let’s dive deep into the nitty gritty. We looked at how to create a simple Erlang code which prints ‘Hello World’ on the screen and have also looked into the Erlang...
Read More
May 23, 2016 12:11 am
Published by Gerard Millares
“How long does it take for someone with very little programming experience to become an Erlang expert?” This is one of the most frequently asked questions when it comes to Erlang (and all other programming languages for that matter), but...
Read More
May 22, 2016 5:40 am
Published by Gerard Millares
Programmers have always known that new programming languages need to be learned to keep their skills marketable in the workplace. That trend is not only continuing – it seems to be increasing due to the rate of change taking place...
Read More
May 20, 2016 6:22 pm
Published by Mark Trego
Programming enthusiasts are flowing towards object oriented programming languages like C++, Java and Python in waves. So when someone says that learning a functional programming language like Erlang is a great option, it’s both surprising and confusing in equal measure....
Read More
May 20, 2016 1:48 pm
Published by Prasannika
If not, you will soon. Designed by Graydon Hoare, Rust is a general-purpose compiled programming language that emphasis safe, concurrent coding. The idea for creating such a language came in the late 2000s when Mozilla employee Graydon Hoare was working...
Read More
May 13, 2016 4:31 pm
Published by Prasannika
Have you heard of Julia programming? If not, you probably will soon. This dynamic high-level programming language is able to meet the unique needs of scientific computing while still being an effective tool for general-purpose coding, web development, and specification...
Read More
May 10, 2016 7:48 pm
Published by Gerard Millares
The Google Go (golang) programming language was used as the basis for Docker from the start due to Go’s outstanding performance and reliability. Golang is still gaining traction due to Google using it as the basis for other large projects,...
Read More