News

What's the difference between the sprint backlog and product backlog? They're distinct, but essential to Scrum's iterative, ...
Learn how to use the Java Development Kit (JDK) to build Java applications that can run on any Java Virtual Machine (JVM) on a variety of operating systems.
At TSSJS 2011, James Gosling, the father of Java, talks about Java and the JVM, and opines about how the Java Virtual Machine, not necessarliy the Java language, is what he is most passionate about.
While there are almost 40 registered HTTP request methods, most RESTful web developers only use five of them. Here are the most important HTTP methods and examples of how to use them.
While improving deployment and integration are reasons for adopting a DevOps process, benefits can extend to the user experience. Expert Christopher Ward explains how.
A Scrum master is expected to both serve and lead their team. Here are five servant leader examples from Scrum.
The Kubernetes interview questions that follow go beyond the typical rudimentary inquiries, such as “What is a pod?” and “What is a service?” This article assumes that you can answer those questions.
People often ask, "What's the difference between a Scrum master and a SAFe Scrum master?" And, "What exactly does a SAFe Scrum master do?" There is a great deal of overlap between these two ...
Community driven content discussing all aspects of software development from DevOps to design patterns. By default, the Nginx Docker image is configured as a file server, not a reverse proxy or a load ...
There is no sanctioning body or open source linter that can verify if a RESTful API conforms and complies with all applicable REST API naming conventions and best practices. However, REST API ...
Here's a quick tutorial on how to setup Nginx with PHP support. The key? The installation of fastCGI, aka PHP-FPM, so Nginx can serve PHP files to clients.