Blog Archive
Every post, in one place

Article Series: Better Estimations in Scrum — Part 2: The Team View
When interacting in a scrum meeting with your team, there are several best practices to consider that will help team members provide better estimations. In our article here, we will explain in detail…

Article Series: Better Estimations in Scrum — Part 1: Story Points vs. Time.
One of the main causes of failure in projects are missed deadlines and/or costs. Having accurate estimates is crucial to avoid these problems.Sometimes teams commit to more work than they are able to…

A/B Testing with React Native and Flagship
Description / IntroTesting your app is a crucial part of the development process, and serves to offer several benefits of improving and finding the best path forward. Specifically, A/B testing allows…

An overview of Nest.js with Prisma ORM
IntroductionNest.js is a consolidated and widely used framework on the Node.js environment for building applications and services. It also has great support and integration with a lot of different…

Turning your web app into a platform
Catchy title huh? In this series of posts we’ll explore the idea of turning an already existing web application into a full blown platform. But, first things first, let’s get through the…

Node.js API with Hapi.js
It is very common to hear about Node.js projects with Express Web Framework. Node.js was first introduced to the world in 2009 at the annual JavaScript Conference, and has become very popular over…

First Steps to AWS CDK
A useful tool to create an AWS architecture as Infrastructure as CodeIntroductionWhenever there is a challenge that arises demanding the need of technology, a systemic process is sought after to…

Implementing a Data Lakehouse Architecture in AWS — Part 4 of 4
IntroIn our previous blog post, part 3 of this series, we walked through the processing of data available from the AWS sample Tickit data. We then used EMR to process it from RAW zone to Trusted with…

Implementing a Data Lakehouse Architecture in AWS — Part 3 of 4
IntroIn our previous article, part 2 of the series, we walked through the extraction, processing, and creation of some data mart, using the New York City taxi trip data which is publicly available to…