Creating Base64 UUID in JavaAlphanumeric unique id using base64 charset📝 Blog 📅 Apr 2, 2017 ⏱️ 2 min readUUID Java Code Base64
Raspberry Pi 2 benchmarkingusing sysbench and Java📝 Blog 📅 Jan 11, 2016 ⏱️ 4 min readRaspberry Pi Benchmark Java Sysbench Code Fibonacci
Raspberry Pi 2 setupfrom micro SD card to JDK installation.📝 Blog 📅 Jan 11, 2016 ⏱️ 2 min readRaspberry Pi Setup Java C4RPi
Efficiently using Enum in entity classto improve code maintainability and database performance.📝 Blog 📅 Aug 24, 2015 ⏱️ 3 min readJava Code JPA Database Enum Hibernate
Encryption and Decryption in Javausing a private key and AES algorithm.📝 Blog 📅 Jul 21, 2015 ⏱️ 3 min readJava Encryption Decryption Code AES
Lines of code inversely proportional to readabilityAlways code less to make it easily readable.📝 Blog 📅 Jul 7, 2015 ⏱️ 2 min readCode Java Optimization Code Less
Testing Spring Application using JUnitHow to test a Spring Application using JUnit? Explained with example test class.📝 Blog 📅 Jun 3, 2015 ⏱️ 2 min readJUnit Java Spring Testing Code