Category Archives: Programming

Anything that is programming or coding related from C#, VB.Net, ASP.Net, Java, PHP, CSS, etc

Breaking Out of Your Comfort Zone: Moving from Windows, Azure, and C# to Open-Source Technologies like Java, Linux, and SpringBoot

Moving from one technology stack to another can be a daunting task, especially when the new stack is vastly different from what you are used to. In my case, I had to make the switch from C#, .Net Core, jQuery, Windows, Azure, Azure DevOps to Java, SpringBoot, Linux, Openshift, Jenkins, and Bitbucket becuase of a… Read More »

How to deploy your web app in Windows Containers on Azure App Service

With Containerization getting popular nowadays due to its capabilities of reducing issues with regards to deploying applications on different environments and streamlining your compute resources, it makes a lot of sense that you should containerize your applications whenever it is possible.  With containerization your application will be bundled together with all of its related configuration… Read More »