I Quit My Job

I’ve been a happy eBay employee for 3½ years now, but a day hasn’t gone by, without me thinking about how it would be to be my own boss. For years now, I have been dreaming about being a software entrepreneur. During the summer holiday, it became clear…

Another take on an agile process

Looking through this year’s program for GOTO Aarhus [http://gotocon.com/aarhus-2014/], I quickly spotted a trend. Even though the Scrum training is there, the usual talks titled something like, “This is how you do Scrum” and “An introduction to Kanban” are missing from this year’s program. Don’…

Elasticsearch migrations with C# and NEST

It should be so easy: NoSQL databases and their schemaless approach to the world. Say goodbye to tables, primary keys, foreign keys, and most importantly – Migration! Unfortunately the reality is not quite as black and white. I’ve been working with NoSQL databases such as Elasticsearch [http://www.elasticsearch.org/…

Blogging from GOTO again this year

I’m happy to say that I will attend the GOTO Aarhus conference as a blogger again this year. Last year was a great success with 10 blog posts written in just a few days. I did some preparing last year, something that I probably won’t have time for…

Introducing NuGet Server

A couple of months ago I had to install a simple NuGet server on an internal server. There’s a few options working out of the box like ProGet and MyGet. For various reasons I couldn’t host my feed in the cloud and ProGet sort of felt like overkill…

Running Elasticsearch on Linux using Vagrant

I have been running Elasticsearch on Windows for almost two years now. As a .NET developer and general happy Windows user, choosing a known environment have some advantages. In fact Elasticsearch runs pretty smooth on Windows, but it’s no secret, that the support for running Elasticsearch on Linux has…

My Danish Developer Conference 2014 Program

Time for another Danish Developer Conference! I enrolled last year [https://thomasardal.com/my-danish-developer-conference-2013-program/] as well, but didn’t actually make it to the conference (a lot of anaconda action going on a the toilet 🙁 ). Once again the program looks sweet and a perfect fit for both my day job…

Setting up a NuGet server with ProGet

Ever wondered how to setup your own NuGet [http://www.nuget.org/] server? nuget.org have a guide [http://docs.nuget.org/docs/creating-packages/hosting-your-own-nuget-feeds] and I actually hosted a couple of feeds that way in the past. At my day job [http://www.ebaycareers.com/] we implement a lot…