-
Enterprise Java
Create a Secure Spring REST API
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Enterprise Java
Integrating Applications As Heroku Add-Ons
Heroku is a popular Platform-as-a-Service provider and it offers vendors the option to be provided as add-ons. Add-ons can be…
Read More » -
Enterprise Java
Java EE with NetBeans 10
The Apache NetBeans project is really shaping up. Version 10.0 was released on the 27th of December 2018. The main…
Read More » -
Enterprise Java
Spring Boot Hibernate Tips
1. Overview Hibernate needs no introduction. It is the most popular ORM out there for Java. Similarly, Spring Boot is…
Read More » -
Software Development
Test-Driven Development – you are doing it wrong!
Test-Driven Development is one of those techniques that somehow is not as widely used as it should be. I know…
Read More » -
Enterprise Java
The Right Flow For The Job: Which OAuth 2.0 Flow Should I Use?
What is What in OAuth 2.0 OAuth 2.0 is a well-adopted delegated authorization framework which is already with us for…
Read More » -
Software Development
[MEGA DEAL] Ethical Hacking A to Z Training Bundle (98% off)
Break Into the Lucrative World of Ethical Hacking with Over 45 Hours of Immersive Content Hey fellow geeks, This week,…
Read More » -
Enterprise Java
Unit testing DynamoDB applications using JUnit5
In a previous post I had described the new AWS SDK for Java 2 which provides non-blocking IO support for Java…
Read More » -
Core Java
Parsing Value from StreamCorruptedException: invalid stream header Message
It is a relatively common occurrence to see StreamCorruptedExceptions thrown with a “reason” that states, “invalid stream header” and then…
Read More »