-
Enterprise Java
Spring Boot Exit Codes – Create Custom Exit Code
When running a Spring Boot application, we get a system exit code of 0, when everything goes fine. For any…
Read More » -
Software Development
Displaying Data from Related Tables Using Angular with the API Server
Angular is an updated framework for dynamic Web apps, built upon and expanding principles of Angular JS. The CData API…
Read More » -
Software Development
Software Development: The Road to Mastery
No one is born with mastery in software development. It is a journey that takes years of experience to attain.…
Read More » -
Angular
Angular Route Guards Example
Welcome readers, in this tutorial, we will implement the Route Guards in an angular application. 1. Introduction Angular is a…
Read More » -
Core Java
Java ArrayDeque
Introduction: ArrayDeque in Java is a class that implements a Deque interface. It’s an array-based implementation of a double-ended queue.…
Read More » -
Enterprise Java
Using @ResponseStatus for Http Status in Spring
Introduction: In Spring MVC, we can set the status of the HttpResponse in several ways. In this tutorial, we’ll achieve…
Read More » -
DevOps
Microservices adventures: Ignoring platform complexity
I think there is a common misconception about microservices out there. The popular opinion is that microservices supposed to be…
Read More » -
Software Development
JKS: Extending a Self-Signed Certificate
Sometimes you don’t have a PKI in place but you still need a key and a corresponding certificate to sign…
Read More » -
Agile
Strategy Behind More Agile Budgeting, Part 2
I suggested ways to think about more agile budgeting in part 1. I didn’t tell you why. How do you…
Read More »