Map Reducer Pattern
February 01, 2023Published on Dev Genius
A Powerful Tool for Efficient Data Processing in Software Development.
Hey there đź‘‹, I'm Ignacio. Staff Sofware Engineer at Shopify.
February 01, 2023Published on Dev Genius
A Powerful Tool for Efficient Data Processing in Software Development.
June 01, 2022Published on Better Programming
Learn how monitors, alerts and tests help your platform keep the performance latency and throughput fast and reliable. Always add measures to prevent the system from degrading.
May 01, 2022Published on Medium
Optimise for performance require essential steps that are usually missed. Read this article to never skip any.
April 20, 2022Published on Medium
Dealing With Code Performance— Micro and Macro Optimizations As a developer, which areas should we focus on for performance optimizations? How can we measure it? Read this post to learn the framework.
March 14, 2022Published on Medium
In this post you will learn how to detect duplicated Minitest Runs in your application.
February 16, 2022Published on Medium
The splat operator is a powerful Ruby feature, but we should be cautious when using it. In this post, you will learn about the Splat operator and how to use it, along with dangerous bugs I have seen in production.
October 18, 2021Published on Medium
What Rack is and how to write Rack Middlewares using Ruby on Rails?. In this post, I explain Rack mention standard Rails Client-Service Middleware Production examples.
March 19, 2021Published on Shopify Engineering Blog
I'll show you how we used the Repository pattern and Dependency Injection at Shopify to remove that circular dependency and help us make gems thin and stateless.
February 27, 2019Published on Medium
There are multiple strategies to paginate APIs. In this post, I describe the different mechanisms and the usages in the Industry.
February 27, 2018Published on Medium
I'll show you what Introspection in GraphQL is and how to use it..
October 06, 2017Published on Medium
In this post, I will show you how to redirect all the requests from an iOS app to a local server.