Community driven content discussing all aspects of software development from DevOps to design patterns. I recently had the need to tag an older Git commit in the course of my studies, and I was ...
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 ...
MySQL and PostgreSQL are two of the most used open source SQL databases, and both fulfill the role of a general-purpose database well. How do you choose which one to use for a project? Let's look at ...
When DevOps evangelists talk about the final product of a continuous delivery pipeline, they usually describe some process in which an enterprise application is deployed to an embedded server, ...
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 ...
The Hypertext Transport Protocol requires all HTTP methods to declare whether they are idempotent or not. With an idempotent HTTP method, multiple invocations always leave the data on the server in ...
No, HTML is not a computer programming language. This may ruffle the feathers of web developers and graphic designers who take pride in the webpages they have built. Nevertheless, HTML is not a ...
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 ...
Community driven content discussing all aspects of software development from DevOps to design patterns. The 1.0 version of the Hypertext Transfer Protocol, issued way back in 1996, only defined three ...
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 ...
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 ...
The object-oriented paradigm popularized by languages including Java and C++ has slowly given way to a functional programming approach that is advocated by popular Python libraries and JavaScript ...