Introduction to the Software Testing Life Cycle (STLC)
If you're in product, engineering, or leadership, chances are you've heard someone say “we're in the testing phase.” But what does that really mean?


Mariano Rojas
07 MAY 2025 | 5 MIN READ

Our Pillars
Posts


Santiago Calvo
07 JUN 2023

Santiago Calvo
07 JUN 2023
Programming
ViewComponent: component-based frontend development at its best
How does a component-based approach work when developing a front-end solution with Ruby on Rails? Get to know the power of the ViewComponent framework to achieve maximum code readability and maintenance.


Juan Pablo Balarini
30 MAY 2023

Juan Pablo Balarini
30 MAY 2023
Programming
From idea to integration: image optimization at RailsConf 2023 & picture_tag helper
Explore the motivations and challenges of image optimization for website performance and SEO shared at RailsConf that led to the picture_tag helper.


Agustin Fornio
24 MAY 2023

Agustin Fornio
24 MAY 2023
Programming
RailsConf 2023: Our highlights and takeaways
RailsConf 2023 attracted hundreds of Ruby devs. We could breathe the synergy between LATAM teams and global startups. Our thoughts about this awesome event.


Juan Pablo Balarini
22 MAY 2023

Juan Pablo Balarini
22 MAY 2023
Programming
Rails 7.1 adds support for responsive images via a new picture_tag helper
Picture_tag helper simplifies using the HTML <picture> tag for responsive images in Rails applications. Learn how to use this feature we introduced into Ruby on Rails step by step.


Emiliano de Sejas
17 MAY 2023

Emiliano de Sejas
17 MAY 2023
Programming
Node.js: the key to efficiently scaling your startup
Node.js empowers scalable growth for a startup. Delve into this technology and its benefits and find out how it enables faster development and flexible architecture.


Ciro Sayagués Laso
15 MAY 2023

Ciro Sayagués Laso
15 MAY 2023
Programming
A step-by-step guide to using Zod for backend data validation
Learn how to validate frontend data input with Zod in backend development and mitigate common downsides of traditional methods.


Soledad Martínez
04 MAY 2023

Soledad Martínez
04 MAY 2023
Entrepreneur
Time-and-materials contract vs. fixed-price
Meet the differences between a time-and-materials and a fixed-price model. Plus, check out how we work at Eagerworks and why time-and-materials fits best.


Santiago Calvo
02 MAY 2023

Santiago Calvo
02 MAY 2023
Programming
Prisma: The Developer-Friendly ORM for TypeScript Applications
Prisma is an open-source ORM that prioritizes developer experience (DX). It provides a seamless and typesafe interface to access databases. Learn more about this ORM!


Juan Pablo Balarini
25 APR 2023

Juan Pablo Balarini
25 APR 2023
Programming
Developing with Ruby: Types of Variables
Learn the importance of variables in Ruby programming and the different types of variables including local, instance, class, and global variables with code examples.