KagawaHost Blazor on ECS Part 2 —Configure Load Balancer with SSLWhat we need to follow this articleJan 17, 2022Jan 17, 2022
KagawaHow to host Blazor on ECS Part 1With Blazor, we can develop web apps using C# only and Visual Studio has Docker option now. Docker and ECS Fargate makes running web apps…Jan 17, 2022Jan 17, 2022
KagawaHow to securely use AWS access key in C# — SQS Polling Worker Service ExampleAWS has ton of useful managed services such as SQS, DynamoDB, Kinesis Stream, etc which help us developers focus on our codes. In order to…Apr 11, 2021Apr 11, 2021
KagawaAlarm system from application logs by CloudWatch Metrics [Step 2]In the last article, we went over how to write logs from C# application to CloudWatch without installing an agent. Now, the goal of this…Apr 9, 2021Apr 9, 2021
KagawaSpeed Benchmark for SQL Bulk Insert/Update — Temp Table vs Table-Valued ParametersIn this article, I would like to share three ways of bulk insert/update for 100,000 records data, 50,000 insert and 50,000 update. Either…Apr 5, 2021Apr 5, 2021
KagawaCentralize application logs and create alerts using CloudWatch in .Net Core [Step1]In the past, I did not used to care much about loggings. When I released a new application for production, I checked the server and making…Mar 31, 2021Mar 31, 2021
KagawaBlazor End to End Test with Cypress.Net Core Blazor is a great way to create a front-end app for C# developers since we can code using C# only. However, JavaScript ecosystem…Mar 25, 2021Mar 25, 2021
Kagawa2 ways to run BULK INSERTWhen there are lots of data to insert, we cannot insert one by one. There are several ways to bulk insert, and here are 3 examples for…Oct 20, 2020Oct 20, 2020
KagawaRoadmap to be a Web DeveloperWhen starting to learn how to develop a web application, it is so hard to decide where to start. This is because there are so many…Sep 21, 2020Sep 21, 2020
KagawaSuper fast insert using Table Valued ParameterIn the previous article below, I covered the performance benchmark between Dapper and Entity Framework Core. Dapper was much faster to…Sep 14, 20202Sep 14, 20202