Year: 2017

[Azure] News for developers, May 2017

Are you having trouble keeping track of everything that’s going around in Azure? You’re not alone! In an effort to do so myself, I’m starting a monthly series called “News for developers” which is exactly that: a summary of all of the Azure flavored news specifically for software developers. Now this is based on my

Read more

[Azure] WordPress and Azure Redis Cache

I a quest to optimize the performance of my WordPress powered site, I thought I’d give Redis Cache a go. Redis Cache has become the industry default when it comes to caching in a key-value style. Azure has a Redis Cache offering which you can use to enhance the performance of any app. If you’re

Read more

[O365] Adding your chatbot to Skype for Business

Have you been coding your chat bot using the Microsoft Bot Framework? Good news! One of the long awaited features is finally here: the Skype for Business channel! Using this channel, you can now get your but to communicate with users using Skype for Business. This is especially good news for enterprises where S4B is

Read more

[VS2017] Unable to login “failed to refresh access token”

I was running into this weird error today. For some reason (you know… it happens) Visual Studio lost it’s license. I was still logged in, but requested to re-enter my credentials. So I tried, but I kept getting errors. I then thought: let’s log out and log in again. So yeah, that didn’t happen…

Read more

[NL] Global Azure Bootcamp @ mStack!

Afgelopen jaar begon ik aan een nieuwe baan. Na 4 jaar werken voor Atos vond ik het tijd voor wat anders. Destijds verruilde ik een werkgever met ongeveer 75 collega’s voor eentje met 75.000 collega’s in 4 jaar tijd groeide dat bedrijf uit naar 100.000 man. Leuke tijd gehad, veel kunnen leren en de mogelijkheid

Read more

[Azure] Using Azure Functions Proxies

If you’ve started using Functions in Azure and you’ve got multiple set-up by now, you’ll start to find that managing them becomes a bit cumbersome, especially when you’ve spread them across multiple instances. All of the instances will have a different base URL and you might find it difficult to keep naming and versioning in

Read more

[Column] Laat je niet verleiden, deel 2

Sorry, dit onderwerp houd me bezig. Twee weken terug schreef ik deel 1 van deze column, vandaag volgt deel twee. Misschien komt er ook nog wel een deel 3, we zullen zien. Waarom een deel 2? Omdat ik in deel 1 eigenlijk nog helemaal niet aan de titel ben toegekomen. Want nu weet je nog steeds

Read more

[Column] Laat je niet verleiden!

72 jaar. Zo lang is het geleden dat we als mensheid een einde maakten aan de 2e wereld oorlog. Eigenlijk nog helemaal niet zo heel lang geleden, 72 jaar. Er leven nog genoeg mensen die er toen ook al waren. Er leven nog veel meer mensen die geboren zijn als gevolg van die oorlog. Na de jaren

Read more

[Azure] Using precompiled DLL’s for your Functions

One of the cool things about Azure Functions is that they are very easy to get started. You create a new function, type some code and you’re off. This is very nice from a getting started point of view, but once you’re considering to use them for more than just playing around, other things come

Read more