-
Software Development
Converting Markdown to PDF or DOCX with Pandoc
Markdown is a popular text formatting syntax among developers these days. Popular Sites like Github or Bitbucket use Markdown for…
Read More » -
Enterprise Java
Don’t Hate The HATEOAS
Or How I Learned to Stop Worrying and Love the HATEOAS REST has become the defacto, or at least vogue,…
Read More » -
Core Java
jcmd: One JDK Command-Line Tool to Rule Them All
I have referenced the handy JDK tool jcmd in several posts in the past, but focus exclusively on its usefulness…
Read More » -
Enterprise Java
Java Tip of the Week #7 – Maven Slow?
This week Java Tip of the Week is a follow up of last session about Maven. The first video covered…
Read More » -
Enterprise Java
Configure multiple View Resolvers in Spring
1. Introduction In Spring, the View Resolver is provided to resolve the view with the data available in the model,…
Read More » -
DevOps
Couchbase on Kubernetes
This blog is possible because of this tweet! Had a great #Couchbase #Kubernetes hacking session with @saturnism, learned a lot,…
Read More » -
Enterprise Java
Pitfalls of the MyBatis Caches with Apache Ignite
A week ago, MyBatis and Apache ignite announced of support apache ignite as a MyBatis cache (L2 cache). technically MyBatis…
Read More » -
Agile
Analysts aren’t managers
Continuing from my last blog, Managers who aren’t managers, I need to say a bit more about people who aren’t…
Read More » -
Core Java
DIY Annotations
Since Java 5 there have been annotations in Java. I wanted to make my own annotation just to see what…
Read More »