Tags / java

Creating Base64 UUID in Java
Alphanumeric unique id using base64 charset

uuid java code base64

Raspberry Pi 2 benchmarking
using sysbench and Java

raspberry pi benchmark java sysbench code fibonacci

Raspberry Pi 2 setup
from micro SD card to JDK installation.

raspberry pi setup java c4rpi

Efficiently using Enum in entity class
to improve code maintainability and database performance.

java code jpa database enum hibernate

Encryption and Decryption in Java
using a private key and AES algorithm.

java encryption decryption code aes

Lines of code inversely proportional to readability
Always code less to make it easily readable.

code java optimization code less

Testing Spring Application using JUnit
How to test a Spring Application using JUnit? Explained with example test class.

junit java spring testing code