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.
There are a variety of options for deploying microservices in AWS, with Fargate-based Elastic Container Service being one of the easiest and least expensive to use. In this AWS ECS tutorial, we looked ...
The reverse proxy then forwards the request to that server, allows the request to be processed, obtains a response from that backend server, and then send the response back to the client. An Nginx ...
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 ...
Looking to use an open source general-purpose database? This extensive comparison of MySQL vs. PostgreSQL explores the strengths and weaknesses of each.
Despite similarities, the use case for forward proxy vs. reverse proxy are vastly different. Here are key differences between a forward and reverse proxy.
Just how closely have you been paying attention to the introduction to Jenkins tutorials TheServerSide has been running lately? We have some Jenkins questions for you. Here's a quick Jenkins quiz to ...
Proponents of WebAssembly say it will vastly change how web applications are packaged and deployed. Here are 11 reasons why WebAssembly is on the rise.
David Sims is president of Flux, a leading workload automation and managed file transfer solution. I: Why Should You Care About Managed File Transfer? In an SOA world, bulk data transfer occurs ...
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.