-
Software Development
Eclipse Project Licenses
While it’s true that most Eclipse projects use the Eclipse Public License, many Eclipse open source projects use alternative licenses…
Read More » -
Software Development
[MEGA DEAL] The Machine Learning Mastery eBook Bundle (91%)
Supercharge Your Machine Learning Skills & Effectively Develop AI Programs with 10 eBooks from Packt Publishing Hey fellow geeks, This…
Read More » -
Software Development
Revolutionary Evolution
Here is the question I keep hearing almost every time I speak at a conference about object-oriented programming and my…
Read More » -
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 »