Posts by Tag

Azure Web Apps

Using Logic Apps to build simple APIs

4 minute read

Logic Apps are Microsoft’s solution for integrations and also a codeless development platform (declarative). If you heard of Microsoft Power Automate (former...

Running EasyAuth locally

6 minute read

Azure App Service has a cool feature which enables your web apps to leverage authentication and authorization without any code changes. It is actually very p...

Staticman setup in App Service

7 minute read

Few months ago, I wrote a post about moving my blog away from WordPress to GitHub pages. While the general migration to markdown has been quite smooth, setti...

Azure Functions and Azure Files

3 minute read

Lately, I have been playing with Azure Functions. Since the release of v3 runtime, I noticed a really cool thing which signifies a nice progress in overall A...

Dynamic Cache in App Service

5 minute read

A while ago, while I was browsing Kudu's setting documentation I stumbled upon a setting that caught my eye - Dynamic Cache. I have never heard or read about...

Sending e-mail from Web Apps

4 minute read

Most of web application oriented hosters (like Azure App Service) or application hosted in Docker (in Azure, App Service on Linux), or serverless application...

Upgrading to WebJobs SDK 3.0

5 minute read

With the recent release of Azure Functions Runtime 2.0, WebJobs SDK 3.0 got released alongside. WebJobs SDK is the backbone of Azure Functions, however it ca...

UseHttpsRedirection on Azure App Service

2 minute read

Recently, when deploying a project, we have hit an interesting issue - when we deployed an ASP.NET Core 2.1 application with HTTPS redirection middleware wit...

Session locking in PHP on Azure Web Apps

6 minute read

During the last couple of weeks, users started noticing certain issues with an application that I develop on Microsoft Azure using PHP and Azure Web Apps. In...

Back to Top ↑

ASP.NET Core

Microsoft.Identity.Web Sneak Peek

2 minute read

About a year ago, I posted about Microsoft Authentication Graph Helpers. While it set an example on how to standardize identity setup in ASP.NET Core project...

A Christmas Present… for you!

4 minute read

About a week ago I announced the Microsoft Authentication Graph Helpers. Since then, I decided to publish a small, but a useful enhancement to it - AzureAdAu...

Microsoft Authentication Graph Helpers

2 minute read

I initially wanted to publish this code in summer already, but in the end, I didn't have enough time to spare to do so. Do you find yourself implementing Mic...

UseHttpsRedirection on Azure App Service

2 minute read

Recently, when deploying a project, we have hit an interesting issue - when we deployed an ASP.NET Core 2.1 application with HTTPS redirection middleware wit...

The dangers of too many cookies on a website

10 minute read

Sometimes, when browsing Microsoft’s sites, you can run into some weird errors - like Bad Request - Request too long or sometimes even Connection refused. Th...

MyGroups: B2B application sample!

1 minute read

Based on my previous post about B2B guest access to application, I made another sample called MyGroups. I think it demonstrates practical usage of both B2B g...

Forcing reauthentication with Azure AD

6 minute read

While working on a project, I stumbled upon an interesting issue - how to force the user to reauthenticate in an application - for example when accessin...

Back to Top ↑

Azure AD

Cloudflare Workers and Azure AD

7 minute read

Hey Friends! I have been gone for longer than I should, but I am back! This time, with a really cool sample for using Cloudflare’s serverless Workers platfor...

Microsoft.Identity.Web and Azure Functions

6 minute read

I recently run into an interesting situation with authentication. Since serverless and Azure Functions are gaining more and more traction, I wanted to see if...

Cross-tenant publisher verification

6 minute read

Starting in November 2020, Microsoft started limiting applications to which end-users can consent to. The setup is fairly simple if you use a single tenant f...

Microsoft.Identity.Web Sneak Peek

2 minute read

About a year ago, I posted about Microsoft Authentication Graph Helpers. While it set an example on how to standardize identity setup in ASP.NET Core project...

A Christmas Present… for you!

4 minute read

About a week ago I announced the Microsoft Authentication Graph Helpers. Since then, I decided to publish a small, but a useful enhancement to it - AzureAdAu...

Microsoft Authentication Graph Helpers

2 minute read

I initially wanted to publish this code in summer already, but in the end, I didn't have enough time to spare to do so. Do you find yourself implementing Mic...

Using ADAL for Node.js with Passport.js

4 minute read

I haven't touch Node.js much lately, however, back while I have been working with it, I was always curious, how to leverage both Passport.js with Azure AD an...

MyGroups: B2B application sample!

1 minute read

Based on my previous post about B2B guest access to application, I made another sample called MyGroups. I think it demonstrates practical usage of both B2B g...

Forcing reauthentication with Azure AD

6 minute read

While working on a project, I stumbled upon an interesting issue - how to force the user to reauthenticate in an application - for example when accessin...

To single sign out or not to?

8 minute read

When building a Line Of Business (LOB) application, you are usually better off with implementing the customer's current Identity Provider (IdP) which could b...

Back to Top ↑

PHP

Hosting PHP in Azure Container Apps

14 minute read

This is a continuation of my endeavor to host a few of my side projects. In the previous post from 2018, I explained how I moved from a local webhost to an A...

Running PHP in Azure Functions

4 minute read

Hi friends! Happy April Fools’ Day! Recently, Microsoft added a new feature to Azure Functions called Custom Handlers. It basically allows you to write Azure...

Hosting small sites in Microsoft Azure

9 minute read

I have been running this blog and bunch of other projects on a local shared hosting called WEDOS for something over 3 years. They offer some great services f...

The dangers of too many cookies on a website

10 minute read

Sometimes, when browsing Microsoft’s sites, you can run into some weird errors - like Bad Request - Request too long or sometimes even Connection refused. Th...

Session locking in PHP on Azure Web Apps

6 minute read

During the last couple of weeks, users started noticing certain issues with an application that I develop on Microsoft Azure using PHP and Azure Web Apps. In...

Back to Top ↑

App Service on Linux

Running EasyAuth locally

6 minute read

Azure App Service has a cool feature which enables your web apps to leverage authentication and authorization without any code changes. It is actually very p...

Staticman setup in App Service

7 minute read

Few months ago, I wrote a post about moving my blog away from WordPress to GitHub pages. While the general migration to markdown has been quite smooth, setti...

Azure Functions and Azure Files

3 minute read

Lately, I have been playing with Azure Functions. Since the release of v3 runtime, I noticed a really cool thing which signifies a nice progress in overall A...

Sending e-mail from Web Apps

4 minute read

Most of web application oriented hosters (like Azure App Service) or application hosted in Docker (in Azure, App Service on Linux), or serverless application...

Local Cache with App Service on Linux

6 minute read

I am sure you have heard of App Service's feature called Local Cache, which allows to cache all the files locally on the instance instead of pulling them fro...

Back to Top ↑

Docker

Hosting PHP in Azure Container Apps

14 minute read

This is a continuation of my endeavor to host a few of my side projects. In the previous post from 2018, I explained how I moved from a local webhost to an A...

Running EasyAuth locally

6 minute read

Azure App Service has a cool feature which enables your web apps to leverage authentication and authorization without any code changes. It is actually very p...

Sending e-mail from Web Apps

4 minute read

Most of web application oriented hosters (like Azure App Service) or application hosted in Docker (in Azure, App Service on Linux), or serverless application...

Hosting small sites in Microsoft Azure

9 minute read

I have been running this blog and bunch of other projects on a local shared hosting called WEDOS for something over 3 years. They offer some great services f...

Local Cache with App Service on Linux

6 minute read

I am sure you have heard of App Service's feature called Local Cache, which allows to cache all the files locally on the instance instead of pulling them fro...

Back to Top ↑

Azure Functions

OpenAPI and Azure Functions Out-of-Process

2 minute read

Previously, I blogged about OpenAPI and Azure Functions showcasing the way to generate a Swagger definition from Functions (before official extension was ava...

Microsoft.Identity.Web and Azure Functions

6 minute read

I recently run into an interesting situation with authentication. Since serverless and Azure Functions are gaining more and more traction, I wanted to see if...

Using Logic Apps to build simple APIs

4 minute read

Logic Apps are Microsoft’s solution for integrations and also a codeless development platform (declarative). If you heard of Microsoft Power Automate (former...

Running EasyAuth locally

6 minute read

Azure App Service has a cool feature which enables your web apps to leverage authentication and authorization without any code changes. It is actually very p...

Running PHP in Azure Functions

4 minute read

Hi friends! Happy April Fools’ Day! Recently, Microsoft added a new feature to Azure Functions called Custom Handlers. It basically allows you to write Azure...

Azure Functions and Azure Files

3 minute read

Lately, I have been playing with Azure Functions. Since the release of v3 runtime, I noticed a really cool thing which signifies a nice progress in overall A...

Back to Top ↑

Authentication

Cloudflare Workers and Azure AD

7 minute read

Hey Friends! I have been gone for longer than I should, but I am back! This time, with a really cool sample for using Cloudflare’s serverless Workers platfor...

Microsoft.Identity.Web and Azure Functions

6 minute read

I recently run into an interesting situation with authentication. Since serverless and Azure Functions are gaining more and more traction, I wanted to see if...

Back to Top ↑

Microsoft Graph

Microsoft.Identity.Web and Azure Functions

6 minute read

I recently run into an interesting situation with authentication. Since serverless and Azure Functions are gaining more and more traction, I wanted to see if...

Sending e-mail from Web Apps

4 minute read

Most of web application oriented hosters (like Azure App Service) or application hosted in Docker (in Azure, App Service on Linux), or serverless application...

A Christmas Present… for you!

4 minute read

About a week ago I announced the Microsoft Authentication Graph Helpers. Since then, I decided to publish a small, but a useful enhancement to it - AzureAdAu...

Microsoft Authentication Graph Helpers

2 minute read

I initially wanted to publish this code in summer already, but in the end, I didn't have enough time to spare to do so. Do you find yourself implementing Mic...

MyGroups: B2B application sample!

1 minute read

Based on my previous post about B2B guest access to application, I made another sample called MyGroups. I think it demonstrates practical usage of both B2B g...

Back to Top ↑

Node.js

Staticman setup in App Service

7 minute read

Few months ago, I wrote a post about moving my blog away from WordPress to GitHub pages. While the general migration to markdown has been quite smooth, setti...

Using ADAL for Node.js with Passport.js

4 minute read

I haven't touch Node.js much lately, however, back while I have been working with it, I was always curious, how to leverage both Passport.js with Azure AD an...

MVA: Mastering Node.js series

less than 1 minute read

Recently, I discovered a series of 7 episodes about getting started with Node.js on Microsoft Virtual Academy! It goes through the basics and moves you deepe...

Back to Top ↑

.NET

Power FX in JavaScript

5 minute read

It’s been a while since Microsoft announced and open-sourced its low-code engine called Power FX. The implementation, however, is only available in .NET, whi...

Sending e-mail from Web Apps

4 minute read

Most of web application oriented hosters (like Azure App Service) or application hosted in Docker (in Azure, App Service on Linux), or serverless application...

Back to Top ↑

Containers

Sending e-mail from Web Apps

4 minute read

Most of web application oriented hosters (like Azure App Service) or application hosted in Docker (in Azure, App Service on Linux), or serverless application...

Hosting small sites in Microsoft Azure

9 minute read

I have been running this blog and bunch of other projects on a local shared hosting called WEDOS for something over 3 years. They offer some great services f...

Back to Top ↑

Single Sign On

Forcing reauthentication with Azure AD

6 minute read

While working on a project, I stumbled upon an interesting issue - how to force the user to reauthenticate in an application - for example when accessin...

To single sign out or not to?

8 minute read

When building a Line Of Business (LOB) application, you are usually better off with implementing the customer's current Identity Provider (IdP) which could b...

Back to Top ↑

SSO

Running EasyAuth locally

6 minute read

Azure App Service has a cool feature which enables your web apps to leverage authentication and authorization without any code changes. It is actually very p...

Forcing reauthentication with Azure AD

6 minute read

While working on a project, I stumbled upon an interesting issue - how to force the user to reauthenticate in an application - for example when accessin...

To single sign out or not to?

8 minute read

When building a Line Of Business (LOB) application, you are usually better off with implementing the customer's current Identity Provider (IdP) which could b...

Back to Top ↑

JavaScript

Power FX in JavaScript

5 minute read

It’s been a while since Microsoft announced and open-sourced its low-code engine called Power FX. The implementation, however, is only available in .NET, whi...

MVA: Mastering Node.js series

less than 1 minute read

Recently, I discovered a series of 7 episodes about getting started with Node.js on Microsoft Virtual Academy! It goes through the basics and moves you deepe...

Back to Top ↑

Local Cache

Dynamic Cache in App Service

5 minute read

A while ago, while I was browsing Kudu's setting documentation I stumbled upon a setting that caught my eye - Dynamic Cache. I have never heard or read about...

Local Cache with App Service on Linux

6 minute read

I am sure you have heard of App Service's feature called Local Cache, which allows to cache all the files locally on the instance instead of pulling them fro...

Back to Top ↑

Cookies

The dangers of too many cookies on a website

10 minute read

Sometimes, when browsing Microsoft’s sites, you can run into some weird errors - like Bad Request - Request too long or sometimes even Connection refused. Th...

Back to Top ↑

Identity

Microsoft.Identity.Web and Azure Functions

6 minute read

I recently run into an interesting situation with authentication. Since serverless and Azure Functions are gaining more and more traction, I wanted to see if...

Back to Top ↑

ADAL

A Christmas Present… for you!

4 minute read

About a week ago I announced the Microsoft Authentication Graph Helpers. Since then, I decided to publish a small, but a useful enhancement to it - AzureAdAu...

Microsoft Authentication Graph Helpers

2 minute read

I initially wanted to publish this code in summer already, but in the end, I didn't have enough time to spare to do so. Do you find yourself implementing Mic...

Using ADAL for Node.js with Passport.js

4 minute read

I haven't touch Node.js much lately, however, back while I have been working with it, I was always curious, how to leverage both Passport.js with Azure AD an...

Back to Top ↑

MSAL

Microsoft.Identity.Web and Azure Functions

6 minute read

I recently run into an interesting situation with authentication. Since serverless and Azure Functions are gaining more and more traction, I wanted to see if...

Microsoft Authentication Graph Helpers

2 minute read

I initially wanted to publish this code in summer already, but in the end, I didn't have enough time to spare to do so. Do you find yourself implementing Mic...

Back to Top ↑

E-mail

Dealing with Outlook.com spam part 2

7 minute read

Continuing my fight against spam in Outlook.com, I decided to employ Azure OpenAI to deal with false-positives (or legit) in the junk folder. We are going to...

Dealing with Outlook.com spam

5 minute read

For the past couple of months, I have been really frustrated by the amount of spam appearing in my Inbox folder in my personal e-mail provided by Outlook.com...

Sending e-mail from Web Apps

4 minute read

Most of web application oriented hosters (like Azure App Service) or application hosted in Docker (in Azure, App Service on Linux), or serverless application...

Back to Top ↑

Debugging

Back to Top ↑

TypeScript

Cloudflare Workers and Azure AD

7 minute read

Hey Friends! I have been gone for longer than I should, but I am back! This time, with a really cool sample for using Cloudflare’s serverless Workers platfor...

Back to Top ↑

Composer

Back to Top ↑

Continuous Integration

Back to Top ↑

DevOps

Back to Top ↑

NPM

Back to Top ↑

HHVM

Back to Top ↑

WebJobs

Upgrading to WebJobs SDK 3.0

5 minute read

With the recent release of Azure Functions Runtime 2.0, WebJobs SDK 3.0 got released alongside. WebJobs SDK is the backbone of Azure Functions, however it ca...

Back to Top ↑

SSH

Back to Top ↑

Azure AD B2B

MyGroups: B2B application sample!

1 minute read

Based on my previous post about B2B guest access to application, I made another sample called MyGroups. I think it demonstrates practical usage of both B2B g...

Back to Top ↑

Office 365

Sending e-mail from Web Apps

4 minute read

Most of web application oriented hosters (like Azure App Service) or application hosted in Docker (in Azure, App Service on Linux), or serverless application...

MyGroups: B2B application sample!

1 minute read

Based on my previous post about B2B guest access to application, I made another sample called MyGroups. I think it demonstrates practical usage of both B2B g...

Back to Top ↑

Shared Hosting

Hosting PHP in Azure Container Apps

14 minute read

This is a continuation of my endeavor to host a few of my side projects. In the previous post from 2018, I explained how I moved from a local webhost to an A...

Hosting small sites in Microsoft Azure

9 minute read

I have been running this blog and bunch of other projects on a local shared hosting called WEDOS for something over 3 years. They offer some great services f...

Back to Top ↑

EasyAuth

Running EasyAuth locally

6 minute read

Azure App Service has a cool feature which enables your web apps to leverage authentication and authorization without any code changes. It is actually very p...

Back to Top ↑

Microsoft Edge

Back to Top ↑

Blog

Staticman setup in App Service

7 minute read

Few months ago, I wrote a post about moving my blog away from WordPress to GitHub pages. While the general migration to markdown has been quite smooth, setti...

Back to Top ↑

Swagger

OpenAPI and Azure Functions Out-of-Process

2 minute read

Previously, I blogged about OpenAPI and Azure Functions showcasing the way to generate a Swagger definition from Functions (before official extension was ava...

Back to Top ↑

OpenAPI

OpenAPI and Azure Functions Out-of-Process

2 minute read

Previously, I blogged about OpenAPI and Azure Functions showcasing the way to generate a Swagger definition from Functions (before official extension was ava...

Back to Top ↑

Logic Apps

Dealing with Outlook.com spam part 2

7 minute read

Continuing my fight against spam in Outlook.com, I decided to employ Azure OpenAI to deal with false-positives (or legit) in the junk folder. We are going to...

Using Logic Apps to build simple APIs

4 minute read

Logic Apps are Microsoft’s solution for integrations and also a codeless development platform (declarative). If you heard of Microsoft Power Automate (former...

Back to Top ↑

Cloudflare Workers

Cloudflare Workers and Azure AD

7 minute read

Hey Friends! I have been gone for longer than I should, but I am back! This time, with a really cool sample for using Cloudflare’s serverless Workers platfor...

Cross-tenant publisher verification

6 minute read

Starting in November 2020, Microsoft started limiting applications to which end-users can consent to. The setup is fairly simple if you use a single tenant f...

Back to Top ↑

Spam

Dealing with Outlook.com spam part 2

7 minute read

Continuing my fight against spam in Outlook.com, I decided to employ Azure OpenAI to deal with false-positives (or legit) in the junk folder. We are going to...

Dealing with Outlook.com spam

5 minute read

For the past couple of months, I have been really frustrated by the amount of spam appearing in my Inbox folder in my personal e-mail provided by Outlook.com...

Back to Top ↑

Outlook.com

Dealing with Outlook.com spam part 2

7 minute read

Continuing my fight against spam in Outlook.com, I decided to employ Azure OpenAI to deal with false-positives (or legit) in the junk folder. We are going to...

Dealing with Outlook.com spam

5 minute read

For the past couple of months, I have been really frustrated by the amount of spam appearing in my Inbox folder in my personal e-mail provided by Outlook.com...

Back to Top ↑

ngrok

Back to Top ↑

Azure SQL

Back to Top ↑

Geographical

Back to Top ↑

Scaling

Back to Top ↑

Electron

MVA: Mastering Node.js series

less than 1 minute read

Recently, I discovered a series of 7 episodes about getting started with Node.js on Microsoft Virtual Academy! It goes through the basics and moves you deepe...

Back to Top ↑

Learning

MVA: Mastering Node.js series

less than 1 minute read

Recently, I discovered a series of 7 episodes about getting started with Node.js on Microsoft Virtual Academy! It goes through the basics and moves you deepe...

Back to Top ↑

Microsoft Virtual Academy

MVA: Mastering Node.js series

less than 1 minute read

Recently, I discovered a series of 7 episodes about getting started with Node.js on Microsoft Virtual Academy! It goes through the basics and moves you deepe...

Back to Top ↑

Sessions

Session locking in PHP on Azure Web Apps

6 minute read

During the last couple of weeks, users started noticing certain issues with an application that I develop on Microsoft Azure using PHP and Azure Web Apps. In...

Back to Top ↑

ES6

Back to Top ↑

WordPress

Back to Top ↑

Storage

Back to Top ↑

Certificate Authority

Back to Top ↑

ADFS

To single sign out or not to?

8 minute read

When building a Line Of Business (LOB) application, you are usually better off with implementing the customer's current Identity Provider (IdP) which could b...

Back to Top ↑

Single Sign Out

To single sign out or not to?

8 minute read

When building a Line Of Business (LOB) application, you are usually better off with implementing the customer's current Identity Provider (IdP) which could b...

Back to Top ↑

Application Insights

Back to Top ↑

Safari

Back to Top ↑

Kudu

Back to Top ↑

Multi-tenant

Back to Top ↑

Office 365 Groups

MyGroups: B2B application sample!

1 minute read

Based on my previous post about B2B guest access to application, I made another sample called MyGroups. I think it demonstrates practical usage of both B2B g...

Back to Top ↑

Passport.js

Using ADAL for Node.js with Passport.js

4 minute read

I haven't touch Node.js much lately, however, back while I have been working with it, I was always curious, how to leverage both Passport.js with Azure AD an...

Back to Top ↑

Linux

Hosting small sites in Microsoft Azure

9 minute read

I have been running this blog and bunch of other projects on a local shared hosting called WEDOS for something over 3 years. They offer some great services f...

Back to Top ↑

Virtual Machines

Hosting small sites in Microsoft Azure

9 minute read

I have been running this blog and bunch of other projects on a local shared hosting called WEDOS for something over 3 years. They offer some great services f...

Back to Top ↑

iOS

Back to Top ↑

Authorization

A Christmas Present… for you!

4 minute read

About a week ago I announced the Microsoft Authentication Graph Helpers. Since then, I decided to publish a small, but a useful enhancement to it - AzureAdAu...

Back to Top ↑

Dynamic Cache

Dynamic Cache in App Service

5 minute read

A while ago, while I was browsing Kudu's setting documentation I stumbled upon a setting that caught my eye - Dynamic Cache. I have never heard or read about...

Back to Top ↑

Performance

Dynamic Cache in App Service

5 minute read

A while ago, while I was browsing Kudu's setting documentation I stumbled upon a setting that caught my eye - Dynamic Cache. I have never heard or read about...

Back to Top ↑

Google Chrome

Back to Top ↑

Visual Studio Code

Fixing WinSCP editor error

1 minute read

I have been a heavy user of WinSCP for quite a few years. It is a great tool whether you need to connect to FTP, SFTP or even WebDAV servers. WinSCP offers a...

Back to Top ↑

WinSCP

Fixing WinSCP editor error

1 minute read

I have been a heavy user of WinSCP for quite a few years. It is a great tool whether you need to connect to FTP, SFTP or even WebDAV servers. WinSCP offers a...

Back to Top ↑

Surface

Working on Surface Pro X

7 minute read

About a month ago, I refreshed my device - Dell XPS13 with Surface Pro X. The major difference between these two for me was ARM64 processor architecture, whi...

Back to Top ↑

Codespaces

Working on Surface Pro X

7 minute read

About a month ago, I refreshed my device - Dell XPS13 with Surface Pro X. The major difference between these two for me was ARM64 processor architecture, whi...

Back to Top ↑

Remove Development

Working on Surface Pro X

7 minute read

About a month ago, I refreshed my device - Dell XPS13 with Surface Pro X. The major difference between these two for me was ARM64 processor architecture, whi...

Back to Top ↑

Microsoft Bing

Back to Top ↑

Microsoft Partner

Cross-tenant publisher verification

6 minute read

Starting in November 2020, Microsoft started limiting applications to which end-users can consent to. The setup is fairly simple if you use a single tenant f...

Back to Top ↑

SharePoint

Back to Top ↑

Microsoft Flow

Back to Top ↑

Microsoft Power Automate

Back to Top ↑

Serverless

Cloudflare Workers and Azure AD

7 minute read

Hey Friends! I have been gone for longer than I should, but I am back! This time, with a really cool sample for using Cloudflare’s serverless Workers platfor...

Back to Top ↑

Power Apps

Power FX in JavaScript

5 minute read

It’s been a while since Microsoft announced and open-sourced its low-code engine called Power FX. The implementation, however, is only available in .NET, whi...

Back to Top ↑

Power FX

Power FX in JavaScript

5 minute read

It’s been a while since Microsoft announced and open-sourced its low-code engine called Power FX. The implementation, however, is only available in .NET, whi...

Back to Top ↑

Blazor

Power FX in JavaScript

5 minute read

It’s been a while since Microsoft announced and open-sourced its low-code engine called Power FX. The implementation, however, is only available in .NET, whi...

Back to Top ↑

Bitwarden

Back to Top ↑

SCIM

Back to Top ↑

PowerShell

Back to Top ↑

OpenAI

Dealing with Outlook.com spam part 2

7 minute read

Continuing my fight against spam in Outlook.com, I decided to employ Azure OpenAI to deal with false-positives (or legit) in the junk folder. We are going to...

Back to Top ↑

Cloudflare One

Back to Top ↑

Networking

Back to Top ↑

VPN

Back to Top ↑

Azure Container Apps

Hosting PHP in Azure Container Apps

14 minute read

This is a continuation of my endeavor to host a few of my side projects. In the previous post from 2018, I explained how I moved from a local webhost to an A...

Back to Top ↑

MySQL

Hosting PHP in Azure Container Apps

14 minute read

This is a continuation of my endeavor to host a few of my side projects. In the previous post from 2018, I explained how I moved from a local webhost to an A...

Back to Top ↑

Games

Gaming in the cloud

7 minute read

I have been a gamer since my childhood. Watching my cousins play Half-Life or Return to Castle Wolfenstein, through playing GTA: Vice City, Counter-Strike, e...

Back to Top ↑

Steam

Gaming in the cloud

7 minute read

I have been a gamer since my childhood. Watching my cousins play Half-Life or Return to Castle Wolfenstein, through playing GTA: Vice City, Counter-Strike, e...

Back to Top ↑

Streaming

Gaming in the cloud

7 minute read

I have been a gamer since my childhood. Watching my cousins play Half-Life or Return to Castle Wolfenstein, through playing GTA: Vice City, Counter-Strike, e...

Back to Top ↑

Python

Searching for a lost MacBook

12 minute read

This is going to be a very unusual post for this blog, but I found this a very interesting topic which no one has written about yet. And I also believe it ma...

Back to Top ↑

Find My

Searching for a lost MacBook

12 minute read

This is going to be a very unusual post for this blog, but I found this a very interesting topic which no one has written about yet. And I also believe it ma...

Back to Top ↑