5 Best courses to learn Apache Kafka for Java Programmers
5 Best courses to learn Apache Kafka for Java Programmers,Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the d...
Reflecting on My Fourth Semester of Teaching
Reflecting on My Fourth Semester of Teaching, Teaching Reflections (5 Part Series) 1 Reflecting on My First Semester of Teaching 2 Reflecting on My Second Semester of Teaching 3 Re...
Building an Event Listener SPI (Plugin) for KeyCloak
Building an Event Listener SPI (Plugin) for KeyCloak,In this blog, I will talk about how to build an event listener plugin (called an SPI) for KeyCloak So, what is Keycloak? Keyclo...
How Do I Compare Strings In Java
How Do I Compare Strings In Java,This article is originally published at https://coderolls.com/compare-strings-in-java/ In this article you are going to learn how to compare string...
Classes and Objects
Classes and Objects,Classes and objects can be used to create code that acts similar, or has similar features, but with variations. You could have a class called 'Dog' which stores...
Java Garbage Collection Logs & How to Analyze Them
Java Garbage Collection Logs & How to Analyze Them, Understanding Java Garbage Collection (3 Part Series) 1 Java Garbage Collection Logs & How to Analyze Them 2 A Quick Start o...
Top 5 Career Options for Senior and Experienced Developers
Top 5 Career Options for Senior and Experienced Developers,Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the ...
Design Patterns — Composite
Design Patterns — Composite,This has been posted on Medium The composite design pattern is about a hierarchy where nodes with children have different behavior than childless nodes...
Project Overview: the Basic Microservices Architecture with Spring Cloud
Project Overview: the Basic Microservices Architecture with Spring Cloud,This post presents the basic architecture of an online flower shop in a microservices architecture. I have ...
My first attempt at Generics…
My first attempt at Generics...,... it turns out I didn't need it! It's been a while that I wanted to try something with Generics. The opportunity just hit me when an implementatio...