Jun 1, 20221 min readGetting started | Configure VS Code to debug DotNetCore applicationsCreate a simple "dotnet new webapi" in VS Code project with some trivial extra logic. Following is what my code structure in VS Code...
Dec 20, 20211 min readLog4j Vulnerability - Simplified"Oh no, not another one on Log4j !!!" I completely understand the sentiment! 😊 The recent Log4j vulnerability is probably the most...
Dec 25, 20201 min readShell script error; syntax error near unexpected token `fi`;Working on a very simple containerized python flask application (base image ubuntu), my requirement was to configure running of the...
Jul 19, 20202 min readWhat kind of LEADER I want to be?My current organisation enrolled me into this great program called "Emerging Leadership Program". It talks about and nurtures you with...
Jul 18, 20206 min readCompleted a decade in IT industry14th July 2020 marked my 10 years working in the IT industry. When I realized this, I took some time to reflect on what I was when I...
Oct 26, 20191 min readReading complete document using Office.jsMy requirement was very simple and straightforward (and probably the most common) - read an entire .docx document bytes and send it...