-
Core Java
Java Variables
Variables The variable is the basic unit of storage in a Java program. A variable is defined by the combination…
Read More » -
Agile
MVP is a marketing exercise not a technology exercise
… Minimally Viable Product Possibly the most fashionable and misused term the digital industry right now. The term seems to…
Read More » -
Core Java
Java 9: The Good, The Bad, and Private Interface Methods
Java 9 was released a few weeks ago. Check the release notes, they include many interesting features. However, I think…
Read More » -
Agile
Scrum and universal truths
An update to the Scrum Guide will be released on 7 November 2017. In a webinar the principal co-creators of…
Read More » -
Core Java
JUnit 5 – Basics
JUnit 5 is the next generation unit testing framework for Java equipped with many interesting features including nested tests, parameterized…
Read More » -
Core Java
Java Command-Line Interfaces (Part 20): JSAP
JSAP (Java Simple Argument Parser) 2.1 is the focus of this twentieth post in this series on processing command line…
Read More » -
Core Java
Java Data type and Identifier
In this tutorial we are going to see about Data types and Identifiers in Java. Java language has a rich…
Read More » -
Enterprise Java
Call on me, or Asynchronous REST
This article is a very simple example of a working asynchronous REST application, made with Spring Boot + Java 8.…
Read More » -
Software Development
Advantages of Functional Programming
In Part I of this series, I talked about the core concepts of functional programming and gave a few examples…
Read More »