-
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 » -
Software Development
[MEGA DEAL] AWS Solution Architect Certification Training Bundle (92% off)
Get Certified In Using the World’s Largest Cloud Computer Platform Hey fellow geeks, This week, on our JCG Deals store,…
Read More » -
Enterprise Java
Secure Spring Boot REST API using Basic Authentication
This is the third post of my Spring Boot Blog post series. In the very first post, I talked about…
Read More » -
Core Java
Is Java Certification Worth It?
Gaining a certification in any profession always has its pros and cons, but it seems like in the world of…
Read More » -
Core Java
Java Command-Line Interfaces (Part 22): argparser
John Lloyd‘s argparser is the library covered in this twenty-second post of the series on Java-based command line argument parsing.…
Read More »