Mapping Caps-Lock Key to Control Key

I used to use Happy Hacking Keyboard. Its control key is located where usual keyboard has caps-lock key. (see below picture). So, for me it’s natural that control key is there, below the tab key and above the shift key. This post shows steps to reassign the caps-lock key to control key on ordinary keyboard,… Continue reading “Mapping Caps-Lock Key to Control Key”

Deploying existing Django App to Heroku

Heroku’s free plan is great for experimenting/prototyping cloud applications. This post shows the steps to deploy existing Django project to Heroku cloud platform using Windows host. As an example, I’ll use this django app from GitHub and deploy it to Heroku. Here is the list of contents of this post. Contents – Steps 1. Setup Python… Continue reading “Deploying existing Django App to Heroku”

Setting Path Environment Variable on Windows 10

The steps below shows how to set a file/folder path to the ‘Path’ System Environment variable on Windows 10.     Steps 1. Right-click on Windows start menu icon at the bottom-left corner of the desktop (or Ctrl-x), then select “System”   2. Click on “Advanced system settings” on left side of the “System” window.… Continue reading “Setting Path Environment Variable on Windows 10”