Community driven content discussing all aspects of software development from DevOps to design patterns. There’s an interesting change packaged inside the CDI 4.0 release that will change the way you ...
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 ...
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 ...
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 ...
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 ...
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 ...
It has been said that there are only two difficult tasks in modern software development: distributed cache invalidation and how to name stuff. The following variable naming conventions won't assist ...
The GitHub Desktop app download and setup process is straightforward. It's a 77 MB download, and the .exe file will install quickly into the C:\Program Files folder. A GitHub Desktop setup screen will ...
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 ...
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 ...
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 ...
It's surprisingly easy to deploy microservices in the AWS cloud. AWS Elastic Container Service (ECS) can pull images from Docker Hub and manage container workload with low-cost AWS Fargate clusters.