MCManoj Chandrashekarinblog.manoj.ch·Jun 25 · 1 min readCMD+TAB app switcher on all screensI work with multiple screens both at work and home. And when apps are spread across the screens, the dock remains only on one screen. For someone who heavily relies on Spotlight (CMD+Space), I don't r00
MCManoj Chandrashekarinblog.manoj.ch·Aug 16, 2024 · 1 min readRegular expressions are awesome!I think regular expressions is a topic that gets equal love and hate from programmers. We love it when it works, and when it doesn't it makes us want to pull out our hair. (Perhaps, bald programmers are the most experienced Regex users? ;) ) If used ...00
MCManoj Chandrashekarinblog.manoj.ch·Mar 26, 2024 · 1 min readAndroid - Modify hosts fileI use Cordova to bundle a web application as a native app for ease of distribution. To test the site locally, but on the simulator, I needed to modify the hosts file on the Android simulator to point the test domain to the host machine: Start the em...00
MCManoj Chandrashekarinblog.manoj.ch·Apr 6, 2021 · 2 min readGit - Set SSH private key per repositoryI work with git repositories from multiple sources - GitHub, GitLab, and Enterprise GitHub instance. I have a separate SSH keys for each of them and further, I have to keep track of other SSH keys that I use for accessing servers and other resources....00
MCManoj Chandrashekarinblog.manoj.ch·Apr 1, 2021 · 1 min readThoughts on deadlines and perfectionDeadlines are a double-edged sword, especially for perfectionists and optimizers! However, good engineers know that any feature can only ever be release-worthy, but never perfect. The more a feature is delayed beyond what is necessary for it to work,...00