Learning R

Today I spent some time learning the R language. The problem I was trying to solve was to convert local prices of some items into Euros. I had been using a fixed exchange rate for all data, but as exchange rates fluctuate so much this is incorrect. My first though was to find a free API that I could query to get the...

Hello? You have probably like me almost forgotten about this blog. Life has got in the way over the last few months, but lets see if I can restart my blogging habit. In 2017 I want to start a side project for a few reasons. I want to improve my coding skills and look at things I wouldn’t normally during my day job. I...

LINQ

What is LINQ? LINQ is an acronym for Language Integrated Query, which describes where it’s used and what it does. The Language Integrated part means that LINQ is part of programming language syntax. In particular, both C# and VB are languages that ship with .NET and have LINQ capabilities. How do I use LINQ in my C#...

Imposter Syndrome

This week I handed in my notice at a job I have had for almost ten years. In a few weeks time I will start a brand new job as a web applications developer. This is a great achievement for me and a great chance to learn and expand my development skills. However moments after I handed my notice in, a huge wave of...

DZone

For a while now I have been sharing some of my blog posts on the Dzone website. The Dzone website allows users to submit links to content and I have been submitting the content I have created on this website. This is how Dzone describes themselves: With over 1 Million members, DZone.com is one of the web’s largest...