Archive for October 2020

#DevHack: Dynamic manifests for Progressive Web App aka PWA

In the previous #DevHack, I told you how to use deep links in your PWA for Microsoft Teams. This approach I currently implemented in one of my proof of concepts. Another functionality that my POC needed to have is to have dynamic manifest creating for the PWA. Info #DevHack: Deep linking to Microsoft Teams in Android and iOS In this #DevHack, I will tell you how you can make it possible to get dynamic manifests for your PWA using Azure Static Web Apps and Azure Functions.

Read more

Running the CollabDays Benelux event on Azure Static Web App

This article recaps the CollabDays Benelux event that BIWUG and DIWUG organized together and happened on the 24th of October. We held the event virtually due to Covid-19, like most of the events in 2020. We decided that we wanted to do this as a virtual event together around May/June timeframe to make sure we could let it happen.

Read more

#DevHack: Deep linking to Microsoft Teams in Android and iOS

This week #DevHack is about opening Microsoft Teams deep links from your solution/app. For a new proof of concept, I wanted to open a chat/app from my PWA app quickly. Luckily Microsoft Teams supports this with their deep links functionality. Info Read more about Microsoft Teams deep links here: deep links documentation In the documentation, it states that you must use the https://teams.

Read more

What is the right approach to cache data in your solution?

We all want to be the fastest. We all want to make sure our apps outperform others, but what do you need to do for it? In this article, I will explain what the best approach is to cache your solutions. Important When building on top of a platform like SharePoint, you will always have to deal with the fact that you cannot be faster than the platform itself.

Read more

#DevHack: Simple caching in Node.js Azure Functions

Azure Functions do not have an out-of-the-box caching mechanism. For caching, the recommended way would be to use a distributed cache like Azure Cache or Redis. These services each come with their price tag and might be too robust for the cache you want to create or need. For Azure Function created with C#, you can use the good old memory cache.

Read more

#DevHack: Microsoft Edge - Network Console

For a long time, I loved using Postman for API testing. Ever since the Chrome apps got deprecated, the experience was not the same anymore. Since then, I have been using Charles, Insomnia, and some other tools. This week I discovered an experimental feature in Microsoft Edge which allows you to edit and replay API calls from within the browser.

Read more
Back to top