When thinking about hosting a web application, there are a few considerations and tips to how to cost effectively host it. If you have a single web application that is for personal use or tiny business, there are better cost efficient options. Use your home computer as web server. Ref: How to set up local… Continue reading How to choose the optimal tier for Azure web applications and databases with cost in mind
Tag: Azure
How to set up CDN using Azure
There could be many ways to set up CDN in Azure cloud. I used Storage and Front Door for this. This approach is cost-effective. As well known, CDN (Content Delivery Network)is very useful if your website needs to be fast when accessed from anywhere in the world. However, there is a limitation on CDN. The… Continue reading How to set up CDN using Azure
What should I learn in 2022
In 2019, these are the items I thought I should learn and these are what I feel about those now as of end of 2021. Dot Net Core At work, we use dotnet core in many apps now so it became a norm to use dotnet core for any new projects. Dotnet core is nothing… Continue reading What should I learn in 2022
Cosmos DB Data Model example
Cosmos Db is not a relational database, but we can use it for relational data, for example, eCommerce data. A few key patterns for successful data modeling in Cosmos DB are Select partition key wisely: Consider max document size, max partition size, and the most common query pattern. Choose the partition to let the query… Continue reading Cosmos DB Data Model example
Cloud can be productive but is not cheap
For the new project to analyze Edgar document, which is where companies in the US announces their annual report, quarterly report, etc by law. Many investors consider this data as a valuable investment data resource. Challenge Volume: To analyze the Edgar document, the volume is the first challenge. The number of announcements in Edgar is… Continue reading Cloud can be productive but is not cheap