Any successful organization should automate the build and release process to shorten the delivery time and to avoid costly mistakes.
Continue readingCategory: Azure
Deploy ASP.NET Core Application in Linux Container in Azure Kubernetes Service (AKS)
Our objective is to build an API application with Micro-Services design pattern and Deploy in Azure Kubernetes Service. There are
Continue readingDocument and Publish your ASP.NET Core API with Swagger (OpenAPI Specification)
Let me write an Agile story for this article and, excuse me, if my story isn’t following true agile standard.
Continue readingReal World (Demo) of Azure Reference Architectures
It been a while since I wrote my last blog and this is going to be my first after I
Continue readingUsing Google Analytics with Angular 5
Google Analytics is a freemium web analytics service offered by Google that tracks and reports website traffic. If you are
Continue readingSecure Azure Function with Jwt OAUTH2 Token
In the previous post, Business Process Orchestration with Azure Function, we talked about consuming series of Azure Functions to automate business
Continue readingBusiness Process Orchestration with Azure Function
Business Process Orchestration (or BPM) can simply be defined as execution of series of events in parallel and/or sequential manner.
Continue readingProtect your ASP.NET API with OAuth 2.0 External Authentication and Jwt Token
There are plenty of articles and documentations online on how to implement OAuth2 External Authentication (w/LinkedIn, Google, Facebook, etc.) within
Continue readingPing Federate- SAML/Federated SSO to Office 365
My colleague, Christian Nowosiadly, and I had the opportunity to conduct a proof of concept to configure Office 365 for Federated
Continue readingAzure Function App- the evolution of software as a service
Azure Function App is the latest evolution of software as a service and server-less computing. Some people call Function App
Continue reading