2024-04-28
Though there are many extensions to showmindmapon Visual Studio Code, it is better that the feature can use as possible as with common notation, and as simple installation for using it.The PlantUMLcan...
2024-03-26
The previous article Introducing Artificial Intelligence (AI) in Companies describes “AI has objectives depending on its scale”, “AI in companies is effective through orchestration using small languag...
2024-02-07
There is a lot of interest in introducing AI in companies, and many types of language models also are created by many organizations. AI has the size indicated by the parameters of a language model, an...
2022-10-30
The gRPC service can use on HTTP/3 connection. This article describes how the gRPC connection affects HTTP connection, additionally, history of HTTP connection is also described. Rust sample project t...
2022-09-30
Microsoft Azure provides hosting feature of the gRPC service as Azure App Service, Azure Container Apps and Azure Kubernetes Service. This article describes how to deploy the gRPC service that is crea...
2022-07-23
Previous article ASP.NET Core Options Pattern describes overview ofASP.NET Core Options Patternthat enables information encapsulation and separation of business logic interest. This feature makes that...
2022-06-28
A typical web application separates setting from the App. In the ASP .NET Core web app allows encapsulation and separation of an interest of setting using the options pattern. It allows enables contin...
2022-05-30
Microsoft supports several development environments of the gRPC communication implementation, and provides many documents. I want to introduceMicrosoft official documentand describe mechanism of HTTP/...
2022-04-30
The gRPCis one of theRemote Procedure Call (RPC), It was developed by Google. They needed a messaging protocol that can respond on the distributed computing environment in real-time when users operate...
2022-02-01
The article Nginx run on Windows Subsystem for Linux 2 described mechanism of reverse proxy for development environment. This sample server has not features of logging, service discovery, load balanci...
2022-01-15
If you develop some api that is used from external applications, you have to create caller side dummy app for develop your api. Or if already API caller side app exists, for decleasing cost to create ...
2021-12-01
On design fase ofa microservices, several experts of various knowledge designsstateful middleware,containerisationor entities implimentation ofDomain-driven designand so on. As detail, define data flo...