Recent Posts

Ringing the terminal 🔔

1 minute read

The terminal bell comes in handy to have a visual or audible notifier while waiting on some jobs/processes to finish. Some ways to trigger the terminal bell....

Convert epoch seconds to datetime

less than 1 minute read

Some of the logs I debug often contain the timestamp in the form of epoch seconds, so I frequently had to convert them into readable datetime format. Noting ...

Processing JSON data with jq

3 minute read

jq is an excellent command line tool to operate on JSON data. I have been using it to process, filter and transform json objects for easy inference of the da...

REST Client for VS Code

2 minute read

Some times I have had to use REST APIs for configuration and management of hardware and services at work. The usage used to be minimal and the working enviro...

Apply for extension of Indian visa in India

2 minute read

I recently went through the process of extending Indian visa in India for my daughter. The process used to be combination of online + offline processing and ...