Docker Container Tutorials
In this Docker Tutorial, you’ll learn how you can use Docker to package and distribute your applications. Installation Introduction Services Databases
Favourite tutorials for developers
In this Docker Tutorial, you’ll learn how you can use Docker to package and distribute your applications. Installation Introduction Services Databases
One of the core technologies that many Docker environments rely on is service discovery. Service discovery allows an application or component to discover information about their environment and neighbors. This is usually implemented as a distributed key-value store, which can also serve as a more general location to dictate configuration details. Configuring a service discovery tool allows you to separate your runtime configuration from the actual container, which allows you to reuse the same image in a number of environments. In this guide, we’ll discuss the benefits of service discovery within a clustered Docker environment. We will focus mainly on general concepts, but provide more specific examples where appropriate.
The Docker project has given many developers and administrators an easy platform with which to build and deploy scalable applications. In this series, we will be exploring how Docker and the components designed to integrate with it provide the tools needed to easily deliver highly available, distributed applications.
Gradle is a build automation tool for multi-language software development. It controls the development process in the tasks of compilation and packaging to testing, deployment, …
This contains the tutorials of Golang / Go Crash Course series Install Golang You can find some downloads of Go for Microsoft Windows, Apple macOS …
Spring Boot Microservices are extremely easy to build. As an extremely popular microservices framework, Spring Boot allows Rapid Application Development.Using Spring Boot, you can build production-ready Java microservices in less time. With Spring Boot, even development teams with less experience in Java or Spring framework can start delivering business value.
Java API for RESTful Web Services (JAX-RS), is a set if APIs to developer REST service. JAX-RS is part of the Java EE6, and make developers to develop REST web application easily. In this series of JAX-RS tutorials, we use both Jersey and RESTEasy, popular JAX-RS implementation.
Apache log4j, a classic logging tool in Java. These are a series of Log4j 1.2 tutorials
The Spring framework , created by Rod Johnson, is an extremely powerful Inversion of control(IoC) framework to help decouple your project components’ dependencies. In this series of tutorials, it’s provides many step by step examples and explanations on using the Spring framework.
Spring MVC, a Java Model-View-Contraller (MVC) web framework, which builds on top of the Spring Inversion of control(IoC) framework. Rewrite and Spring 4 (12/Jun/2015)I’m rewriting the outdated …