Blog

Technical Articles & Projects
Profile
Gastón Gaitan
May 13, 2025
Docker Images and Containers in AWS
Docker Images and Containers in AWS

ECR and ECS in a nutshell.

1 month ago
Profile
Gastón Gaitan
April 25, 2025
Unpacking Operator in Python
Unpacking Operator in Python

A useful tool to create sophisticated Python code.

1 month, 3 weeks ago
Profile
Gastón Gaitan
April 24, 2025
Python multithreading with ThreadPoolExecutor
Python multithreading with ThreadPoolExecutor

Learn the multithreading module.

1 month, 3 weeks ago
Profile
Gastón Gaitan
April 23, 2025
Run AWS locally with LocalStack
Run AWS locally with LocalStack

No need to spend money on AWS when you can simulate cloud resources using AWS CLI with LocalStack

1 month, 3 weeks ago
Profile
Gastón Gaitan
April 19, 2025
What makes an API an API REST?
What makes an API an API REST?

Not all APIs deserve to be called REST.

1 month, 4 weeks ago
Profile
Gastón Gaitan
April 12, 2025
Differences between HTTP and TCP
Differences between HTTP and TCP

My 2 cents to help more people to understand protocols.

2 months ago
Profile
Gastón Gaitan
April 10, 2025
Dependency Injection
Dependency Injection

The main concept is : instantiate your objects outside the class, not inside.

2 months ago
Profile
Gastón Gaitan
April 04, 2025
Understanding AWS SQS Service
Understanding AWS SQS Service

SQS allow developers to implement queue services in AWS.

2 months, 1 week ago
Profile
Gastón Gaitan
April 02, 2025
Python Virtual Environments
Python Virtual Environments

How python isolates its dependencies?

2 months, 2 weeks ago
Profile
Gastón Gaitan
March 31, 2025
Controller-Service Pattern in Node JS
Controller-Service Pattern in Node JS

Structure backend applications by separating concerns.

2 months, 2 weeks ago
Profile
Gastón Gaitan
March 27, 2025
How API Endpoints Work in Python
How API Endpoints Work in Python

After understanding the concept, let's get into practical knowledge.

2 months, 2 weeks ago
Profile
Gastón Gaitan
March 24, 2025
Principio SOLID de responsabilidad única
Principio SOLID de responsabilidad única

Primer principio solid: menos responsabilidadades, mejor.

2 months, 3 weeks ago
Profile
Gastón Gaitan
March 24, 2025
Aprender Inglés, con paciencia, cualquiera puede
Aprender Inglés, con paciencia, cualquiera puede

En español para mis compañeros hispanohablantes.

2 months, 3 weeks ago
Profile
Gastón Gaitan
March 24, 2025
HTTP Method in APIS
HTTP Method in APIS

HTTP is a communication protocol used by APIS to connect client and server communcation.

2 months, 3 weeks ago
Profile
Gastón Gaitan
March 24, 2025
Why Companies Migrate to the Cloud?
Why Companies Migrate to the Cloud?

AWS is a platform that allows developers to deploy each computing component without having to manag…

2 months, 3 weeks ago
Profile
Gastón Gaitan
March 24, 2025
What is an API?
What is an API?

Essentially, it's a way for one software to interact with another.

2 months, 3 weeks ago