-
Software Development
An Overview of the Security Ecosystem in Programming
As is the case in recent years, security breaches are becoming ever more accepted. Just take the recent Equifax breach…
Read More » -
Software Development
Digital Transformation through Composable Integration
Digitalization is heavily used in enterprises today to achieve business success. Business entities which do not embrace this change are…
Read More » -
Enterprise Java
Asynchronous communication made by OpenHub framework
We introduced OpenHub framework in the previous part of this series. This part shows one of the most powerful feature…
Read More » -
Enterprise Java
Spring Cloud – Basic setup
Spring Cloud solves common problems of distributed systems. However, for someone who works only with widely known monolith applications jumping…
Read More » -
Core Java
Java Command-Line Interfaces (Part 24): MarkUtils-CLI
The first post in this series on parsing command line arguments in Java featured the Apache Commons CLI library. This…
Read More » -
Software Development
A New Idea For Functions
Introduction Man, I’ve had this idea in my head for more than a month now (luckily I wrote it down,…
Read More » -
Core Java
Java Command-Line Interfaces (Part 23): Rop
The Rop library is described on its main page as “a lightweight command line option parser written in Java.” The…
Read More » -
Enterprise Java
Jackson JSON Parsing Error – UnrecognizedPropertyException: Unrecognized field, not marked as ignorable [Solved]
While parsing JSON string received from one of our RESTful web services, I was getting this error “Exception in thread…
Read More »