Recent Posts

AWS CDK 101

Version control your infrastructure is not a dream

Mockito Basic

“Once,” said the Mock Turtle at last, with a deep sigh, “I was a real Turtle.” —Alice In Wonderland, Lewis Carroll

JDBC 101-ish

JDBC is an API for connecting and executing queries on a database. Relatively low-level, it’s the foundation of most ORMs and other high-level data access l...

Create Couch Views in Spring

CouchDB is one of NoSQL database, uses JSON to store data, Javascript as its query language using MapReduce, and Http for an API.