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.
A industry-like building with a ruby gem on top

Backend

Compact vs Nested class definition in Ruby, what’s the difference?

If you have ever worked with Ruby or Ruby on Rails, then you have probably noticed a certain trend. Some people declare nested classes within modules in a single line while others use multiple lines with the module/class reserved words.

Juan Aparicio

An illustration of a group of developers smiling with city on their back

Business

Thinking about Community? Say Hi to Michael

I’m Franco Pariani, and I’m excited to share with you about Michael Julve, a fellow co-founder and advisor at GoGrow. At GoGrow, we share Michael’s views on diversity and inclusion in the tech industry, and we champion underdogs while actively workin

Franco Pariani

An illustration of a woman testing software

Frontend

Unit testing with Vitest

Unit testing is a crucial part of software development. It helps ensure that each piece of code in your project functions correctly and works as expected.

Agustina Hernández

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