Category: DevOps
-

Exploring the Benefits and Challenges of AWS Adoption
Some time ago, I had to migrate a complete website from an on-premise architecture to a AWS architecture. We found some benefits and a lot of challenges as the price, the knowledge and the customization.
-

10 AWS Services Every Developer Should Know About
Here are the key AWS services necessary when starting an application. These include EC2 for renting server time and customization, S3 for storing files globally, RDS for managing dynamic data, Secret Manager for secure password management, Lambda for handling fluctuating application loads, SQS for managing asynchronous events, ECS for microservices architecture, VPC for creating private…
-

My Problems with Flyway
How I’ve created a framework to solve the most common problems with the Flyway migrations. I must first identify the problem from the log files. Then apply the solution depending on the problem. It can go from a simple changeset rollback to stop the production.
-

Check Those 2 Methods to Quickly Deploy Your Python API to AWS Lambda
2 methods to deploy a Python API to AWS Lambda. How to deploy a small Python API quickly, and how to deploy a big Python API with external dependencies or with a Docker image
-

The Major Problem I’ve Faced When Using AWS Ecs to Deploy Microservices
I’ve been using ECS to deploy my microservices for many years. But this service is not ready for real-world projects.
-

Feedback on AWS Proxy RDS with AWS Lambda
When I’ve decided to migrate the calculation process to AWS Lambda, I didn’t take into account the enormous CPU consumption on RDS this will lead. Still, there is a solution for that, the Proxy RDS.
-

Gitflow Auto-merge Back Script
I’ve been using Gitflow so many years. But keeping the develop branch update is hard. So, I’ve implemented an auto-merge from master.
-

How to Deploy a Microservices Architecture to ECS AWS in 4 Steps
In this article I show how to deploy a microservices architecture to AWS ECS. In 4 easy steps, which can be done from a CI/CD platform.
-

How to Easily Deploy Your Spring Boot Application to AWS EC2
Today I will show how to deploy a simple Spring Boot application to AWS EC2. I will do it in such a way to be used from a CI CD pipeline. In such a way each new version will be deployed automatically to EC2.
-

Create your First CICD Pipeline with GitlabCI
In this article I create my first CI/CD Pipeline with GitlabCI. I explain the main concepts of GitlabCI, jobs, stages and conditions. And I show how to configure a runner.
