Azure static website hosting with blob storage and CDN
Storage blob: Naivgate to: resources > new > storage create new resource group "storage" create a name select your region select "Azure Blob Storage" as the primary service, "Other" as…
Storage blob: Naivgate to: resources > new > storage create new resource group "storage" create a name select your region select "Azure Blob Storage" as the primary service, "Other" as…
To add native notifications to your frontend Next.js app (using Azure Notification Hubs for push notifications), along with CapacitorJS for building mobile apps, you’ll need to handle both web and…
The default certificate manager in Azure App Service does not support wildcard domains. Letsencrypt offers free wildcard ssl certificates. This post will detail all the steps needed to enable WildCard…
Azure App Service does not natively support wildcard subdomains (*.myapp.azurewebsites.net) under the default azurewebsites.net domain. However, you can achieve wildcard subdomains using a custom domain. To set up wildcard subdomains in Azure…
This is a quick post on how to enable xdebug for php cli in laravel homestead. Occasionally you will need to use xdebug with laravel artisan cli commands. This post…
In modern PHP development, Composer has become an indispensable tool for managing dependencies. It allows developers to easily include external libraries and packages in their projects, simplifying everything from database…
As applications grow in complexity, maintaining clean, efficient, and easy-to-understand code becomes increasingly challenging. This is where refactoring comes in—refining code to make it more readable, maintainable, and efficient without…
Octopus energy has 500 developers5000 employees in total [biggest supplier of energy in UK]valued at £8bn after 8 years 160 releases each day2500 deployments a day-- heavily automated and automatic…
I stumbled on this problem early last year, I have a few different git accounts for different projects (eg one for work, one personal, one for this blog etc) Usually…