-
Core Java
Did You Know You Can Create Mappers Without Creating Underlying Objects in Java?
As most Java developers know, putting values in a Java Map (like a HashMap) involves creating a large number of…
Read More » -
JavaScript
Firebase Cloud Firestore using Node.js
Hello. In this tutorial, we will explain the implementation of Firebase Firestore in the node.js application. The application will be…
Read More » -
Enterprise Java
How to properly inject CDI beans into JAX-RS sub-resources
Jakarta REST (JAX-RS) defines it’s own dependency injection using the @Context annotation. REST resources also support CDI injection if you enable CDI on the…
Read More » -
Software Development
The 2021 Complete Microsoft Azure Certification Prep Bundle
42 Hours of Prep Content to Fast Track Your Microsoft Azure Professional Career from Top-Rated Instructors Scott Duffy & Anand…
Read More » -
DevOps
Best Practices for a Successful DevOps Transformation
Introduction In this competitive world, every organization is moving towards digital transformation. To stay ahead of the competition businesses are…
Read More » -
Enterprise Java
Add Grpc to your Spring Application
On the previous example we had a Java application spinning up an http server and upon this Java process operating…
Read More » -
Core Java
Avoid leaking domain logic
Many software architectures try to separate domain logic from other parts of the application. To follow this practice we always…
Read More » -
Software Development
The Ultimate 2021 Cyber Security Survival Training Bundle
5 Lifetime Courses & 60 Hours of Content on CompTIA, CISCO, CCSK, CISM, and More! Get All the Training You…
Read More » -
Enterprise Java
Using JaCoCo to measure system test coverage
Measuring test coverage of your production code can quickly become a heated topic, especially with regards to which percentage is…
Read More »