Community driven content discussing all aspects of software development from DevOps to design patterns. If your Jenkins builds don’t use Docker, you’re not playing the continuous integration game on ...
A microservices application is one that is composed of a series of discrete services, which communicate with one another via an API. Microservices apps are the opposite of monolithic applications. The ...
At first glance, choosing the best container base image for a Java application may seem simple enough. Teams tend to approach the issue by optimizing layer by layer: they choose the smallest base ...