logo
post

How did I achieve syntax highlighting in this blog

In this blog post, I will explain how I achieved syntax highlighting in this blog. I will also explain how I achieved line highlighting, word highlighting, captioning, line add, remove, code diff, etc.

post

This is how you can git commit in past date

Can you commit in past date? TLDR; Yes, you can. Let me show you how.

post

Some tips on npm package installation and updation

In this blog post, I will explain some tips on npm usage. I will explain how to install a package globally, locally, how to install a specific version of a package, how to update a package, how to uninstall a package, etc.