-
Software Development
Motivation, Creativity and Innovation
I am a strong believer in that every individual on this earth can be creative and that hard focused work…
Read More » -
Enterprise Java
Useful Ant build tags
Questions: How to do following tasks in ant file? Make zip file. Run command. Copy files to remote machine. Run…
Read More » -
Core Java
Checked and unchecked exceptions in Java
Java has two types of exceptions – checked and unchecked. In short – checked are meant for cases when the…
Read More » -
Scala
Fault-tolerance primitives in Scala: links and traps
Over the last decade Actor Model is actively marketed as a simple, effective and save concept for building concurrency. Being…
Read More » -
Android Core
Android: Copy-paste with Intent and support for HTML
Android provides support for copy and paste feature using ClipBoardManager. The developer.android.com provides a brief description along with an image…
Read More » -
Enterprise Java
The crystal ball illusion
I have noticed that people sometimes avoid doing thorough testing. This may sound as bogus to some, but hear me…
Read More » -
Core Java
Guava Files: Java File Management
Both Groovy and Java SE 7 provide improvements for file management in Java as I discussed in posts here, here,…
Read More » -
Enterprise Java
NUMA architecture and Java
Time to deploy your application, looking forward to procure hardware that suits best to the load requirements. Boxes with 40…
Read More » -
Desktop Java
JavaFX Game (Connect Four)
This is my first JavaFX game tutorial and my first blog post about JavaFX panel. I made this connect four…
Read More »