-
Enterprise Java
JSF 2.0 Tutorial for Beginners
1. What is JSF? JSF is an acronym for Java Server Faces. It is a server side processing technology which…
Read More » -
Core Java
Getters and Setters Considered Harmful
Java programmers habitually pepper their classes with “getters” and “setters,” and this practice is so ingrained that probably few ever…
Read More » -
Software Development
If You’re Planning to Write Java Code in 2020 – Here Are the Top 5 Predictions You Can’t Afford to Miss
There’s no better time to start planning for 2020 and make sure your application is ready for the upcoming changes and…
Read More » -
Enterprise Java
Spring Data JPA Example with Spring Boot
1. Introduction In this post, we shall demonstrate how to leverage the powerful Spring Data JPA APIs to interact with…
Read More » -
Software Development
Finding Project Management Balance for Small Engineering Teams
Managing a small engineering team — whether it’s one team within a larger engineering organization, such as Facebook, Google, or…
Read More » -
Agile
Product Owner or Backlog Administrator?
In the official guides all Product Owners are equal. One size fits all. In the world I live in some…
Read More » -
Software Development
MicroServices – Part 6 : Distributed Tracing with Spring Cloud Sleuth and Zipkin
One of the challenges in microservices architecture is the ability to debug issues. A simple user action might trigger a…
Read More » -
Enterprise Java
Setting Up Cassandra With Priam
I’ve previously explained how to setup Cassandra in AWS. The described setup works, but in some cases it may not…
Read More » -
Software Development
Azure Functions – Part 2: Serving HTML Pages with Azure Functions
Previous Tutorial: Azure Functions – Part 1: Getting Started In the last tutorial we created a simple Azure Function that…
Read More »