by dotnetnerd
3. October 2016 11:49
Today I chose to take up an old advice and picked a track that was completely out of my comfort zone for the first day of GOTO. When jumping off the deep end you might as well do it completely, so I decided to go for a number of talks on Deep Learning Analytics.
I had high hopes because the first talk was an introduction to the subject called “what is it and what can it do for you”. Sadly the talk didn’t really do it for me, because it started out really theoretical, and Diogo Almeida seemed almost too passionate, which meant that he started speaking really fast and jumped between usecases, both current and some for the possible future.
More...
by DotNetNerd
3. October 2016 08:58
This year is, believe it or not, the 20th anniversary of the GOTO conference. So I think the expectations are high, with the event being hosted at the Bella Center.
Dan North, who is a regular speaker at GOTO, was tasked with doing the first half of the keynote, and as always he delivered. The topic was on the future of agile, so a topic that I have seen Dan speak about a number of times. He went over how we are still a young industry with the vast majority of us being the first in our families to work in IT.
More...
by DotNetNerd
29. September 2016 10:52
One of the things that makes GOTO special for me is that it is the one conference i visit every year where I run into developers with so many different backgrounds. Most conferences are in one way or another centered around one platform and one programming language. Even though GOTO started as a Java conference back when it was called Jaoo, this is no longer the case, with Microsoft being regulars on the speaker list, and with tracks on languages like Elixir, Pearl and NodeJS being a regular occurance in the past.
More...
by dotnetnerd
13. September 2016 07:40
So it's that time of the year again. GOTO Copenhagen is just around the corner, and this year it is the 20th anniversary, so I expect it to be an even bigger deal than it normally is. It certainly looks like it, with the event being hosted at the Bella Center on the 3.-4. October, and with a very impressive speaker lineup.
More...
by DotNetNerd
13. July 2016 07:19
One of the nice features of functional programming languages like F# is the lack of null. Not having to check for null every where makes code a lot less errorprone. As the saying goes "What can C# do that F# cannot?" NullReferenceException". Tony Hoare who introduced null references in ALGOL even calls it his billion-dollar mistake. The thing is that although this is quite a known problem, it is not trivial to introduce non nullable types into an existing language, as Anders Hejlsberg talked about when I interviewed him at GOTO back in 2012.
With version 2.0 of TypeScript we do get non-nullable types, which has been implemented as a compiler switch --strictNullChecks. More...
by DotNetNerd
26. May 2016 11:27
One of the really nice things about Azure Webapps is the support for running Webjobs. Most large webapplications will at some point need some data or media processed by a background process, and for that Webjobs are a perfect fit.
More...
by dotnetnerd
11. May 2016 12:49
A few weeks ago Microsoft introduced the concept of "Cool" Blob Storage on Azure, which means that you get REALLY cheap storage for data that you don't access very often - backup being an obvious usecase. In my case I have used Dropbox for backups for a while, and although it works fine for a certain amount of data, it is not really a good fit for backing up that family photos and videos once a year from the home NAS.
More...
by DotNetNerd
29. March 2016 12:59
A core value that Azure brings to modern projects, is to enable developers to take control of the deployment process, and make it fast and painless. Sure scalability is nice, when and if you need it, but the speed and flexibility in setting up an entire environment for your application is always valuable - so for me this is a more important feature of Azure. Gone are the days of waiting at best days, most likely weeks and maybe even months for the IT department to create a new development or test environment.
More...
by dotnetnerd
11. February 2016 14:08
Visual Studio Online was recently renamed Visual Studio Team Services, which more accurately tells you what it is about. Sure, you can still browse and edit code, but it is just one feature, and not really a core one at that. On my current project I have had the chance to dive in a little deeper, and have a look at some of the features that VSTS has to offer. Although I have often been critical of these kinds of products, VSTS has been mostly a pleasent acquaintance.
More...
by DotNetNerd
21. December 2015 14:11
So it's that time again. Another year has past, and like so many others I want to take a little time to look back at how I have spent my nerdy hours. Most importantly it has been my second years as an independent consultant, and I am still enjoying the freedom and the chance to work on projects that are very different. More...