How to reduce the tech debt that is holding your Financial Company

Fintech companies grapple with stringent regulatory demands, high customer expectations, cybersecurity risks, and integration challenges with traditional banking systems. But with a tough market and even tougher competition, they have to move fast. Often, this means making development decisions that are not necessarily the best but rather the best they can within the limits of […]
Let’s talk about NodeJS Promises, I promise it wont’ be long

Let’s talk about NodeJS Promises, I promise it won’t be long Serverless architectures are becoming very popular nowadays and NodeJS runtime is an interesting option on AWS Lambda. However, an asynchronous runtime is not always a suitable solution. So, understanding promises in JavaScript is essential to determine when to use NodeJS Lambda Functions on AWS. […]
RDS secrets rotation and ECS update

As every solution comes from a challenge or problem. Engineers love to solve problems and problem-solving requires creativity and knowledge of the tools you have available to you, very similar to an artist that want to express their art with different materials and tools that they have. So, here is the challenge/requirement solved: Challenge Database […]
React w/ Hooks + Amplify + GraphQL

The launch of Hooks in React 16.8 made managing state simple, but most of the documentation is written using Redux examples, such as Amplify API for React. So for those who are learning React with Hooks without leveraging Redux, a simple example using Amplify + React w/ Hooks + GraphQL is more than welcome, so this Todo application will help you to understand how to perform a simple […]