Golang over Java for REST services
Why I'd pick Golang over Java to create any new distributed system. I am going to compare a REST service implementation in Java vs the implementation in Golang
5 posts tagged 'java'
Why I'd pick Golang over Java to create any new distributed system. I am going to compare a REST service implementation in Java vs the implementation in Golang
How to create a custom Maven plugin which overrides default build lifecycle
Example to understand Maven plugins concepts and how to create a custom Maven plugin from scratch
Performance comparison in Java between three embedded databases like Derby/JavaDB, Sqlite, and ObjectDB
Java serialization ways, performance comparison