devxlogo

Dev Issues

R Comes to the Enterprise with Microsoft R Server

R?is the most widely used programming language in the world of data science and heavily used for statistical modelling and predictive analytics. The popularity of R is driving many commercial

The Evolution of Config Files from INI to TOML

Configuration files (a.k.a config) are files that contain different options that programs can read and let you control the operation of the program without making code changes. Back in the

Comparing Analytics Platforms: Azure vs. AWS

With the leading cloud providers now racing against time to complete their offerings in the analytics space, enterprises are spoilt for choice. Not only are there many offerings to choose

Tips for Unit Testing with Mocks

Unit testing is a well established practice to ensure your code actually does what it’s supposed to do. If you have good test coverage — most of your code has tests that