-
DevOps
Creating a Jenkinsfile pipeline
Basics of setting up a Jenkins multibranch pipeline job and defining a Jenkinsfile. Creating Multibranch Pipeline Job If you want…
Read More » -
Core Java
Java Queue Interface
Introduction: A Queue is a FIFO (First In First Out) abstract data type (ADT). In other words, the elements are…
Read More » -
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 »