AWS Fargate – Deploy and Run Web Application (.NET Core)

Introduction With AWS Fargate, we can run applications without managing servers. Fargate is a serverless compute engine for containers that works with both Amazon ECS and Amazon EKS. The official information page can be visited on this link. In this post, we will take a step by step approach to deploy and run a .NET … Read more

Getting Started with JAVA (for .NET Developers)

Introduction Every platform has its own weaknesses and strength and when selecting a platform you should off course also take into account the context of your organization and the goal that you want to achieve. Please remember, there is no best language or platform. They are only fit for purpose. The intention of this post … Read more