-
DevOps
DevOps: The Importance of Monitoring Containers
AppDynamics provides visibility into applications and business transactions made out of multiple smaller decoupled (micro) services deployed in a Docker…
Read More » -
Core Java
Reading/Writing to/from Files using FileChannel and ByteBuffer in Java
In the past, I have talked about RandomAccessFile and how it can be used for doing faster IO in Java,…
Read More » -
Android Core
How to write NFC tag in Android
This post describes how to use NFC in Android to write smart tags. Android smartphones are capable not only to…
Read More » -
Clojure
Clojure VIM Environment
The Cursive plugin for Clojure is now out of its beta testing phase. I have been using it throughout its…
Read More » -
Core Java
10 Examples of using ArrayList in Java – Tutorial
ArrayList in Java is the most frequently used collection class after HashMap. Java ArrayList represents an automatic re-sizeable array and used…
Read More » -
Software Development
Get Up to Speed with Microservices in 8 hours
Everybody is talking microservices these days and Red Hat is doing some very cool developer events around the world. The…
Read More » -
Enterprise Java
Container Object pattern. A new pattern for your tests.
If you search for a description of what Page Object is, you’ll find that The Page Object Pattern gives us…
Read More » -
Enterprise Java
WildFly Swarm – Deploying Java EE Applications As Standalone Jars
WildFly Swarm provides an easy solution for deploying Java EE applications as a standalone Jar file. This makes it very…
Read More » -
Enterprise Java
How to mock Spring bean (version 2)
About a year ago, I wrote a blog post how to mock Spring Bean. Patterns described there were little bit…
Read More »