Community driven content discussing all aspects of software development from DevOps to design patterns. The Actor Model is a style of software architecture in which the basic computational unit is ...
Community driven content discussing all aspects of software development from DevOps to design patterns. HTTPS is a popular mechanism for communicating across the Internet, but security minded ...
Community driven content discussing all aspects of software development from DevOps to design patterns. The key difference between PUT and POST methods is that a PUT is restricted to create or update ...
Often, hybrid microservices architecture is overlooked when comparing synchronous and asynchronous communication, but it's an important model to know. Here's how these microservices architectures work ...
Repeated prompts to enter your Git username and password are a frustrating annoyance developers can live without. Unfortunately, if your Git installation has not been configured to use a credential ...
While SOAP-based web services form the backbone of most legacy web service implementations, RESTful APIs have become the de facto standard for cloud-native microservices development. In this ...
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 ...
It's not unusual for database developers who move from Microsoft-based .NET platforms into the world of Java development to wonder, 'What's the difference between ODBC and JDBC?' It's a good question.
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 ...
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 ...
Since its introduction in 2014 the Solidity programming language has become the de facto standard to write smart contracts on the Ethereum blockchain network. Solidity is so popular that numerous ...
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 ...