Wszystkie artykuły
AWS lambda deploy
In this article, I will show how to deploy our lambda nodejs simple application using terraform. We will focus on how to connect our aws account with a local machine to easily apply terraform. In addition, we configure the API gateway to call lambda by HTTP method.
GitLab pipelines
Recently, the CI/CD approach has been very popular. We are going to push albo deploy our changes to the environment as quickly as possible. Thanks […]
Elasticsearch in Java projects – query documents
The previous article 'Elasticsearch in Java projects – index and read documents’ presents how to store the documents in the index. However, the primary function of the […]
Elasticsearch in Java projects – data enrichment
The previous articles present how to index and query documents using a single index. Let’s imagine more real-life scenario when the relevant information is kept […]
Elasticsearch in Java projects – RESTful API over HTTP
The previous articles focus on the communication with Elasticsearch using Java Rest High Level Client. This article presents the communication over RESTful API over HTTP […]
Spring Cloud Contract
Spring Cloud Contract helps developers in implementing the Consumer Driver Contracts(CDC) approach. In this article, we’ll explain what is Consumer Driven Contract Testing and see […]
Save your time with MapStruct library
The MapStruct library is a great tool that can help you save time and make your life easier. Many times, when working in a microservices […]
Elasticsearch in Java projects – aggregations
This article, in contrary to previous ones, is not dedicated to search. It presents another powerful aspect of the Elasticsearch – Aggregations, that let users […]
Spring Cloud Config
Spring Cloud Config is a project that offers support for externalized configuration in a distributed system for both client side and server side. At server […]
Elasticsearch in Java projects – index and read documents
Nowadays market puts a huge demand for projects on efficient searching and analyzing capabilities of the big volume data. The answer on this is using […]