Said Olano

Said Olano @said_olano

About: Student of Italian (A1) and Portuguese (A1). Native Spanish speaker (Born in Xalapa, Veracruz, Mexico).

Location:
Guadalajara, Mexico
Joined:
Sep 30, 2023

Said Olano
articles - 123 total

AWS - How to create a role

To create an AWS role: aws iam create-role --role-name eks-lab-role --assume-role-policy-document...

Learn More 0 0Jun 29

What is an ADR?

An Architectural Decision Record (ADR) is a short document that explains: What architectural...

Learn More 0 0Jun 26

What SonarQube is...

SonarQube is a static code analysis tool that automatically inspects the quality of source code. It’s...

Learn More 0 0Jun 26

cucumber 4 Java

Cucumber is an automated testing tool used for functional or acceptance testing. In the Java...

Learn More 0 0Jun 24

How to create beans in the Spring Framework.

In the Spring framework, there are several ways to create beans. Here are the most common ones: 1....

Learn More 0 0Jun 24

How to run Splunk in MAC OS with Docker

If you want to run Splunk on your MAC OS Laptop device, you only have to run this command: 1.-...

Learn More 0 0Jun 20

Java CRUD with ElasticSearch

Brief sample of the interaction between Java and ElasticSearch: 1.- Insert the record on the...

Learn More 0 0Jun 19

Lucene - Java Sample

A brief example of Lucene usage in Java. Indexer: Main Java Class: This is the...

Learn More 0 0Jun 19

How to create a nginx web server with ansible

If you want to create, configure and deploy one Nginx web server with ansible as infrastructure tool,...

Learn More 0 1Jun 12

NoSQL Databases

Today, I was re-studying the features of NoSQL Databases and created a diagram to illustrate their...

Learn More 0 0May 10

Pipes and Filter Pattern

When to use this pattern Use this pattern when: The processing required by an application can...

Learn More 0 0Feb 14

Cloud Load Balancer Pattern

When the traffic increases, the cloud load balancer scales up to handle additional workloads, hence...

Learn More 0 0Feb 14

Load balancer vs API Gateway

A Load Balancer primarily distributes traffic efficiently, while an API Gateway focuses on managing...

Learn More 0 0Feb 11

Scalable AWS Services

I was reading about what AWS Services are ready to be easily scaled up/down. Here you have the...

Learn More 0 0Feb 11

Maven Project - Call python executable

If for any reason you need to compile one maven project (Java) with internally used Python, then you...

Learn More 0 0Jan 31

Why build a Microservice?

How to organize the subdomains into one or more deployable/executable components? Design an...

Learn More 0 0Jan 14

Java-kafka producing a message

A post by Said Olano

Learn More 0 0Jan 14

How to index in SolrJ

If you want to index information (a document) in Solr. Indexing is also simple using SolrJ. Users...

Learn More 0 0Jan 14

Remove plugins affecting Intellij idea

If one day you install a plugin on Intellij Idea and restart it and you detect issues, but you need...

Learn More 0 0Jan 14

Java interacting with Apache Avro

This Java-Avro Sample demonstrates how we setup a POJO and then save the info into an Avro file to...

Learn More 0 0Jan 14

how to write a Rabbit Message

This post shows you the way to write a message to a Rabbit Queue: After sending the message,...

Learn More 0 0Jan 12

how to inspect a docker container

josesaidolanogarcia@MacBook-Pro-de-Jose ~ % docker inspect nginx-container

Learn More 0 0Jan 12

How to run a Nginx-web server

Nginx ("engine x") is an HTTP web server, reverse proxy, content cache, load balancer, TCP/UDP proxy...

Learn More 0 0Jan 12

Lettuce - A Java Redis Client

Redis is an in-memory key-value store that can be used as a database, cache, or message broker....

Learn More 3 0Jan 11

What is Azure Kubernetes Service (AKS)?

Azure Kubernetes Service (AKS) is a managed Kubernetes service that you can use to deploy and manage...

Learn More 0 0Jan 9

how to create and run a Java Web App on a Docker container and finally open it on a default browser

I was quite curious about recording a video to share the things I normally work on. Here you have it....

Learn More 0 0Jan 9

RoadMaps commonly used in the IT world

At the IT world, there are multiple kind of tasks and activities to be thought, layered out and...

Learn More 0 0Jan 6

Cloud Design Patterns 01-10

In the real and current world, there are a lot of multiple and diverse design patterns, as well as...

Learn More 0 0Jan 6

Testcontainers for kafka

Apache kafka being tested with TestContainers suite: Testcontainers is an open source library for...

Learn More 0 0Dec 31 '24

Apache Avro

Apache Avro. Apache Avro™ is a data serialization system. Avro provides: Rich data...

Learn More 0 0Dec 31 '24