Let me set some context to understand the problem at hand, zip command is available by default on all *nix OS flavours which includes both Linux and...
For debugging purposes, we had to profile a Python program using cProfile which will create a .prof file with the profiled data. Also, we wanted to...
VitePress uses Shiki for syntax highlighting which is a fantastic library. Shiki automatically fetches language grammar from VSCode so the language...
Maintaining and managing documentation for software products or libraries require a good amount of time and discipline to keep it up to date with the...
NAnt was quite a popular build tool used by projects of all sizes targeting .NET Framework on Windows. I have written many complex build systems using...
I have been a co-maintainer of .NET OSS library Marten and largely involved in taking care of the DevOps stuff pertaining to CI pipeline, build and...