Tech
We share what we learn. It is core to who we are.

June 23, 2025
Beyond the Hype: Real-World AI Integration in QA
By Juan José Barboza — Staff QA Automation Engineer at Growth Acceleration Partners In today’s fast-paced software landscape, artificial intelligence (AI) has become a true game changer. As a Software Development Engineer in Test (SDET), I have had the privilege of being at the forefront of integrating AI into both quality assurance and development workflows. […]
Read MoreApril 15, 2025
Agentic AI: The Rise of Autonomous Digital Workers The Rise of Agentic AI: How Autonomous Digital Workers Are Transforming Enterprise Operations and Creating New Business Value.
By Luis Escalante — Senior Delivery Manager at Growth Acceleration Partners Earlier this year, I introduced the concept of Agentic AI in a high-level presentation designed to spark awareness and curiosity within our organization. That session explored the evolution from traditional automation to autonomous agents, clarified the difference between copilots and agents and outlined the […]
Read MoreNovember 21, 2024
See How Blending AI with Automation Created a Game-Changing Approach to Chatbot Testing
By Jennifer Castro, Principal QA Automation Engineer at Growth Acceleration Partners and Juan José Barboza, Staff QA Automation Engineer at Growth Acceleration Partners. With businesses continuing to seek more efficient ways to meet their customers’ needs, there is no doubt chatbots have gained traction when it comes to delivering customer service. Nonetheless, several challenges come […]
Read MoreOctober 17, 2024
The State of React State Management
By Eric Cassidy, GAP’s Staff Software Engineer Do you remember when Angular and React were new things? The web was slow, and that latency was losing you millions of dollars — said the tech billionaires. Mobile traffic was blasting into relevance. Manager-types shared articles and engineers experimented. It felt like the beginning of the age […]
Read MoreMay 17, 2024
Exploring AWS Data Services: Achieving Smooth Integration
by Andrés Campos, Senior Data Engineer at Growth Acceleration Partners. In the realm of data operations, efficiency and agility are essential. Amazon Web Services (AWS) offers a suite of cloud computing services that seamlessly integrate with each other to streamline data workflows. In this article, we explore a practical data workflow for web applications leveraging […]
Read MoreApril 12, 2024
Leveraging Off-The-Shelf AI Models Using Hugging Face’s Transformers Library
by Sergio Morales, Principal Data Engineer at Growth Acceleration Partners. In recent years, the field of Artificial Intelligence (AI) has witnessed a transformative shift with the advent of powerful pre-trained models. These off-the-shelf models have become indispensable tools for developers and data scientists, enabling them to expedite the development of various applications without the need to […]
Read MoreMarch 19, 2024
Security Vulnerabilities in Websites
by Gabriel Guarna, Staff Software Engineer at Growth Acceleration Partners. Today, it’s imperative we improve the security of all our systems. There are more people with knowledge of hacking techniques, so there is a bigger need to search for vulnerabilities in our systems. The objective of this blog is to explain some of the most […]
Read MoreMarch 12, 2024
Software Development Engineering
A Brief History of Microservices – Part I
by  Jeison Sánchez, Senior Software Engineer at Growth Acceleration Partners. Introduction In the ever-evolving landscape of software architecture, microservices have emerged as a transformative paradigm, reshaping how we conceive, build and deploy applications. The history of microservices is a journey marked by a shift from monolithic structures to modular and distributed systems. Understanding this evolution […]
Read MoreFebruary 7, 2024
Software Development Engineering
12 Factor App — Codebase. Part II
by Felipe Quevedo, Senior Software Engineer at Growth Acceleration Partners. CI/CD Pipeline In this post, we are digging a little bit on what CI/CD pipeline is and how we can implement it on our project. We aim to achieve our requirement of guaranteeing all the deployments of the application are coming from the same codebase. […]
Read MoreJanuary 26, 2024
Isolate your Test Executions with TestContainers
By Andony Núñez, Staff QA Automation Engineer at Growth Acceleration Partners. What is TestContainers? TestContainers is an Open Source framework licensed under MIT License to create throwaway, lightweight instances of databases, message brokers, web browsers or just about anything that can run in a Docker container. https://testcontainers.com/ Languages This framework was initially created for Java, […]
Read More