Java Objects Everywhere Part 3Let us discussed further data attributes in this article.May 16, 2020May 16, 2020
Java Objects Every Where Part 1This series makes veteran and java programmers life easier. Every article has a simple program to demonstrate capabilities.May 16, 2020May 16, 2020
Combinator Design PatternWe have previously discussed the importance of Pure Function Programming and challenges associated with it. In this article through our…Apr 25, 2020Apr 25, 2020
Functional Programming With CallbackJavaScript and many other programming languages provide callback facilities. In this article briefly, we will explain programmatically how…Apr 25, 2020Apr 25, 2020
Functional Programming CharacteristicMany of you have done functional programming in Scala, Java or maybe including closures. What is most important if functional programming…Apr 25, 2020Apr 25, 2020
Junit 5 Jupiter advance topicsJunit has a number of configurable parameters which can be used for running unit tests. It allows running unit tests in a single thread…Apr 18, 2020Apr 18, 2020
Simplified Junit 5In this article, we will simply describe in simple words Junit 5. It has been around for a few years but developers are slow to adopt it…Apr 18, 2020Apr 18, 2020
The myth about @Nullable @NotNullThere is a misunderstanding of declaring annotation in Java about @Nullable and @NotNullMar 21, 2020Mar 21, 2020
Handle NullPointerException with NullAway librariesNullAway libraries allow you to detect null pointer exception or object referencing a null value at compile time. It allows the developer…Mar 21, 2020Mar 21, 2020