White Prompt

Blog Archive

Every post, in one place

Python APIs with FastAPI, Key Features and CRUD example image
Engineering

Python APIs with FastAPI, Key Features and CRUD example

Nowadays, Python is one of the most popular coding languages in the world. This is due to the ease and different applications that the language can be used for. It is very common to see Python being…

7 min read
How to Build an Instant Messaging Feature for your React Native app using CometChat image
Design

How to Build an Instant Messaging Feature for your React Native app using CometChat

IntroductionIntuitive and instant messaging features allow users to do more all in one place. CometChat is an in-app messaging platform with features like integrations and multiple build options that…

6 min read
Article Series: Better Estimations in Scrum — Part 3: The Business View image
Leadership

Article Series: Better Estimations in Scrum — Part 3: The Business View

Previously in our article series, we discussed how to measure and estimate stories. Having a good story is a main priority though when we are both measuring and estimating stories, right?In this…

4 min read
Article Series: Better Estimations in Scrum — Part 2: The Team View image
Leadership

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…

4 min read
Article Series: Better Estimations in Scrum — Part 1: Story Points vs. Time. image
Engineering

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…

6 min read
A/B Testing with React Native and Flagship image
Engineering

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…

4 min read
An overview of Nest.js with Prisma ORM image
Engineering

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…

4 min read
Turning your web app into a platform image
Engineering

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…

6 min read
Node.js API with Hapi.js image
Engineering

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…

5 min read
Blog Archive | White Prompt