I'm Sumal Surendra, an Information Systems undergrad from Sabaragamuwa University of Sri Lanka on a mission to decode the mysteries of the digital world. Think code whisperer, data detective, and all-around tech enthusiast!
Nothing here yet.
Entity Framework Core (EF Core) makes handling database migrations easier, but running them in a release pipeline can get tricky. Normally, you’d need the .NET SDK and EF CLI tools, which adds extra setup steps. That’s where EFBundles come in! They p...

The Story When I was training a kata in codewars I had this question which is "What is the difference between these two lines?" the code below. 1. Map<Integer, String> charCounterMapping = new HashMap<>(); 2. HashMap<Integer, String> charCountMapping...

For a long time, I wanted to automate all of the arch installations I do on my virtual machine from time to time, not because I don't enjoy it anymore but just because I want to put my skills in bash scripting into practice. So, I coded the following...
