OUR BLOG

Think Big, Read More

Welcome to our blog! From industry insights
to expert advice, we've got it all!

Blogs

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Colorful illustration of equitable workspace, woman developers coding and man developers coding in an open-plan office

Business

Creating an Equitable Workspace: Why Women in Technology Matter

March is Women’s History Month and is a time for us to remember the adversities women have faced and overcome to reach this present. However, we must not forget that we are still falling behind in some matters regarding equity.

Martina Vega

A computer with an illustration of feature flags

Backend

DIY Feature Flags for Ruby on Rails

Recently, while working on a project at GoGrow we encountered a very common issue: ingesting data from various API’s. This is nothing out of the ordinary, and we were able to resolve it by mapping the data into models and storing them locally.

Juan Aparicio

test

Frontend

Distributing iOS apps with someone else’s individual account

In this blog, I’ll show you how to distribute an iOS application to Testflight or App Store using a client’s individual account by creating and managing certificates and provisioning profiles.

Juan Baz

Say bye bye to bad javascript practices

Frontend

Guides

Technology

Say bye bye to bad javascript practices

There are some small practices in programming that can have a continuously negative impact on the code we write and the product we create as the end result. It’s important to share what they are and why you should avoid them at all costs.

Freddy Manrique

Blockchain development with Smart Contracts

Technology

Backend

Blockchain development with Smart Contracts

A “smart contract” is simply a program that runs on the Ethereum blockchain. It’s a collection of code (its functions) and data (its state) that resides at a specific address on the Ethereum blockchain.

Matias Morales

Creating a mock server with Postman

Frontend

Guides

Creating a mock server with Postman

Postman mock servers can do much for us, but what do they do? Let’s first look at what they are and how to build them to understand them better.

Agustina Hernández