How well do you know the Manifesto for Agile software development? Here are 10 interesting facts about the Agile Manifesto's principles and values. They say things constantly change in the software ...
This Jenkins quiz focuses largely on the installation and configuration of the popular continuous integration (CI) tool, but we're also going to ask some Jenkins questions that hit on the history and ...
It's not hard to create a RESTful web service in Java. In fact, frameworks like Spring Boot, the Eclipse MicroProfile and Jakarta Enterprise Edition make the development of RESTful Java applications ...
Army generals lead their soldiers using a command and control approach to leadership. Scrum masters prefer the servant-leader approach. A servant-leader is someone who the puts the well-being of team ...
The Java ecosystem has historically been blessed with great IDEs to work with, including NetBeans, Eclipse and IntelliJ from JetBrains. However, in recent years Microsoft's Visual Studio Code editor ...
We all know who developers are. They're the workers who build the product. We all know who the Scrum Master is. That's the team member designated to coach and guide the team on Scrum theory and ...
The 1.0 version of the Hypertext Transfer Protocol, issued way back in 1996, only defined three HTTP verbs: GET, POST and HEAD. The most commonly used HTTP method is GET. The purpose of the GET method ...
There is a perception among many that blockchain and distributed ledger technology are the same thing. This is not quite the case. This article explains the difference between blockchain and ...
Git isn't hard to learn, and when you combine Git and GitHub, you've just made the learning process significantly easier. This two-hour Git and GitHub video tutorial shows you how to get started with ...
Any developer on a team that practices Scrum, XP, Kanban or Lean-based software development methodologies should be familiar with the Agile Manifesto and the Agile principles it espouses. But not all ...
To the surprise of many developers, the 2020 Scrum Guide removed all references to these three questions. Does that mean these three daily Scrum questions are bad? Not really -- it's just that asking ...
It's not good enough to simply write code that works. That code must be easily maintained, enhanced and debugged when problems happen. One of the reasons why object-oriented programming is so popular ...