Babu Annamalai
Babu Annamalai's Blog

Babu Annamalai's Blog

Follow
homebadges

How to create unique file names in bash shell

Apr 12, 20232 min read

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...

How to create unique file names in bash shell

VitePress fenced code block syntax highlighting quirks with .NET or other languages.

Oct 12, 20221 min read

VitePress uses Shiki for syntax highlighting which is a fantastic library. Shiki automatically fetches language grammar from VSCode so the language...

VitePress fenced code block syntax highlighting quirks with .NET or other languages.

How to keep .NET documentation code samples in sync with code base

Mar 14, 20223 min read

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...

How to keep .NET documentation code samples in sync with code base

.NET build tool using Bullseye and SimpleExec

Feb 22, 20225 min read

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...

.NET build tool using Bullseye and SimpleExec

GitHub action to publish .NET packages to NuGet

Feb 19, 20223 min read

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...

GitHub action to publish .NET packages to NuGet