/images/avatar.png

Let's talk Azure

Blogging to the max : Migrating from WordPress to Azure static web apps + Hugo

Blogging to the max : Migrating from WordPress to Azure static web apps + HugoI have started blogging few months back and as everyone did ,I went ahead and created my blogs using WordPress. As days goes by I had this thought of optimizing cost of blogging , as we do this without expecting anything in return. All I used in WordPress were static contents and I had no need of dynamic events to occur in my Blog.

Build Intelligent Outlook using Azure

About this blogI created this solution as part of Azure Developer stories, For more info about this competition please go to this website : https://devstories.konfhub.com/ and it was one among top 25 blogs 😍 This blog content was originally posted at my Dev.to site. What problem are we trying to solve today?Consider you are working for a company where they restricted access to outlook in your mobile or Consider you don’t want to sync professional mail in your mobile.

Create .NET Core Project Template

In this blog let’s see how to create custom template that will hep us to speed up our development process and also helps us in maintaining each solution at ease. Why we need custom templates?Consider we are developing a microservice application , as a team we should follow the below standards across all services. Folder structure Clean Architecture OpenAPI specifications Resiliency Authentication Authorization Health Check Tracking and maintaining these standards across all services are painful and one should invest considerable amount of time in creating these standards across each services.