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 ...
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 ...
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 ...
As use of blockchain grows, so too does the adoption of distributed ledger technology in its many forms. Blockchain is the underlying storage mechanism for DLT, and with smart contracts a blockchain ...
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 ...
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 ...
The Scrum framework is commonly applied to software development to help teams complete projects on time and on budget and adapt as needed. It emphasizes transparency, inspection and adaptation, ...
This represents a waterfall type of approach to project planning, where one phase flows into the other. It works well for certain industries such as construction and manufacturing, but it is less ...
Kebab case -- or kebab-case -- is a programming variable naming convention where a developer replaces the spaces between words with a dash. Programming variable names should be descriptive. Two or ...
Jenkins provides two different syntaxes for pipelines. When DevOps engineers write a Jenkins pipeline, they can choose between declarative and scripted. The differences between the two are both subtle ...
Branch management is the most difficult part of distributed version control system (DVCS) management. How developers separate the code they write for feature enhancements from hotfixes or public ...
Variable naming conventions are important. Any time a developer learns a new language or low-code tool, one of the first topics they seek clarification on is the standardized naming conventions.