Tag: Java

Won IBM Ballarat Hackathon organized in collaboration with Grampians Cancer Service

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 with Grampians Integrated Cancer Service, the aim was to come up with solutions for improving the experience of cancer patients as they go through treatment. We developed an Android app for patients to keep track…

Read More Read More

Setup Android development environment on Virtualbox VM

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 Virtual Machine, the Android Emulator setup will fail. This is because Android Emulator is itself a Linux OS and cannot run inside another Virtual Machine. The way around this is to create two VMs in…

Read More Read More

Run MySql without installation

Run MySql without installation

Note: This applies to MySql version 5.7. See the comments section of this post for version 8.0. I have been looking for a portable version MySql database which I can just copy on my machine and start using with installation. It took a little bit of effort to make it work. Here are the steps…

Read More Read More

Took Oracle ADF (Application Development Framework) course

Took Oracle ADF (Application Development Framework) course

Took 5 day course on building applications on Oracle Fusion Middleware using ADF (Application Development Framework). Oracle ADF, built on top of Java EE, is meant for developing Enterprise Applications, in particular customizing and enhancing Oracle ERP solutions.