Deploy a Web Application using AWS Elastic Kubernetes Service (EKS)

Introduction EKS is a managed kubernetes service and it helps us greatly by abstracting most of the infrastructural concerns regarding control plane, softwares etc. which make it easy for us to focus more on application deployment side. Earlier I have written a post which shows a simple way to deploy an application to local kubernetes … Read more

Build Accounting Application Using .NET Core, Angular and Entity-Framework

So, in 2016, I was discussing the double-entry accounting rules with one of my friend to understand it better in order to program it in a line of business application. However the accounting part was very small and it was mainly a call to external API or something like that. I had read accounting in … Read more