-
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 » -
Software Development
[MEGA DEAL] Devslopes Coding Academy: Lifetime Membership (99% off)
Learn to Code Through an Immersive, Fun, Community-Driven Experience with 300+ Hours of Instruction Hey fellow geeks, This week, on…
Read More » -
Core Java
PriorityBlockingQueue In Java
Introduction: A PriorityBlockingQueue in Java implements the BlockingQueue interface and supports the features of a PriorityQueue. So, what’s a BlockingQueue?…
Read More »