Won IBM Ballarat Hackathon organized in collaboration with Grampians Cancer Service
IBM organized a Hackathon in Ballarat, Australia running for 48 hours from 19th to 21st July 2019. Hosted in collaboration...
Setup Android development environment on Virtualbox VM
We are going to setup Android development environment with an Android Emulator. If we install Android Studio (IDE) inside a...
Mind Mate v0.6 Released: Advanced Search Capability
The sixth release of Mind Mate has a new sidebar for searching. It supports: Search for text (results are displayed...
Released Mind Mate v0.5: Capture and store parts of Web (Web Clipper)
Just released Mind Mate version 0.5 on Github. This update significantly enhances the image handling capabilities of Mind Mate. Now,...
Maximo Test Automation with Cypress
Cypress.io is a newish front-end test automation tool. In my brief encounter with Cypress, I found it relatively easy to...
Install Maximo 7.6.1 on Ubuntu, Websphere Liberty, and Oracle Express database
I am starting with an objective to create a relatively faster and lightweight development VM for Maximo 7.6.1. To cut...
Optimize Performance of WordPress site
I have been optimizing the performance of a WordPress site for a couple of days and managed to shave off...
How Public Key Cryptography works? (RSA algorithm)
Public-key Cryptography is asymmetric meaning the key used for encryption cannot be used for decryption. There is a pair of...
Calculate Modular Exponentiation (PowerMod) in Javascript (a^p % n)
Computing PowerMod is required to implement public-key cryptography as it is used for data encryption and decryption. Calculating it by regular...
Installing Visual Studio Code (VSCode) on Manjaro linux
Install from AUR (Method # 1) 1- Acquire build files from Arch Linux user repository. $ curl -L -O https://aur.archlinux.org/cgit/aur.git/snapshot/visual-studio-code-bin.tar.gz 2-...