-
Software Development
Visual Studio Code vs IntelliJ IDEA – Which is best for Java devs?
When you spend more time in front of your code than you do with your family, you can officially call…
Read More » -
Software Development
Reverse a String in Dart
In this article, we will look at string reversal in Google’s Dart language. How to Implement the Solution Below is…
Read More » -
Software Development
Test Setup is Somewhere Else
What to Expect of a Test Case It prepares some scenario It executes the system under test It makes some…
Read More » -
Core Java
Six More JEPs Proposed for JDK 14
A recent Mark Reinhold message announces six new “JEPs proposed to target JDK 14”: JEP 345, JEP 361, JEP 363,…
Read More » -
Core Java
Java 13: Enhancements to Switch Expressions
You may remember from my previous post that, in Java 12, the traditional switch statement was enhanced so that it…
Read More » -
Enterprise Java
AtomicInteger on Java and Round-Robin
AtomicInteger belongs to the family of Atomic Variables. The main benefit is that using it, is not blocking instead of…
Read More » -
Enterprise Java
Restoring Cassandra Priam Backup With sstableloader
I’ve previously written about setting up Cassandra and Priam for backup and cluster management. The example that I gave for…
Read More » -
Software Development
Don’t comment bad code—rewrite it
In this post i will share my experience of “comments in code” that i have got by reading code ,…
Read More » -
Enterprise Java
SQL as a Service
I’ve been thinking about this since 2007, somewhere around the time S3 was launched by Amazon. I even tried to…
Read More »