Let’s assume you have a .net web api application and you want to access the value of a nested property in your application settings. If you want to override this property value in your Azure App Service you need be careful how you will declare the key for your nested application setting under Configuration section as there is a small...
|
«Paris Polyzos - a developer's notebook», αρχική δημοσίευση από ppolyzos, στις 29-07-2021 15:47, χωρίς σχόλια |
Recently, I started playing around with Terraform and I am very excited how easy and fast it is to provision new resources, especially when you want to try out things. And when they are not needed anymore, you can easily delete all the resources with just a single command. So, let’s get started with the basics. What is Infrastructure as...
|
«Paris Polyzos - a developer's notebook», αρχική δημοσίευση από ppolyzos, στις 16-07-2021 01:59, χωρίς σχόλια |
At installation guide of Docker Desktop one reads: Containers and images created with Docker Desktop are shared between all user accounts on machines where it is installed. This is because all Windows accounts use the same VM to build and run containers. Note that it is not possible to share containers and images between user […]
|
«George Birbilis' blog», αρχική δημοσίευση από Μπιρμπίλης Γεώργ..., στις 25-06-2021 19:18, χωρίς σχόλια |
A friend click by mistake on a message like the following at the Facebook Messenger app on Android, resulting on this same message being sent to all his Facebook friends: When I received it, of course I didn’t click it, since it uses a short url and an icon (says “Look what I found for […]
|
«George Birbilis' blog», αρχική δημοσίευση από Μπιρμπίλης Γεώργ..., στις 01-04-2021 19:36, χωρίς σχόλια |
I recently had an issue with an older Windows Server 2008 R2 server that couldn’t logout which had resulted to Remote Desktop not connecting to it anymore (not even with the “admin session” option). Luckily I had an admin go and physically cycle its power since it was a physial one without any lower level […]
|
«George Birbilis' blog», αρχική δημοσίευση από Μπιρμπίλης Γεώργ..., στις 17-02-2021 02:31, χωρίς σχόλια |
I had implemented a simple (and most importantly working in older browsers too) way of communication between an IFrame and its parent page via location.replace(“#” + hash), which doesn’t add entries to history like location.hash=… does, and the onhashchange event, when I noticed Edge-Chromium was throwing a “Throttling navigation to prevent the browser from hanging.” […]
|
«George Birbilis' blog», αρχική δημοσίευση από Μπιρμπίλης Γεώργ..., στις 10-02-2021 18:58, χωρίς σχόλια |
I have been trying recently to troubleshoot a WordPress website that was not detecting available core and plugin updates. So I installed WordPress Debug Bar plugin and after enabling WP_DEBUG in wp-config.php I could open the Debug menu from the WordPress admin bar and see some errors being logged. At the wp-content/wp-debug.log file that I […]
|
«George Birbilis' blog», αρχική δημοσίευση από Μπιρμπίλης Γεώργ..., στις 26-01-2021 17:35, χωρίς σχόλια |
I got a nice expression software charity bundle with Corel Painter 2020 (current version is 2021) and a bunch of brushes in it and then noticed that the brush packs where available for download as separate installers than the Painter software. So I launched one of the brush pack installers from the command-line (can give […]
|
«George Birbilis' blog», αρχική δημοσίευση από Μπιρμπίλης Γεώργ..., στις 22-01-2021 11:11, χωρίς σχόλια |
During the summer I was fortunate enough to take part in Summer in Greece Festival, a five-day event by Microsoft Learn Student Ambassadors in which MVPs, MCTs, and Microsoft Employees will present and deep dive to Microsoft technologies. My talk was about a Durable Functions, an extension of Azure Functions that lets you write stateful functions in a serverless compute environment. Source Code You...
|
«Paris Polyzos - a developer's notebook», αρχική δημοσίευση από ppolyzos, στις 14-11-2020 09:08, χωρίς σχόλια |
In Greece we are using the US keyboard layout and that means that the tilde key (~) is placed next to number 1 at the top left corner of the key, like the following picture: About a year ago we moved to Luxembourg and my old Macbook died, so I had to replace it with a new one that unfortunately...
|
«Paris Polyzos - a developer's notebook», αρχική δημοσίευση από ppolyzos, στις 09-10-2020 12:54, χωρίς σχόλια |
 |