Blog Posts
CI / CD with GitHub Actions - deploying on Azure [app & bot service] with GitHub reusable workflows !
Lets deploy Azure Bicep templates that we build using GitHub actions with few advanced concepts & features

Infrastructure as Code with Azure Bicep - deploying app service, bot service with several Azure integrations
Instead of using default ARM templates provided by Microsoft samples, lets build the bicep templates for deployment of Bot that we build. Also add several other resources that we would need generally for any application and even in the bot we built !

Collecting custom API usage data for analytics asynchronously on AWS
When you have custom API metrics to collect in a latency sensitive application, how do you design your architecture on AWS ?

All about Microsoft Bot Framework (Python), Streaming Content & Azure Deployment for GenAI powered Chatbots
Building a teams bot with Python Microsoft Bot framework is challenging. Here is an end to end guide to follow.

AWS Athena - Partitioning tips when building Data Lake with Tabular numeric data
When dealing with tabular data spread, how do you partition data for optimal cost-optimized, fast and scalable querying ?

Customized Scaling of AWS ECS
There are multiple use cases to containerize and host proprietary applications on AWS ECS which is “a fully managed container orchestration service that makes it easy for you to deploy, manage, and scale containerized applications” Scaling ECS then is one of the key needs of any application. This article describes challenges with ECS supported scaling and describes a custom solution to alleviate them.
