-
Software Development
Contributions of Individual Programming Languages to Software Development
I’ve grown weary of the blog posts and forum rants stating why one programming language is better than another. I…
Read More » -
Scala
Spring-boot and Scala
There is actually nothing very special about writing a Spring-boot web application purely using Scala, it just works! In this…
Read More » -
Core Java
[Java] How to Schedule a task to run in an interval
There is often need in application to run some particular task in background to accomplish some work in an interval.…
Read More » -
Software Development
Domain-Driven Design Revisited
Recently I read a book titled Domain-Driven Design by Eric Evans. This wasn’t the first time I read this book…
Read More » -
Software Development
Five Funny Moments in Developer History
I’ve been working in development environments my whole career, over 30 years. I started out sharing an office that actually…
Read More » -
Enterprise Java
JAX-RS 2.0 : Custom Content Handling
I tried to think of a better title, but failed to come up with one ! Please bear with me……. The…
Read More » -
Android Core
Android Remote Service Tutorial:AIDL–how to structure the Project and lib
In this post, I will describe how to use Remote Service in Android. This kind of services are services that…
Read More » -
Software Development
How to Begin Learning and Applying LaTeX
I recently started working with LaTeX based on a colleague‘s recommendation. To be honest, it was a little steeper learning…
Read More » -
Core Java
Java 8 Date Time API Tutorial : LocalDateTime
This blogpost is a part of tutorial series on Date Time API introduced in Java 8. In this blogpost I…
Read More »