AWS Cloud Architect

Search for a command to run...


Elasticsearch is a search engine based on the Lucene library. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents. To read more about at Elasticsearch Document. In this post...

I. Introduction In this article you learn about Spring Boot JPA allowing to build simple backend applications by connect MySQL database container by write docker-compose file. Spring Data JPA is a great choice allowing to speed your development and f...

Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. read more for detail Docker Compose Documentation In this article, I will introduce setup Dock...

Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. You can references to documents at this https://www.docker.com/ . Step 1: Need to update software repositories. Run ...
