Six Months to Prove Myself
Six Months to Prove Myself,Over the last 9 months I have been on a journey to really sharpen my skills as a C# developer. With those refined skills I was hoping to land a job as a ...
Setup Kafka for development
Setup Kafka for development, Introduction When developing applications using Apache Kafka, I had the need to make quick tests like publishing/consuming messages, check its format o...
Corda – Preventing invalid spending of broadcasted states
Corda - Preventing invalid spending of broadcasted states,Corda is super flexible and will allow you to put together the code needed to write many complex workflows. This flexibili...
Good news AppEngine Users.
Good news AppEngine Users.,Hi, folks, there is good news for those who are using the Google AppEngine ( and I’m writing as a java developer ). People already using AppEngine or kn...
How To Create A Cross Browser Compatible HTML Progress Bar?
How To Create A Cross Browser Compatible HTML Progress Bar?,One of the key elements of any modern website that you would have come across on the internet is an HTML progress bar. H...
Java 13 Text Blocks – Multiline string literals
Java 13 Text Blocks - Multiline string literals,Java 13 finally brings support for multi-line string literals after dropping similar functionality from Java 12. String literals in ...
Setting up Java project for monitoring
Setting up Java project for monitoring,In any Java application deployed to monitoring, it is important to have proper monitoring / alerting infrastructure setup. Apart from the inf...
A (super)quick guide to VueJS ecosystem – from senior Java dev point of view
A (super)quick guide to VueJS ecosystem - from senior Java dev point of view, JavaScript ecosystem in a nutshell At the end of 2016 or beginning of 2017 I came across this blog pos...
Getting Started with the Java Streams API
Getting Started with the Java Streams API,The Streams API was added in 2014 with the release of Java 8 so you’ve almost certainly got it available today. It is used to pass a seri...
Why We Should Follow Method Overriding Rules
Why We Should Follow Method Overriding Rules,In my previous articles Why Should We Follow Method Overloading Rules, I discussed method overloading and rules we need to follow ...