To create an AWS role: aws iam create-role --role-name eks-lab-role --assume-role-policy-document...
An Architectural Decision Record (ADR) is a short document that explains: What architectural...
SonarQube is a static code analysis tool that automatically inspects the quality of source code. It’s...
Cucumber is an automated testing tool used for functional or acceptance testing. In the Java...
In the Spring framework, there are several ways to create beans. Here are the most common ones: 1....
If you want to run Splunk on your MAC OS Laptop device, you only have to run this command: 1.-...
Brief sample of the interaction between Java and ElasticSearch: 1.- Insert the record on the...
A brief example of Lucene usage in Java. Indexer: Main Java Class: This is the...
If you want to create, configure and deploy one Nginx web server with ansible as infrastructure tool,...
Today, I was re-studying the features of NoSQL Databases and created a diagram to illustrate their...
When to use this pattern Use this pattern when: The processing required by an application can...
When the traffic increases, the cloud load balancer scales up to handle additional workloads, hence...
A Load Balancer primarily distributes traffic efficiently, while an API Gateway focuses on managing...
I was reading about what AWS Services are ready to be easily scaled up/down. Here you have the...
If for any reason you need to compile one maven project (Java) with internally used Python, then you...
How to organize the subdomains into one or more deployable/executable components? Design an...
If you want to index information (a document) in Solr. Indexing is also simple using SolrJ. Users...
If one day you install a plugin on Intellij Idea and restart it and you detect issues, but you need...
This Java-Avro Sample demonstrates how we setup a POJO and then save the info into an Avro file to...
This post shows you the way to write a message to a Rabbit Queue: After sending the message,...
josesaidolanogarcia@MacBook-Pro-de-Jose ~ % docker inspect nginx-container
Nginx ("engine x") is an HTTP web server, reverse proxy, content cache, load balancer, TCP/UDP proxy...
Redis is an in-memory key-value store that can be used as a database, cache, or message broker....
Azure Kubernetes Service (AKS) is a managed Kubernetes service that you can use to deploy and manage...
I was quite curious about recording a video to share the things I normally work on. Here you have it....
At the IT world, there are multiple kind of tasks and activities to be thought, layered out and...
In the real and current world, there are a lot of multiple and diverse design patterns, as well as...
Apache kafka being tested with TestContainers suite: Testcontainers is an open source library for...
Apache Avro. Apache Avro™ is a data serialization system. Avro provides: Rich data...